diff --git a/python-tox.changes b/python-tox.changes index d1c8b7b..4cd1bbc 100644 --- a/python-tox.changes +++ b/python-tox.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Mar 11 10:28:56 UTC 2020 - pgajdos@suse.com + +- version update to 3.14.5 + - Add ``--discover`` (fallback to ``TOX_DISCOVER`` environment variable via path separator) to inject python executables + to try as first step of a discovery - note the executable still needs to match the environment by :user:`gaborbernat`. + `#1526 `_ + - Bump minimal six version needed to avoid using one incompatible with newer + virtualenv. - by :user:`ssbarnea` + `#1519 `_ + - Avoid pypy test failure due to undefined printout var. - by :user:`ssbarnea` + `#1521 `_ + ------------------------------------------------------------------- Fri Feb 7 12:41:53 UTC 2020 - Tomáš Chvátal diff --git a/python-tox.spec b/python-tox.spec index 6cd813e..b116440 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-tox -Version: 3.14.3 +Version: 3.14.5 Release: 0 Summary: Virtualenv-based automation of test activities License: MIT @@ -39,7 +39,7 @@ BuildRequires: %{python_module pytest-mock >= 1.10.0} BuildRequires: %{python_module pytest-xdist >= 1.22.2} BuildRequires: %{python_module setuptools >= 41.0.1} BuildRequires: %{python_module setuptools_scm >= 2.0.0} -BuildRequires: %{python_module six >= 1.0.0} +BuildRequires: %{python_module six >= 1.14.0} BuildRequires: %{python_module toml} BuildRequires: %{python_module virtualenv >= 16.0.0} BuildRequires: %{python_module wheel >= 0.29.0} @@ -52,7 +52,7 @@ Requires: python-packaging >= 17.1 Requires: python-pluggy >= 0.12.0 Requires: python-py >= 1.4.17 Requires: python-setuptools >= 30.0.0 -Requires: python-six >= 1.0.0 +Requires: python-six >= 1.14.0 Requires: python-toml >= 0.9.4 Requires: python-virtualenv >= 16.0.0 Requires(post): update-alternatives diff --git a/tox-3.14.3.tar.gz b/tox-3.14.3.tar.gz deleted file mode 100644 index ea62800..0000000 --- a/tox-3.14.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06ba73b149bf838d5cd25dc30c2dd2671ae5b2757cf98e5c41a35fe449f131b3 -size 298265 diff --git a/tox-3.14.5.tar.gz b/tox-3.14.5.tar.gz new file mode 100644 index 0000000..453f0df --- /dev/null +++ b/tox-3.14.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:676f1e3e7de245ad870f956436b84ea226210587d1f72c8dfb8cd5ac7b6f0e70 +size 299601