- update to 0.3.7:
* Handle newlines when parsing metadata. * Use version comparison logic for python_full_version. * Simplify code with a set comprehension. * Fix shebang computation for source builds of Python. * Extract tarfiles more safely by incorporating tarfile filters. * Check for 'has_cert' attribute before using it. * Fix #203: Handle parsing of export entries to allow script names such as "," or ",foo". * Fix #200: Improve conformance to PEP440. * In addition to the above, an SPDX license identifier is now used. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distlib?expand=0&rev=26
This commit is contained in:
parent
25cc5a94ba
commit
1708c0c624
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14bad2d9b04d3a36127ac97f30b12a19268f211063d8f8ee4f47108896e11b46
|
||||
size 607879
|
BIN
distlib-0.3.7.tar.gz
(Stored with Git LFS)
Normal file
BIN
distlib-0.3.7.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 8 11:07:21 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.3.7:
|
||||
* Handle newlines when parsing metadata.
|
||||
* Use version comparison logic for python_full_version.
|
||||
* Simplify code with a set comprehension.
|
||||
* Fix shebang computation for source builds of Python.
|
||||
* Extract tarfiles more safely by incorporating tarfile
|
||||
filters.
|
||||
* Check for 'has_cert' attribute before using it.
|
||||
* Fix #203: Handle parsing of export entries to allow script
|
||||
names such as "," or ",foo".
|
||||
* Fix #200: Improve conformance to PEP440.
|
||||
* In addition to the above, an SPDX license identifier is now
|
||||
used.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:24:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-distlib
|
||||
Version: 0.3.6
|
||||
Version: 0.3.7
|
||||
Release: 0
|
||||
Summary: Distribution utilities
|
||||
License: Python-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user