forked from pool/python-py7zr
Accepting request 1133246 from home:ecsos:python
- Update to 0.20.7: * Changed - Support Python 3.12 (#541) - Update to 0.20.6 * Fixed - fix: sanitize path when write (#525) - fix: allow specify target path in relative path (#530) - Avoid AttributeError on OpenBSD (#521) - Error appending file: KeyError: 'lastwritetime' (#517) * Document - Fixing a string quote in user_guide document(#524) OBS-URL: https://build.opensuse.org/request/show/1133246 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py7zr?expand=0&rev=13
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6fb4889c0fa32581818a3366984083253585d6c794e82c3242b8a12d6aeaabd3
|
||||
size 4985655
|
3
py7zr-0.20.7.tar.gz
Normal file
3
py7zr-0.20.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55aa587fb4586c920437f5d6e6595f228beddb321bfee3f5146bb15c2e8e74d5
|
||||
size 4987455
|
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 15 06:16:51 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Update to 0.20.7:
|
||||
* Changed
|
||||
- Support Python 3.12 (#541)
|
||||
- Update to 0.20.6
|
||||
* Fixed
|
||||
- fix: sanitize path when write (#525)
|
||||
- fix: allow specify target path in relative path (#530)
|
||||
- Avoid AttributeError on OpenBSD (#521)
|
||||
- Error appending file: KeyError: 'lastwritetime' (#517)
|
||||
* Document
|
||||
- Fixing a string quote in user_guide document(#524)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 21 11:10:29 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
@@ -26,7 +26,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-py7zr%{psuffix}
|
||||
Version: 0.20.5
|
||||
Version: 0.20.7
|
||||
Release: 0
|
||||
Summary: Library and utility to support 7zip
|
||||
License: LGPL-2.1-or-later
|
||||
@@ -40,19 +40,19 @@ BuildRequires: %{python_module setuptools_scm >= 7.0.5}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-Brotli >= 1.0.9
|
||||
Requires: python-Brotli >= 1.1.0
|
||||
Requires: python-multivolumefile >= 0.2.3
|
||||
Requires: python-psutil
|
||||
Requires: python-pybcj >= 0.6.0
|
||||
Requires: python-pycryptodomex >= 3.6.6
|
||||
Requires: python-pyzstd >= 0.14.4
|
||||
Requires: python-pycryptodomex >= 3.16.0
|
||||
Requires: python-pyzstd >= 0.15.9
|
||||
Requires: python-texttable
|
||||
Requires: (python-pyppmd >= 0.18.1 with python-pyppmd < 1.1.0)
|
||||
Requires: (python-pybcj >= 1.0.0 with python-pybcj < 1.1.0)
|
||||
Requires: (python-pyppmd >= 1.1.0 with python-pyppmd < 1.2.0)
|
||||
%if 0%{?python_version_nodots} < 38
|
||||
Requires: python-importlib_metadata
|
||||
%endif
|
||||
%if 0%{?python_version_nodots} > 36
|
||||
Requires: python-inflate64 >= 0.3.1
|
||||
Requires: (python-inflate64 >= 1.0.0 with python-inflate64 < 1.1.0)
|
||||
%endif
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
|
Reference in New Issue
Block a user