Upgrade to 3.4.0 version (#1652657)

This commit is contained in:
Artem Goncharov 2018-11-22 16:58:55 +01:00 committed by Miro Hrončok
commit 5f6beb2377
3 changed files with 7 additions and 3 deletions

View file

@ -6,8 +6,8 @@
%global pypiname tox
Name: python-%{pypiname}
Version: 3.0.0
Release: 6%{?dist}
Version: 3.4.0
Release: 1%{?dist}
Summary: Virtualenv-based automation of test activities
# file toxbootstrap.py is licensed under MIT License
@ -103,6 +103,9 @@ TOXENV=py%{python3_version_nodots} %{__python3} setup.py test
%{python3_sitelib}/%{pypiname}-%{version}-py%{python3_version}.egg-info
%changelog
* Mon Nov 19 2018 Artem Goncharov <artem.goncharov@gmail.com> - 3.4.0-1
- Upgrade to 3.4.0 version (#1652657)
* Thu Nov 01 2018 Matthias Runge <mrunge@redhat.com> - 3.0.0-6
- remove and revert the change to recommend python 2.7 (rhbz#1645025)