Upgrade to 3.4.0 version (#1652657)

epel9
Artem Goncharov 6 years ago committed by Miro Hrončok
parent c286211cdb
commit 5f6beb2377

1
.gitignore vendored

@ -7,3 +7,4 @@
/tox-2.7.0.tar.gz /tox-2.7.0.tar.gz
/tox-2.9.1.tar.gz /tox-2.9.1.tar.gz
/tox-3.0.0.tar.gz /tox-3.0.0.tar.gz
/tox-3.4.0.tar.gz

@ -6,8 +6,8 @@
%global pypiname tox %global pypiname tox
Name: python-%{pypiname} Name: python-%{pypiname}
Version: 3.0.0 Version: 3.4.0
Release: 6%{?dist} Release: 1%{?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
@ -103,6 +103,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
* 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 * 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) - remove and revert the change to recommend python 2.7 (rhbz#1645025)

@ -1 +1 @@
SHA512 (tox-3.0.0.tar.gz) = 3bce42561a032b9d1bcc6086093ab79e2ba84ca55b4a6b646485ed3ec4a5b7349d8fc4e47758d2dd7998fc943824a99a251447e13b9ccc396b9d2d87f367f6cd SHA512 (tox-3.4.0.tar.gz) = c14364dffac50bece66f15545325d7912459e49979b37b48ff399610517a43a10a4c005f4ca5ec9481fb4140803a18be64f94838610e07d1e7a4b3e5df2a7d87

Loading…
Cancel
Save