14
0

- 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
This commit is contained in:
2024-11-21 11:36:02 +00:00
committed by Git OBS Bridge
parent e4e74004c4
commit caa986da91
4 changed files with 22 additions and 9 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Nov 21 11:35:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>