Remove remaining python2 bits

Resolves: rhbz#1645025
epel9
Matthias Runge 6 years ago
parent 5d575fab31
commit 131621c865

@ -7,7 +7,7 @@
%global pypiname tox %global pypiname tox
Name: python-%{pypiname} Name: python-%{pypiname}
Version: 3.0.0 Version: 3.0.0
Release: 4%{?dist} Release: 5%{?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
@ -37,14 +37,12 @@ BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm BuildRequires: python3-setuptools_scm
# Recommend "all the Pythons" # Recommend "all the Pythons"
Recommends: python27
Recommends: python34 Recommends: python34
Recommends: python35 Recommends: python35
Recommends: python36 Recommends: python36
Recommends: python37 Recommends: python37
Recommends: pypy-devel Recommends: pypy-devel
Recommends: pypy3-devel Recommends: pypy3-devel
Recommends: python2-devel
Recommends: python3-devel Recommends: python3-devel
# Replace the python2 version # Replace the python2 version
@ -96,6 +94,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
* 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 * 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 - Don't recommend Python 2.6, it doesn't work with tox 3

Loading…
Cancel
Save