From 3fa9d7f8f30bcbdb24ddbcbfeff3244e0d8951091f3e2fcb4853afe488a3fbc4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 14 Mar 2024 13:52:01 +0000 Subject: [PATCH 1/2] - update to 3.18.0: * Bypass ZipFile.namelist in glob for better performance. * Refactored glob functionality to support a more generalized solution with support for platform-specific path separators. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zipp?expand=0&rev=40 --- python-zipp.changes | 8 ++++++++ python-zipp.spec | 6 +++--- zipp-3.17.0.tar.gz | 3 --- zipp-3.18.0.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 zipp-3.17.0.tar.gz create mode 100644 zipp-3.18.0.tar.gz diff --git a/python-zipp.changes b/python-zipp.changes index 41f6a95..591eb6f 100644 --- a/python-zipp.changes +++ b/python-zipp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Mar 14 13:51:41 UTC 2024 - Dirk Müller + +- update to 3.18.0: + * Bypass ZipFile.namelist in glob for better performance. + * Refactored glob functionality to support a more generalized + solution with support for platform-specific path separators. + ------------------------------------------------------------------- Mon Nov 27 09:06:16 UTC 2023 - Dirk Müller diff --git a/python-zipp.spec b/python-zipp.spec index a842812..5d31980 100644 --- a/python-zipp.spec +++ b/python-zipp.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-zipp # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-zipp%{psuffix} -Version: 3.17.0 +Version: 3.18.0 Release: 0 Summary: Pathlib-compatible object wrapper for zip files License: MIT diff --git a/zipp-3.17.0.tar.gz b/zipp-3.17.0.tar.gz deleted file mode 100644 index ab3a137..0000000 --- a/zipp-3.17.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84e64a1c28cf7e91ed2078bb8cc8c259cb19b76942096c8d7b84947690cabaf0 -size 20367 diff --git a/zipp-3.18.0.tar.gz b/zipp-3.18.0.tar.gz new file mode 100644 index 0000000..4a25eed --- /dev/null +++ b/zipp-3.18.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df8d042b02765029a09b157efd8e820451045890acc30f8e37dd2f94a060221f +size 21258 From 0f841c06df6cb1f7bcc39c41b10696607194ecd02a8dd9bfa0e315cdba8c7b32 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Mar 2024 13:12:41 +0000 Subject: [PATCH 2/2] - update to 3.18.1: * No significant changes. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zipp?expand=0&rev=41 --- python-zipp.changes | 6 ++++++ python-zipp.spec | 2 +- zipp-3.18.0.tar.gz | 3 --- zipp-3.18.1.tar.gz | 3 +++ 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 zipp-3.18.0.tar.gz create mode 100644 zipp-3.18.1.tar.gz diff --git a/python-zipp.changes b/python-zipp.changes index 591eb6f..f352f3f 100644 --- a/python-zipp.changes +++ b/python-zipp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Mar 16 13:12:20 UTC 2024 - Dirk Müller + +- update to 3.18.1: + * No significant changes. + ------------------------------------------------------------------- Thu Mar 14 13:51:41 UTC 2024 - Dirk Müller diff --git a/python-zipp.spec b/python-zipp.spec index 5d31980..859d8fc 100644 --- a/python-zipp.spec +++ b/python-zipp.spec @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-zipp%{psuffix} -Version: 3.18.0 +Version: 3.18.1 Release: 0 Summary: Pathlib-compatible object wrapper for zip files License: MIT diff --git a/zipp-3.18.0.tar.gz b/zipp-3.18.0.tar.gz deleted file mode 100644 index 4a25eed..0000000 --- a/zipp-3.18.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df8d042b02765029a09b157efd8e820451045890acc30f8e37dd2f94a060221f -size 21258 diff --git a/zipp-3.18.1.tar.gz b/zipp-3.18.1.tar.gz new file mode 100644 index 0000000..55ca4e3 --- /dev/null +++ b/zipp-3.18.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2884ed22e7d8961de1c9a05142eb69a247f120291bc0206a00a7642f09b5b715 +size 21220