diff --git a/distlib-0.3.7.tar.gz b/distlib-0.3.7.tar.gz deleted file mode 100644 index f8e76bf..0000000 --- a/distlib-0.3.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9dafe54b34a028eafd95039d5e5d4851a13734540f1331060d31c9916e7147a8 -size 609479 diff --git a/distlib-0.3.8.tar.gz b/distlib-0.3.8.tar.gz new file mode 100644 index 0000000..3d6250a --- /dev/null +++ b/distlib-0.3.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64 +size 609931 diff --git a/python-distlib.changes b/python-distlib.changes index edd9ecb..d692eaf 100644 --- a/python-distlib.changes +++ b/python-distlib.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Dec 19 09:57:22 UTC 2023 - Dirk Müller + +- update to 0.3.8: + * Fix #209: use legacy version implementation for Python + versions. + * Fix #204: use symlinks in venv creation during test. + * Fix #208: handle deprecation removals in Python 3.13. + ------------------------------------------------------------------- Tue Aug 8 11:07:21 UTC 2023 - Dirk Müller @@ -53,7 +62,7 @@ Sat Oct 1 12:43:32 UTC 2022 - Dirk Müller Thanks to Pieter Pas for the patch. - Fixed #169: Removed usage of deprecated imp module in favour of importlib. - Fixed #172: Compute ABI correctly for Python < 3.8. - + ------------------------------------------------------------------- Sat Dec 11 12:07:02 UTC 2021 - Ben Greiner @@ -76,7 +85,7 @@ Sun Nov 7 18:22:20 UTC 2021 - Dirk Müller - update to 0.3.3: * Removed splituser() function which wasn't used and is deprecated. * Handle version comparisons correctly in environment markers. - * Handle a single trailing comma following a version. + * Handle a single trailing comma following a version. * Fix incorrect handling of epochs. * Reverted handling of tags for Python >= 3.10 (use 310 rather than 3_10). This is because PEP 641 was rejected. @@ -86,7 +95,7 @@ Sun Nov 7 18:22:20 UTC 2021 - Dirk Müller * added entry for SourcelessFileLoader to the finder registry. * allowed a trailing comma in constraints, to better handle faulty metadata already on PyPI -- drop python-distlib-2048-bit-key.patch (obsolete) +- drop python-distlib-2048-bit-key.patch (obsolete) ------------------------------------------------------------------- Wed Feb 10 19:44:20 UTC 2021 - Pedro Monreal diff --git a/python-distlib.spec b/python-distlib.spec index e263fe9..d745aea 100644 --- a/python-distlib.spec +++ b/python-distlib.spec @@ -16,10 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons} Name: python-distlib -Version: 0.3.7 +Version: 0.3.8 Release: 0 Summary: Distribution utilities License: Python-2.0