Revert "Merge branch 'epel7' into el6"

This reverts commit 07d6cfea6c, reversing
changes made to 074da2f7e0.
This commit is contained in:
Matthias Runge 2014-12-16 21:42:36 +01:00
commit dd772e5daa

View file

@ -6,15 +6,15 @@
%global pypiname tox
Name: python-tox
Version: 1.6.1
Release: 1%{?dist}
Version: 1.4.2
Release: 8%{?dist}
Summary: Virtualenv-based automation of test activities
# file toxbootstrap.py is licensed under MIT License
License: GPLv2+ and MIT
URL: http://codespeak.net/tox
Source0: http://pypi.python.org/packages/source/t/%{pypiname}/%{pypiname}-%{version}.zip
#md5=dc52acf22eb57eaa33e704f8a54e7b34
BuildArch: noarch
BuildRequires: python2-devel
@ -78,16 +78,9 @@ TOXENV=py27 %{__python} setup.py test
%changelog
* Mon Oct 13 2014 Matthias Runge <mrunge@redhat.com> - 1.6.1-1
- update to 1.6.1
* Mon Feb 17 2014 Matthias Runge <mrunge@redhat.com> - 1.4.2-9
* Mon Feb 17 2014 Matthias Runge <mrunge@redhat.com> - 1.4.2-8
- python 2.6 requires argparse (rhbz#1065824)
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.2-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Wed Nov 14 2012 Matthias Runge <mrunge@redhat.com> - 1.4.2-7
- add requires python-py, python-virtualenv (rhbz#876246)