- 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:
2023-08-08 11:08:11 +00:00
committed by Git OBS Bridge
parent ce8eb3e2a0
commit e0ab797ed5
4 changed files with 21 additions and 4 deletions

View File

@@ -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>