Upgrade to 3.5.3

Merges https://src.fedoraproject.org/rpms/python-tox/pull-request/7
This commit is contained in:
Artem Goncharov 2018-11-22 17:55:44 +00:00 committed by Miro Hrončok
commit 4f5a2fef3e
3 changed files with 6 additions and 2 deletions

View file

@ -6,7 +6,7 @@
%global pypiname tox
Name: python-%{pypiname}
Version: 3.4.0
Version: 3.5.3
Release: 1%{?dist}
Summary: Virtualenv-based automation of test activities
@ -103,6 +103,9 @@ TOXENV=py%{python3_version_nodots} %{__python3} setup.py test
%{python3_sitelib}/%{pypiname}-%{version}-py%{python3_version}.egg-info
%changelog
* Thu Nov 22 2018 Artem Goncharov <artem.goncharov@gmail.com> - 3.5.3-1
- Upgrade to 3.5.3 version
* Mon Nov 19 2018 Artem Goncharov <artem.goncharov@gmail.com> - 3.4.0-1
- Upgrade to 3.4.0 version (#1652657)