14
0
forked from pool/python-wheel
2025-04-14 10:56:13 +00:00
committed by Git OBS Bridge
parent 3a395b2652
commit 78fc0b693c
5 changed files with 133 additions and 20 deletions

View File

@@ -1,17 +1,3 @@
-------------------------------------------------------------------
Mon Apr 7 10:50:06 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to version 0.46.0
* Dropped support for Python 3.8
* Removed the bdist_wheel setuptools command implementation and entry point.
The wheel.bdist_wheel module is now just an alias to setuptools.command.bdist_wheel,
emitting a deprecation warning on import.
* Removed vendored packaging in favor of a run-time dependency on it.
* Made the wheel.metadata module private (with a deprecation warning if it's imported).
* Made the wheel.cli package private (no deprecation warning).
* Fixed an exception when calling the convert command with an empty description field.
- Drop tests.patch and unskip other fixed tests
-------------------------------------------------------------------
Thu Mar 27 10:29:43 UTC 2025 - Markéta Machová <mmachova@suse.com>