diff --git a/python-setuptools.changes b/python-setuptools.changes index f277da2..5a57243 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Feb 25 20:32:51 UTC 2025 - Dirk Müller + +- update to 75.8.0: + * Implemented Dynamic field for core metadata (as introduced in + PEP 643). The existing implementation is currently + experimental and the exact approach may change in future + releases. + * Synced with pypa/distutils@c97a3db2f including better support + for free threaded Python on Windows (pypa/distutils#310), + improved typing support, and linter accommodations. + * Synced with pypa/distutils@ff11eed0c including bugfix for + duplicate CFLAGS and adaption to support Python 3.13 is_abs + in the C compiler (#4669). + ------------------------------------------------------------------- Thu Jan 16 01:55:52 UTC 2025 - Steve Kowalik diff --git a/python-setuptools.spec b/python-setuptools.spec index 4dbb619..172dee7 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -53,7 +53,7 @@ ExclusiveArch: do-not-build %define mypython python %{?sle15_python_module_pythons} Name: %{pprefix}-setuptools%{psuffix} -Version: 75.6.0 +Version: 75.8.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 diff --git a/setuptools-75.6.0.tar.gz b/setuptools-75.6.0.tar.gz deleted file mode 100644 index 713dfab..0000000 --- a/setuptools-75.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6 -size 1337429 diff --git a/setuptools-75.8.0.tar.gz b/setuptools-75.8.0.tar.gz new file mode 100644 index 0000000..059f629 --- /dev/null +++ b/setuptools-75.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5afc8f407c626b8313a86e10311dd3f661c6cd9c09d4bf8c15c0e11f9f2b0e6 +size 1343222