From 397b2d9bd7e37c857d53c3c4af264103d8a6f693ce0f4e9c88c0edcbedbf6b10 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 15 Dec 2023 09:40:17 +0000 Subject: [PATCH] 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 --- py7zr-0.20.5.tar.gz | 3 --- py7zr-0.20.7.tar.gz | 3 +++ python-py7zr.changes | 15 +++++++++++++++ python-py7zr.spec | 14 +++++++------- 4 files changed, 25 insertions(+), 10 deletions(-) delete mode 100644 py7zr-0.20.5.tar.gz create mode 100644 py7zr-0.20.7.tar.gz diff --git a/py7zr-0.20.5.tar.gz b/py7zr-0.20.5.tar.gz deleted file mode 100644 index 8ac9d9f..0000000 --- a/py7zr-0.20.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6fb4889c0fa32581818a3366984083253585d6c794e82c3242b8a12d6aeaabd3 -size 4985655 diff --git a/py7zr-0.20.7.tar.gz b/py7zr-0.20.7.tar.gz new file mode 100644 index 0000000..436ba37 --- /dev/null +++ b/py7zr-0.20.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55aa587fb4586c920437f5d6e6595f228beddb321bfee3f5146bb15c2e8e74d5 +size 4987455 diff --git a/python-py7zr.changes b/python-py7zr.changes index 60f8633..57c78b2 100644 --- a/python-py7zr.changes +++ b/python-py7zr.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Dec 15 06:16:51 UTC 2023 - ecsos + +- 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 diff --git a/python-py7zr.spec b/python-py7zr.spec index 18f5273..1ed78b5 100644 --- a/python-py7zr.spec +++ b/python-py7zr.spec @@ -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