Rebuild for Python 3.6
This commit is contained in:
parent
454e6cdbf8
commit
53edfdda47
1 changed files with 4 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
%global pypiname tox
|
||||
Name: python-%{pypiname}
|
||||
Version: 2.3.1
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Virtualenv-based automation of test activities
|
||||
|
||||
# file toxbootstrap.py is licensed under MIT License
|
||||
|
|
@ -131,6 +131,9 @@ TOXENV=py%{python3_version_nodots} %{__python3} setup.py test
|
|||
%{python3_sitelib}/%{pypiname}-%{version}-py%{python3_version}.egg-info
|
||||
|
||||
%changelog
|
||||
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.3.1-5
|
||||
- Rebuild for Python 3.6
|
||||
|
||||
* Mon Oct 10 2016 Miro Hrončok <mhroncok@redhat.com> - 2.3.1-4
|
||||
- Recommend "all the Pythons"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue