From a5577c09850f7a658a386500cc257a3543e06df49cea65ee2ece7c0af632ee6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 13 May 2019 23:25:17 +0000 Subject: [PATCH 1/4] - Update to 3.10.0: * Please see changelog.rst OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=53 --- python-tox.changes | 6 ++++++ python-tox.spec | 9 +++++---- tox-3.10.0.tar.gz | 3 +++ tox-3.8.1.tar.gz | 3 --- 4 files changed, 14 insertions(+), 7 deletions(-) create mode 100644 tox-3.10.0.tar.gz delete mode 100644 tox-3.8.1.tar.gz diff --git a/python-tox.changes b/python-tox.changes index 808af33..05e1f82 100644 --- a/python-tox.changes +++ b/python-tox.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 13 23:22:47 UTC 2019 - Tomáš Chvátal + +- Update to 3.10.0: + * Please see changelog.rst + ------------------------------------------------------------------- Thu Mar 28 14:59:11 CET 2019 - Matej Cepl diff --git a/python-tox.spec b/python-tox.spec index b8e8d52..ff38141 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.8.1 +Version: 3.10.0 Release: 0 Summary: Virtualenv-based automation of test activities License: MIT @@ -31,6 +31,7 @@ Group: Development/Languages/Python URL: https://github.com/tox-dev/tox Source: https://files.pythonhosted.org/packages/source/t/tox/tox-%{version}.tar.gz BuildRequires: %{python_module filelock} +BuildRequires: %{python_module flaky} BuildRequires: %{python_module freezegun} BuildRequires: %{python_module pathlib2} BuildRequires: %{python_module pip} @@ -45,7 +46,7 @@ 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 toml} -BuildRequires: %{python_module virtualenv >= 1.11.2} +BuildRequires: %{python_module virtualenv >= 14.0.0} BuildRequires: %{python_module wheel >= 0.29.0} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -57,7 +58,7 @@ Requires: python-py >= 1.4.17 Requires: python-setuptools >= 30.0.0 Requires: python-six >= 1.0.0 Requires: python-toml >= 0.9.4 -Requires: python-virtualenv >= 1.11.2 +Requires: python-virtualenv >= 14.0.0 Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch @@ -125,7 +126,7 @@ export LANG=en_US.UTF-8 export PYTHONDONTWRITEBYTECODE=1 export PATH=%{buildroot}%{_bindir}:$PATH # Ignores for gh#tox-dev/tox#1293 -%pytest -k 'not (network or parallel or test_provision_missing or test_provision_interrupt_child or test_workdir_gets_resolved)' +%pytest -k 'not (network or parallel or test_provision_missing or test_provision_interrupt_child or test_workdir_gets_resolved or test_provision_cli_args_ignore)' %post %python_install_alternative tox tox-quickstart diff --git a/tox-3.10.0.tar.gz b/tox-3.10.0.tar.gz new file mode 100644 index 0000000..969fb0d --- /dev/null +++ b/tox-3.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee5b4fa2fb1638b57879a1fcaefbfd16201d8d7ecb9956406855a85d518ac4c +size 283016 diff --git a/tox-3.8.1.tar.gz b/tox-3.8.1.tar.gz deleted file mode 100644 index 9a76b9d..0000000 --- a/tox-3.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74716bfc7681a6787d3c8612c5c534f04e4112b34fad8949752359d8b9bed3b6 -size 280452 From 643d7c4d8c05a3f6698528fb838e9761afb449239046946dc654052a05e1d6c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 13 May 2019 23:36:52 +0000 Subject: [PATCH 2/4] Accepting request 702721 from home:scarabeus_iv:branches:devel:languages:python OBS-URL: https://build.opensuse.org/request/show/702721 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=54 --- python-tox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-tox.spec b/python-tox.spec index ff38141..8667c39 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -139,7 +139,7 @@ export PATH=%{buildroot}%{_bindir}:$PATH %doc README.md docs/changelog.rst CONTRIBUTORS CONTRIBUTING.rst %python_alternative %{_bindir}/tox %python_alternative %{_bindir}/tox-quickstart -%{python_sitelib}/tox-%{version}*.*-info +%{python_sitelib}/tox-%{version}* %{python_sitelib}/tox %changelog From ccda5c46d46621bc1606de88656d9866c0c323bf8a3f501de7148e809e76877c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 15 May 2019 20:50:35 +0000 Subject: [PATCH 3/4] Accepting request 703260 from home:jesusaur:branches:devel:languages:python - Update to 3.11.0: * --showconfig overhaul OBS-URL: https://build.opensuse.org/request/show/703260 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=55 --- python-tox.changes | 6 ++++++ python-tox.spec | 2 +- tox-3.10.0.tar.gz | 3 --- tox-3.11.0.tar.gz | 3 +++ 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 tox-3.10.0.tar.gz create mode 100644 tox-3.11.0.tar.gz diff --git a/python-tox.changes b/python-tox.changes index 05e1f82..3371b8b 100644 --- a/python-tox.changes +++ b/python-tox.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 15 20:35:25 UTC 2019 - Jonathan Harker + +- Update to 3.11.0: + * --showconfig overhaul + ------------------------------------------------------------------- Mon May 13 23:22:47 UTC 2019 - Tomáš Chvátal diff --git a/python-tox.spec b/python-tox.spec index 8667c39..d723f74 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.10.0 +Version: 3.11.0 Release: 0 Summary: Virtualenv-based automation of test activities License: MIT diff --git a/tox-3.10.0.tar.gz b/tox-3.10.0.tar.gz deleted file mode 100644 index 969fb0d..0000000 --- a/tox-3.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fee5b4fa2fb1638b57879a1fcaefbfd16201d8d7ecb9956406855a85d518ac4c -size 283016 diff --git a/tox-3.11.0.tar.gz b/tox-3.11.0.tar.gz new file mode 100644 index 0000000..c5d38aa --- /dev/null +++ b/tox-3.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5358eae59e3bdba5d9bd0794331854e36250e62fa3cf7d4059ae730bfe5ca432 +size 283901 From 9363195e7fc60f6bd2073ce255b829daf8c38bc479fbe7837ad1a493dac995b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 16 May 2019 17:20:47 +0000 Subject: [PATCH 4/4] Accepting request 703495 from home:scarabeus_iv:branches:devel:languages:python - Update to 3.11.1: * When creating virtual environments we no longer ask the python to tell its path, but rather use the discovered path. OBS-URL: https://build.opensuse.org/request/show/703495 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=56 --- python-tox.changes | 7 +++++++ python-tox.spec | 3 +-- tox-3.11.0.tar.gz | 3 --- tox-3.11.1.tar.gz | 3 +++ 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 tox-3.11.0.tar.gz create mode 100644 tox-3.11.1.tar.gz diff --git a/python-tox.changes b/python-tox.changes index 3371b8b..a25c2b4 100644 --- a/python-tox.changes +++ b/python-tox.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu May 16 17:04:41 UTC 2019 - Tomáš Chvátal + +- Update to 3.11.1: + * When creating virtual environments we no longer ask the python to tell + its path, but rather use the discovered path. + ------------------------------------------------------------------- Wed May 15 20:35:25 UTC 2019 - Jonathan Harker diff --git a/python-tox.spec b/python-tox.spec index d723f74..ac8335f 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.0 +Version: 3.11.1 Release: 0 Summary: Virtualenv-based automation of test activities License: MIT @@ -122,7 +122,6 @@ done %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -export LANG=en_US.UTF-8 export PYTHONDONTWRITEBYTECODE=1 export PATH=%{buildroot}%{_bindir}:$PATH # Ignores for gh#tox-dev/tox#1293 diff --git a/tox-3.11.0.tar.gz b/tox-3.11.0.tar.gz deleted file mode 100644 index c5d38aa..0000000 --- a/tox-3.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5358eae59e3bdba5d9bd0794331854e36250e62fa3cf7d4059ae730bfe5ca432 -size 283901 diff --git a/tox-3.11.1.tar.gz b/tox-3.11.1.tar.gz new file mode 100644 index 0000000..65955c9 --- /dev/null +++ b/tox-3.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fa40cf60654c981ae8f0dafc8b87fe4ffd1ec3381d90694b97e1eec02e0b5d9 +size 284226