Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-py7zr for openSUSE:Factory checked in at 2026-02-19 14:21:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-py7zr (Old) and /work/SRC/openSUSE:Factory/.python-py7zr.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-py7zr" Thu Feb 19 14:21:58 2026 rev:11 rq:1333842 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-py7zr/python-py7zr.changes 2025-06-23 15:05:47.123016724 +0200 +++ /work/SRC/openSUSE:Factory/.python-py7zr.new.1977/python-py7zr.changes 2026-02-19 14:22:24.108286484 +0100 @@ -1,0 +2,19 @@ +Thu Feb 19 03:22:22 UTC 2026 - Steve Kowalik <[email protected]> + +- Update to 1.1.0: + ## Security + * CVE-2025-6176: bump [email protected] + ## What's Changed + * fix(is_7zfile): accept any path-like instead of just pathlib.Path + * Accept IO[bytes] instead of BinaryIO + * feat(cli): add support for extracting specific archive members + * fix: SevenZipFile.getinfo() now returns FileInfo as originally intended + * feat: make FileInfo and ArchiveInfo dataclasses + * feat: add is_file and is_symlink to FileInfo + * Use zstandard implementation from stdlib (PEP-784) + * chore: bump minimum Python version to 3.10 and update development deps + * chore: tox configuration in pyproject.toml native + * Use 3.10 type hint syntax +- Switch to GitHub tarball for the testsuite. + +------------------------------------------------------------------- Old: ---- py7zr-1.0.0.tar.gz New: ---- py7zr-1.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-py7zr.spec ++++++ --- /var/tmp/diff_new_pack.3ArJkV/_old 2026-02-19 14:22:24.652309081 +0100 +++ /var/tmp/diff_new_pack.3ArJkV/_new 2026-02-19 14:22:24.656309248 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-py7zr # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,31 +26,29 @@ %endif %{?sle15_python_module_pythons} Name: python-py7zr%{psuffix} -Version: 1.0.0 +Version: 1.1.0 Release: 0 Summary: Library and utility to support 7zip License: LGPL-2.1-or-later -Group: Development/Languages/Python URL: https://github.com/miurahr/py7zr -Source0: https://files.pythonhosted.org/packages/source/p/py7zr/py7zr-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.9} +Source0: https://github.com/miurahr/py7zr/archive/refs/tags/v%{version}.tar.gz#/py7zr-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.10} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 63} BuildRequires: %{python_module setuptools_scm >= 7.0.5} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-Brotli >= 1.1.0 +Requires: python-Brotli >= 1.2.0 +Requires: python-inflate64 >= 1.0.4 Requires: python-multivolumefile >= 0.2.3 Requires: python-psutil +Requires: python-pybcj >= 1.0.6 Requires: python-pycryptodomex >= 3.20.0 -Requires: python-pyzstd >= 0.16.1 +Requires: python-pyppmd >= 1.3.1 Requires: python-texttable -Requires: (python-inflate64 >= 1.0.0 with python-inflate64 < 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.3.0) -%if 0%{?python_version_nodots} < 38 -Requires: python-importlib_metadata +%if 0%{?python_version_nodots} < 314 +Requires: python-backports.zstd %endif Requires(post): update-alternatives Requires(postun): update-alternatives @@ -87,7 +85,9 @@ %if %{with test} %check +mv py7zr py7zr-do-not-use %pytest +mv py7zr-do-not-use py7zr %endif %post ++++++ py7zr-1.0.0.tar.gz -> py7zr-1.1.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-py7zr/py7zr-1.0.0.tar.gz /work/SRC/openSUSE:Factory/.python-py7zr.new.1977/py7zr-1.1.0.tar.gz differ: char 4, line 1
