From 1581084f65235852d5b8ecf60cb873eda0932d26 Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Thu, 1 Nov 2018 12:02:46 +0100 Subject: [PATCH] Revert the previous change and re-add recommends: python27. Bump release and rebuild --- python-tox.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-tox.spec b/python-tox.spec index 0c2df64..79847e5 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -7,7 +7,7 @@ %global pypiname tox Name: python-%{pypiname} Version: 3.0.0 -Release: 4%{?dist} +Release: 6%{?dist} Summary: Virtualenv-based automation of test activities # file toxbootstrap.py is licensed under MIT License @@ -96,6 +96,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 - 3.0.0-6 +- remove and revert the change to recommend python 2.7 (rhbz#1645025) + * Tue Aug 28 2018 Miro HronĨok - 3.0.0-4 - Don't recommend Python 2.6, it doesn't work with tox 3