|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
%global pypiname tox
|
|
|
|
|
Name: python-%{pypiname}
|
|
|
|
|
Version: 3.0.0
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: Virtualenv-based automation of test activities
|
|
|
|
|
|
|
|
|
|
# file toxbootstrap.py is licensed under MIT License
|
|
|
|
@ -37,7 +37,6 @@ BuildRequires: python3-setuptools
|
|
|
|
|
BuildRequires: python3-setuptools_scm
|
|
|
|
|
|
|
|
|
|
# Recommend "all the Pythons"
|
|
|
|
|
Recommends: python26
|
|
|
|
|
Recommends: python27
|
|
|
|
|
Recommends: python34
|
|
|
|
|
Recommends: python35
|
|
|
|
@ -97,6 +96,9 @@ TOXENV=py%{python3_version_nodots} %{__python3} setup.py test
|
|
|
|
|
%{python3_sitelib}/%{pypiname}-%{version}-py%{python3_version}.egg-info
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 28 2018 Miro Hrončok <mhroncok@redhat.com> - 3.0.0-4
|
|
|
|
|
- Don't recommend Python 2.6, it doesn't work with tox 3
|
|
|
|
|
|
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|