15
0

- Disable broken tests with new packaging module because invalid

version
- Update to version 3.7.2
  * Fix #928: correct default for pre-release matching after switching
    from ``pkg_resources`` to ``packaging``.
  * Fix #949: correct parsing of wheel tags for Python 3.10 and above.
- 3.7.1 (2022-12-16)
  * Fix #939: pin packaging to <22 as it removed the deprecated
    LegacyVersion.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-common?expand=0&rev=6
This commit is contained in:
2023-03-06 17:23:09 +00:00
committed by Git OBS Bridge
parent f49c497401
commit 5eda3c1ddb
4 changed files with 23 additions and 8 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Mar 6 17:21:35 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Disable broken tests with new packaging module because invalid
version
- Update to version 3.7.2
* Fix #928: correct default for pre-release matching after switching
from ``pkg_resources`` to ``packaging``.
* Fix #949: correct parsing of wheel tags for Python 3.10 and above.
- 3.7.1 (2022-12-16)
* Fix #939: pin packaging to <22 as it removed the deprecated
LegacyVersion.
-------------------------------------------------------------------
Wed Oct 12 03:05:13 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>