Accepting request 1179936 from devel:languages:python
- update to 3.19.2: * No significant changes. * Improved handling of malformed zip files. * Implement is_symlink. * No significant changes. OBS-URL: https://build.opensuse.org/request/show/1179936 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zipp?expand=0&rev=21
This commit is contained in:
commit
40a61f8e58
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 10 11:06:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.19.2:
|
||||
* No significant changes.
|
||||
* Improved handling of malformed zip files.
|
||||
* Implement is_symlink.
|
||||
* No significant changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 16 13:12:20 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-zipp%{psuffix}
|
||||
Version: 3.18.1
|
||||
Version: 3.19.2
|
||||
Release: 0
|
||||
Summary: Pathlib-compatible object wrapper for zip files
|
||||
License: MIT
|
||||
@ -44,8 +44,10 @@ BuildArch: noarch
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module jaraco.functools}
|
||||
BuildRequires: %{python_module jaraco.itertools}
|
||||
BuildRequires: %{python_module jaraco.test}
|
||||
BuildRequires: %{python_module more-itertools}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module zipp >= %{version}}
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2884ed22e7d8961de1c9a05142eb69a247f120291bc0206a00a7642f09b5b715
|
||||
size 21220
|
BIN
zipp-3.19.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
zipp-3.19.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user