From 6fd786ef7813d5b29b85716db3bcdc3795fe6b41a3fd622fa4de6ddaf2bab994 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 24 Jul 2022 08:07:08 +0000 Subject: [PATCH] - update to 3.25.1: * ``sitepackages = true`` will add user's site-package to the python path on Windows as expected * Avoid importing ``pipes`` on Python 3.3+ to avoid ``DeprecationWarning`` on Python 3.11 * Fix ``isolated_build`` when the build process produces stderr at exit. * Fixed failing isolated_build because setuptools warning was captured in ``build_requires``. * Avoid potential 30s delay caused by socket.getfqdn(). * Ignore missing commands if they are prefixed by ``-`` OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=86 --- python-tox.changes | 12 ++++++++++++ python-tox.spec | 4 ++-- tox-3.24.4.tar.gz | 3 --- tox-3.25.1.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 tox-3.24.4.tar.gz create mode 100644 tox-3.25.1.tar.gz diff --git a/python-tox.changes b/python-tox.changes index 6c0d62d..9b02204 100644 --- a/python-tox.changes +++ b/python-tox.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Jul 24 08:05:01 UTC 2022 - Dirk Müller + +- update to 3.25.1: + * ``sitepackages = true`` will add user's site-package to the python path on Windows as expected + * Avoid importing ``pipes`` on Python 3.3+ to avoid ``DeprecationWarning`` on Python 3.11 + * Fix ``isolated_build`` when the build process produces stderr at exit. + * Fixed failing isolated_build because setuptools warning was captured + in ``build_requires``. + * Avoid potential 30s delay caused by socket.getfqdn(). + * Ignore missing commands if they are prefixed by ``-`` + ------------------------------------------------------------------- Thu Dec 23 09:17:44 UTC 2021 - Dominique Leuenberger diff --git a/python-tox.spec b/python-tox.spec index 7a4153e..cf4523b 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -1,7 +1,7 @@ # # spec file for package python-tox # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-tox -Version: 3.24.4 +Version: 3.25.1 Release: 0 Summary: Virtualenv-based automation of test activities License: MIT diff --git a/tox-3.24.4.tar.gz b/tox-3.24.4.tar.gz deleted file mode 100644 index 9e8b3d9..0000000 --- a/tox-3.24.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c30b57fa2477f1fb7c36aa1d83292d5c2336cd0018119e1b1c17340e2c2708ca -size 316762 diff --git a/tox-3.25.1.tar.gz b/tox-3.25.1.tar.gz new file mode 100644 index 0000000..7753745 --- /dev/null +++ b/tox-3.25.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c138327815f53bc6da4fe56baec5f25f00622ae69ef3fe4e1e385720e22486f9 +size 318457