|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
%global pypiname tox
|
|
|
|
|
Name: python-%{pypiname}
|
|
|
|
|
Version: 2.3.1
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Summary: Virtualenv-based automation of test activities
|
|
|
|
|
|
|
|
|
|
# file toxbootstrap.py is licensed under MIT License
|
|
|
|
@ -73,6 +73,7 @@ Recommends: python27
|
|
|
|
|
Recommends: python33
|
|
|
|
|
Recommends: python34
|
|
|
|
|
Recommends: python35
|
|
|
|
|
Recommends: python36
|
|
|
|
|
Recommends: pypy
|
|
|
|
|
Recommends: pypy3
|
|
|
|
|
|
|
|
|
@ -131,6 +132,9 @@ TOXENV=py%{python3_version_nodots} %{__python3} setup.py test
|
|
|
|
|
%{python3_sitelib}/%{pypiname}-%{version}-py%{python3_version}.egg-info
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Feb 14 2017 Miro Hrončok <mhroncok@redhat.com> - 2.3.1-7
|
|
|
|
|
- Recommend python36
|
|
|
|
|
|
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|