Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyzstd for openSUSE:Factory checked in at 2026-05-25 21:57:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyzstd (Old) and /work/SRC/openSUSE:Factory/.python-pyzstd.new.2084 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyzstd" Mon May 25 21:57:24 2026 rev:9 rq:1355078 version:0.19.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyzstd/python-pyzstd.changes 2025-11-26 17:19:11.363688371 +0100 +++ /work/SRC/openSUSE:Factory/.python-pyzstd.new.2084/python-pyzstd.changes 2026-05-25 22:00:20.381693414 +0200 @@ -1,0 +2,18 @@ +Mon May 25 15:27:37 UTC 2026 - Dirk Müller <[email protected]> + +- update to 0.19.1: + * Fix `SeekableZstdFile` write table entries on 32-bits + architectures when there is a huge number of entries + * The project has been completely refactored to use the + Zstandard implementation from the standard library (PEP-784) + * The refactor has some minor impact on public APIs, such as + changing the exception raised on invalid input + * Add `backports.zstd` dependency for Python before 3.14 + * Changes in build dependency: remove `setuptools` and C build + toolchain, add `hatchling` and `hatch-vcs` + * Remove git submodule usage + * Drop support for Python 3.9 and below + * Use `ruff` as formatter and linter + * Embed type hints in Python code, and check with `mypy` + +------------------------------------------------------------------- Old: ---- pyzstd-0.18.0.tar.gz New: ---- pyzstd-0.19.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyzstd.spec ++++++ --- /var/tmp/diff_new_pack.oPh7pu/_old 2026-05-25 22:00:22.793792673 +0200 +++ /var/tmp/diff_new_pack.oPh7pu/_new 2026-05-25 22:00:22.809793332 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pyzstd # -# 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 @@ -18,21 +18,24 @@ %{?sle15_python_module_pythons} Name: python-pyzstd -Version: 0.18.0 +Version: 0.19.1 Release: 0 Summary: Python bindings to Zstandard (zstd) compression library License: BSD-3-Clause URL: https://github.com/Rogdham/pyzstd Source: https://files.pythonhosted.org/packages/source/p/pyzstd/pyzstd-%{version}.tar.gz -BuildRequires: %{python_module devel >= 3.5} +BuildRequires: %{python_module backports.zstd >= 1.0.0 if %python-base < 3.14} +BuildRequires: %{python_module devel >= 3.10} +BuildRequires: %{python_module hatch-vcs} +BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module typing_extensions >= 4.13.2} BuildRequires: %{python_module wheel} BuildRequires: fdupes -BuildRequires: libzstd-devel >= 1.4.0 BuildRequires: python-rpm-macros +Requires: (python-backports.zstd >= 1.0.0 if python-base < 3.14) Requires: (python-typing_extensions >= 4.13.2 if python-base < 3.13) +BuildArch: noarch %python_subpackages %description @@ -43,25 +46,20 @@ %prep %setup -q -n pyzstd-%{version} -# make sure we link dynamically, cannot use command line argument to pip wheel -# gh#animalize/pyzstd#18 -sed -i "s/has_option('--dynamic-link-zstd')/True/" setup.py -sed -i "/\#\!\/usr\/bin\/env\ python3/d" src/__main__.py %build -export CFLAGS="%{optflags}" %pyproject_wheel %install %pyproject_install -%python_expand %fdupes %{buildroot}%{$python_sitearch} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pyunittest_arch discover -v tests +%pyunittest discover -v tests %files %{python_files} %doc README.md %license LICENSE -%{python_sitearch}/pyzstd -%{python_sitearch}/pyzstd-%{version}.dist-info +%{python_sitelib}/pyzstd +%{python_sitelib}/pyzstd-%{version}.dist-info ++++++ pyzstd-0.18.0.tar.gz -> pyzstd-0.19.1.tar.gz ++++++ ++++ 98079 lines of diff (skipped)
