14
0

- 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).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=286
This commit is contained in:
2025-02-25 20:34:07 +00:00
committed by Git OBS Bridge
parent 6c4dcc6359
commit 03a8b43b04
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Feb 25 20:32:51 UTC 2025 - Dirk Müller <dmueller@suse.com>
- 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 <steven.kowalik@suse.com>