From caa986da916d0b804ff22822121ede1d34977cfcfda03b6d0f8bad1bef943dbf Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 21 Nov 2024 11:36:02 +0000 Subject: [PATCH] - update to 75.6.0: * Preserve original PKG-INFO into METADATA when creating wheel (instead of calling wheel.metadata.pkginfo_to_metadata). This helps to be more compliant with the flow specified in PEP 517. * Changed the WindowsSdkVersion, FrameworkVersion32 and FrameworkVersion64 properties of setuptools.msvc.PlatformInfo to return an empty tuple instead of None as a fallthrough case -- by :user:`Avasam` OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=273 --- python-setuptools.changes | 13 +++++++++++++ python-setuptools.spec | 12 ++++++------ setuptools-75.5.0.tar.gz | 3 --- setuptools-75.6.0.tar.gz | 3 +++ 4 files changed, 22 insertions(+), 9 deletions(-) delete mode 100644 setuptools-75.5.0.tar.gz create mode 100644 setuptools-75.6.0.tar.gz diff --git a/python-setuptools.changes b/python-setuptools.changes index d9c60b5..627ad91 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Nov 21 11:35:52 UTC 2024 - Dirk Müller + +- update to 75.6.0: + * Preserve original PKG-INFO into METADATA when creating wheel + (instead of calling wheel.metadata.pkginfo_to_metadata). This + helps to be more compliant with the flow specified in PEP + 517. + * Changed the WindowsSdkVersion, FrameworkVersion32 and + FrameworkVersion64 properties of setuptools.msvc.PlatformInfo + to return an empty tuple instead of None as a fallthrough + case -- by :user:`Avasam` + ------------------------------------------------------------------- Wed Nov 20 17:30:46 UTC 2024 - Dirk Müller diff --git a/python-setuptools.spec b/python-setuptools.spec index df87559..b357e9c 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -30,7 +30,7 @@ %define mypython python %{?sle15_python_module_pythons} Name: python-setuptools%{psuffix} -Version: 75.5.0 +Version: 75.6.0 Release: 0 Summary: Download, build, install, upgrade, and uninstall Python packages License: Apache-2.0 AND MIT AND BSD-2-Clause AND Python-2.0 @@ -48,19 +48,19 @@ BuildArch: noarch BuildRequires: %{python_module build} BuildRequires: %{python_module devel} BuildRequires: %{python_module filelock >= 3.4.0} -BuildRequires: %{python_module ini2toml-lite >= 0.9} +BuildRequires: %{python_module ini2toml-lite >= 0.14} BuildRequires: %{python_module jaraco.develop >= 7.21} BuildRequires: %{python_module jaraco.envs >= 2.2} -BuildRequires: %{python_module jaraco.packaging >= 10.0} BuildRequires: %{python_module jaraco.path >= 3.2.0} -BuildRequires: %{python_module jaraco.test} +BuildRequires: %{python_module jaraco.test >= 5.5} +BuildRequires: %{python_module packaging >= 24.2} BuildRequires: %{python_module pip >= 19.1} BuildRequires: %{python_module pip-run >= 8.8} BuildRequires: %{python_module pytest >= 6} -BuildRequires: %{python_module pytest-home} +BuildRequires: %{python_module pytest-home >= 0.5} BuildRequires: %{python_module pytest-subprocess} BuildRequires: %{python_module pytest-timeout} -BuildRequires: %{python_module pytest-xdist} +BuildRequires: %{python_module pytest-xdist >= 3} BuildRequires: %{python_module setuptools = %{version}} BuildRequires: %{python_module setuptools-wheel = %{version}} BuildRequires: %{python_module tomli-w >= 1.0.0} diff --git a/setuptools-75.5.0.tar.gz b/setuptools-75.5.0.tar.gz deleted file mode 100644 index e5e8d64..0000000 --- a/setuptools-75.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c4ccb41111392671f02bb5f8436dfc5a9a7185e80500531b133f5775c4163ef -size 1336032 diff --git a/setuptools-75.6.0.tar.gz b/setuptools-75.6.0.tar.gz new file mode 100644 index 0000000..713dfab --- /dev/null +++ b/setuptools-75.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6 +size 1337429