Remove remaining python2 bits
Resolves: rhbz#1645025
This commit is contained in:
parent
5d575fab31
commit
131621c865
1 changed files with 4 additions and 3 deletions
|
|
@ -7,7 +7,7 @@
|
|||
%global pypiname tox
|
||||
Name: python-%{pypiname}
|
||||
Version: 3.0.0
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Virtualenv-based automation of test activities
|
||||
|
||||
# file toxbootstrap.py is licensed under MIT License
|
||||
|
|
@ -37,14 +37,12 @@ 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
|
||||
|
|
@ -96,6 +94,9 @@ 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue