Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 32f19627ca |
@@ -4,3 +4,4 @@
|
|||||||
/tox-1.8.1.tar.gz
|
/tox-1.8.1.tar.gz
|
||||||
/tox-2.1.1.tar.gz
|
/tox-2.1.1.tar.gz
|
||||||
/tox-2.3.1.tar.gz
|
/tox-2.3.1.tar.gz
|
||||||
|
/tox-2.7.0.tar.gz
|
||||||
|
|||||||
+5
-3
@@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
%global pypiname tox
|
%global pypiname tox
|
||||||
Name: python-%{pypiname}
|
Name: python-%{pypiname}
|
||||||
Version: 2.3.1
|
Version: 2.7.0
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Virtualenv-based automation of test activities
|
Summary: Virtualenv-based automation of test activities
|
||||||
|
|
||||||
# file toxbootstrap.py is licensed under MIT License
|
# file toxbootstrap.py is licensed under MIT License
|
||||||
@@ -122,7 +122,6 @@ TOXENV=py%{python3_version_nodots} %{__python3} setup.py test
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n python2-%{pypiname}
|
%files -n python2-%{pypiname}
|
||||||
%doc ISSUES.txt doc
|
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python2_sitelib}/%{pypiname}
|
%{python2_sitelib}/%{pypiname}
|
||||||
%{python2_sitelib}/%{pypiname}-%{version}-py2.?.egg-info
|
%{python2_sitelib}/%{pypiname}-%{version}-py2.?.egg-info
|
||||||
@@ -134,6 +133,9 @@ TOXENV=py%{python3_version_nodots} %{__python3} setup.py test
|
|||||||
%{python3_sitelib}/%{pypiname}-%{version}-py%{python3_version}.egg-info
|
%{python3_sitelib}/%{pypiname}-%{version}-py%{python3_version}.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 25 2017 Matthias Runge <mrunge@redhat.com> - 2.7.0-1
|
||||||
|
- upgrade to 2.7.0
|
||||||
|
|
||||||
* Sun Apr 09 2017 Miro Hrončok <mhroncok@redhat.com> - 2.3.1-8
|
* Sun Apr 09 2017 Miro Hrončok <mhroncok@redhat.com> - 2.3.1-8
|
||||||
- Recommend the devel subpackages of Pythons (so tox works with extension modules)
|
- Recommend the devel subpackages of Pythons (so tox works with extension modules)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user