14
0

Accepting request 1255200 from system:homeautomation:home-assistant:unstable

- update to 77.0.3:
  * Temporarily convert error for license glob patterns containing
    ../ into a deprecation warning to allow an accomodation period
  * Better error messages for packaging.
  * Avoided eagerly raising an exception when license-files is
    defined simultaneously inside and outside of pyproject.toml.
  * Added initial support for license expression (PEP 639)
  * Store License-Files in .dist-info/licenses subfolder and
    added support for recursive globs for license_files (PEP 639)
  * Bump core metadata version to 2.4.
  * Updated vendored copy of wheel to v0.45.1

OBS-URL: https://build.opensuse.org/request/show/1255200
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=288
This commit is contained in:
2025-03-24 07:07:06 +00:00
committed by Git OBS Bridge
parent 03a8b43b04
commit 0249142ed1
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Mar 22 07:38:14 UTC 2025 - Adrian Schröter <adrian@suse.de>
- update to 77.0.3:
* Temporarily convert error for license glob patterns containing
../ into a deprecation warning to allow an accomodation period
* Better error messages for packaging.
* Avoided eagerly raising an exception when license-files is
defined simultaneously inside and outside of pyproject.toml.
* Added initial support for license expression (PEP 639)
* Store License-Files in .dist-info/licenses subfolder and
added support for recursive globs for license_files (PEP 639)
* Bump core metadata version to 2.4.
* Updated vendored copy of wheel to v0.45.1
-------------------------------------------------------------------
Tue Feb 25 20:32:51 UTC 2025 - Dirk Müller <dmueller@suse.com>