|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
%global pypiname tox
|
|
|
|
|
Name: python-%{pypiname}
|
|
|
|
|
Version: 3.0.0
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: Virtualenv-based automation of test activities
|
|
|
|
|
|
|
|
|
|
# file toxbootstrap.py is licensed under MIT License
|
|
|
|
@ -37,12 +37,14 @@ BuildRequires: python3-setuptools
|
|
|
|
|
BuildRequires: python3-setuptools_scm
|
|
|
|
|
|
|
|
|
|
# Recommend "all the Pythons"
|
|
|
|
|
Recommends: python27
|
|
|
|
|
Recommends: python34
|
|
|
|
|
Recommends: python35
|
|
|
|
|
Recommends: python36
|
|
|
|
|
Recommends: python37
|
|
|
|
|
Recommends: pypy-devel
|
|
|
|
|
Recommends: pypy3-devel
|
|
|
|
|
Recommends: python2-devel
|
|
|
|
|
Recommends: python3-devel
|
|
|
|
|
|
|
|
|
|
# Replace the python2 version
|
|
|
|
@ -94,9 +96,6 @@ TOXENV=py%{python3_version_nodots} %{__python3} setup.py test
|
|
|
|
|
%{python3_sitelib}/%{pypiname}-%{version}-py%{python3_version}.egg-info
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Nov 01 2018 Matthias Runge <mrunge@redhat.com> - 3.0.0-5
|
|
|
|
|
- remove last python2 bits. (rhbz#1645025)
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|