diff --git a/python-pyzstd.changes b/python-pyzstd.changes index 18bf4d6..a9548dc 100644 --- a/python-pyzstd.changes +++ b/python-pyzstd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu May 2 08:04:33 UTC 2024 - Dirk Müller + +- update to 0.15.10: + * SeekableZstdFile: fix exception when using append mode + * SeekableZstdFile: raise TypeError when + * SeekableZstdFile: refactor loading seek table in append mode + ------------------------------------------------------------------- Thu Jul 20 20:40:20 UTC 2023 - Antonio Teixeira diff --git a/python-pyzstd.spec b/python-pyzstd.spec index 358d634..b49dd6f 100644 --- a/python-pyzstd.spec +++ b/python-pyzstd.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyzstd # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,14 +16,13 @@ # -%define skip_python2 1 %{?sle15_python_module_pythons} Name: python-pyzstd -Version: 0.15.9 +Version: 0.15.10 Release: 0 Summary: Python bindings to Zstandard (zstd) compression library License: BSD-3-Clause -URL: https://github.com/animalize/pyzstd +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 pip} diff --git a/pyzstd-0.15.10.tar.gz b/pyzstd-0.15.10.tar.gz new file mode 100644 index 0000000..086d50a --- /dev/null +++ b/pyzstd-0.15.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83603a97fdbcf2139f475c940789f09e32703f931f29f4a8ddf3551e6700108b +size 769258 diff --git a/pyzstd-0.15.9.tar.gz b/pyzstd-0.15.9.tar.gz deleted file mode 100644 index 93938cf..0000000 --- a/pyzstd-0.15.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbfdde6c5768ffa5d2f14127bbc1d7c3c2d03c0ceaeb0736946197e06275ccc7 -size 787194