From 1708c0c6241736f6baef62892e119ead4862a8f09ce94ccb9f1445a03473a02b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 8 Aug 2023 11:08:11 +0000 Subject: [PATCH] - 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 --- distlib-0.3.6.tar.gz | 3 --- distlib-0.3.7.tar.gz | 3 +++ python-distlib.changes | 17 +++++++++++++++++ python-distlib.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 distlib-0.3.6.tar.gz create mode 100644 distlib-0.3.7.tar.gz diff --git a/distlib-0.3.6.tar.gz b/distlib-0.3.6.tar.gz deleted file mode 100644 index 9c6ff47..0000000 --- a/distlib-0.3.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14bad2d9b04d3a36127ac97f30b12a19268f211063d8f8ee4f47108896e11b46 -size 607879 diff --git a/distlib-0.3.7.tar.gz b/distlib-0.3.7.tar.gz new file mode 100644 index 0000000..f8e76bf --- /dev/null +++ b/distlib-0.3.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dafe54b34a028eafd95039d5e5d4851a13734540f1331060d31c9916e7147a8 +size 609479 diff --git a/python-distlib.changes b/python-distlib.changes index c8dc5c7..edd9ecb 100644 --- a/python-distlib.changes +++ b/python-distlib.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Aug 8 11:07:21 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-distlib.spec b/python-distlib.spec index 7fd7f19..e263fe9 100644 --- a/python-distlib.spec +++ b/python-distlib.spec @@ -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