diff --git a/python-pyzstd.changes b/python-pyzstd.changes index 40b6a6e..5b39077 100644 --- a/python-pyzstd.changes +++ b/python-pyzstd.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue May 20 11:41:48 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.17.0 + * Upgrade zstd source code from v1.5.6 to v1.5.7 + * Raise an exception when attempting to decompress empty data + * Add `ZstdFile.name` property + * Deprecate `(de)compress_stream` functions + * Use a leading `_` for private objects + * Build wheels for Windows ARM64 + * Support for PyPy 3.11 +- Update BuildRequires and Requires from setup.py + ------------------------------------------------------------------- Mon Oct 28 22:36:13 UTC 2024 - Dirk Müller diff --git a/python-pyzstd.spec b/python-pyzstd.spec index fad4ff2..fe2d3fb 100644 --- a/python-pyzstd.spec +++ b/python-pyzstd.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyzstd # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pyzstd -Version: 0.16.2 +Version: 0.17.0 Release: 0 Summary: Python bindings to Zstandard (zstd) compression library License: BSD-3-Clause @@ -27,10 +27,12 @@ Source: https://files.pythonhosted.org/packages/source/p/pyzstd/pyzstd-% BuildRequires: %{python_module devel >= 3.5} 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-typing_extensions >= 4.13.2 if python-base < 3.13) %python_subpackages %description diff --git a/pyzstd-0.16.2.tar.gz b/pyzstd-0.16.2.tar.gz deleted file mode 100644 index 69e0450..0000000 --- a/pyzstd-0.16.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:179c1a2ea1565abf09c5f2fd72f9ce7c54b2764cf7369e05c0bfd8f1f67f63d2 -size 789505 diff --git a/pyzstd-0.17.0.tar.gz b/pyzstd-0.17.0.tar.gz new file mode 100644 index 0000000..373ca1d --- /dev/null +++ b/pyzstd-0.17.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84271f8baa66c419204c1dd115a4dec8b266f8a2921da21b81764fa208c1db6 +size 1212160