- 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. * Handle a single trailing comma following a version. - drop python-distlib-2048-bit-key.patch (obsolete) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=28
This commit is contained in:
parent
1708c0c624
commit
46371e0252
BIN
distlib-0.3.7.tar.gz
(Stored with Git LFS)
BIN
distlib-0.3.7.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
distlib-0.3.8.tar.gz
(Stored with Git LFS)
Normal file
BIN
distlib-0.3.8.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 19 09:57:22 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user