From 3c60a4d38a139a1566644d5eb5ed5a67e8fabf35620d03aef576fd23c0c66435 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 24 May 2019 10:25:50 +0000 Subject: [PATCH] Accepting request 705206 from home:mcepl:branches:devel:languages:python - Update to 3.12.1: - Ensure TOX_WORK_DIR is a native string in os.environ - Fix import and usage of winreg for python2.7 on windows - Fix Windows selects incorrect spec on first discovery - When using --parallel with --result-json the test results are now included the same way as with serial runs - Turns out the output of the py -0p is not stable yet and varies depending on various edge cases. Instead now we read the interpreter values directly from registry via PEP-514 - Adding TOX_PARALLEL_NO_SPINNER environment variable to disable the spinner in parallel mode for the purposes of clean output when using CI tools OBS-URL: https://build.opensuse.org/request/show/705206 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=58 --- python-tox.changes | 16 ++++++++++++++++ python-tox.spec | 2 +- tox-3.11.1.tar.gz | 3 --- tox-3.12.1.tar.gz | 3 +++ 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 tox-3.11.1.tar.gz create mode 100644 tox-3.12.1.tar.gz diff --git a/python-tox.changes b/python-tox.changes index a25c2b4..98d8f9f 100644 --- a/python-tox.changes +++ b/python-tox.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri May 24 11:40:04 CEST 2019 - Matej Cepl + +- Update to 3.12.1: + - Ensure TOX_WORK_DIR is a native string in os.environ + - Fix import and usage of winreg for python2.7 on windows + - Fix Windows selects incorrect spec on first discovery + - When using --parallel with --result-json the test results are + now included the same way as with serial runs + - Turns out the output of the py -0p is not stable yet and + varies depending on various edge cases. Instead now we read + the interpreter values directly from registry via PEP-514 + - Adding TOX_PARALLEL_NO_SPINNER environment variable to + disable the spinner in parallel mode for the purposes of + clean output when using CI tools + ------------------------------------------------------------------- Thu May 16 17:04:41 UTC 2019 - Tomáš Chvátal diff --git a/python-tox.spec b/python-tox.spec index ac8335f..342f79a 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -23,7 +23,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-tox -Version: 3.11.1 +Version: 3.12.1 Release: 0 Summary: Virtualenv-based automation of test activities License: MIT diff --git a/tox-3.11.1.tar.gz b/tox-3.11.1.tar.gz deleted file mode 100644 index 65955c9..0000000 --- a/tox-3.11.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fa40cf60654c981ae8f0dafc8b87fe4ffd1ec3381d90694b97e1eec02e0b5d9 -size 284226 diff --git a/tox-3.12.1.tar.gz b/tox-3.12.1.tar.gz new file mode 100644 index 0000000..afce595 --- /dev/null +++ b/tox-3.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87fd33892a2df0950e5e034def9468988b8d008c7e9416be665fcc0dd45b14f +size 287477