From 26660768dbace84b8d8d1594df4233e4c4457b751d5d7c2944dfd546f2559a81 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 22 Nov 2024 08:41:07 +0000 Subject: [PATCH 1/3] - remove duplicated "uses_network" skip OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=279 --- python-setuptools.changes | 5 +++++ python-setuptools.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/python-setuptools.changes b/python-setuptools.changes index 11e1223..91d38ea 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 22 08:40:51 UTC 2024 - Dirk Müller + +- remove duplicated "uses_network" skip + ------------------------------------------------------------------- Thu Nov 21 12:01:23 UTC 2024 - Matej Cepl diff --git a/python-setuptools.spec b/python-setuptools.spec index a49f305..c05dc37 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -123,8 +123,6 @@ export PIP_FIND_LINKS=$PWD/dist export PYTHONPATH=$(pwd) # no online comparisons in obs donttest="(test_apply_pyproject_equivalent_to_setupcfg and https)" -# no network access -donttest+=" or uses_network" # test_pbr_integration tries to install pbr from network using pip donttest+=" or test_pbr_integration" # looks for .exe files that we do not ship From 1460ca338651c74ed44e889516a8d2007a9169f4663a8a0554c66b608dbe05cf Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 28 Nov 2024 21:42:13 +0000 Subject: [PATCH 2/3] Updating link to change in openSUSE:Factory/python-setuptools revision 86 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=b2b430205cd916a3c262dd3416593107 --- python-setuptools.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-setuptools.spec b/python-setuptools.spec index c05dc37..a49f305 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -123,6 +123,8 @@ export PIP_FIND_LINKS=$PWD/dist export PYTHONPATH=$(pwd) # no online comparisons in obs donttest="(test_apply_pyproject_equivalent_to_setupcfg and https)" +# no network access +donttest+=" or uses_network" # test_pbr_integration tries to install pbr from network using pip donttest+=" or test_pbr_integration" # looks for .exe files that we do not ship From ebe25579ab11c8aefee381d1a4ebaeb32181d1f63132ecbea48ff471f85f11ad Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 28 Nov 2024 21:42:13 +0000 Subject: [PATCH 3/3] baserev update by copy to link target OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=280 --- python-setuptools.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/python-setuptools.spec b/python-setuptools.spec index a49f305..c05dc37 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -123,8 +123,6 @@ export PIP_FIND_LINKS=$PWD/dist export PYTHONPATH=$(pwd) # no online comparisons in obs donttest="(test_apply_pyproject_equivalent_to_setupcfg and https)" -# no network access -donttest+=" or uses_network" # test_pbr_integration tries to install pbr from network using pip donttest+=" or test_pbr_integration" # looks for .exe files that we do not ship