14
0
forked from pool/python-pyzstd

- update to 0.15.10:

* SeekableZstdFile: fix exception when using append mode
  * SeekableZstdFile: raise TypeError when
  * SeekableZstdFile: refactor loading seek table in append mode

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzstd?expand=0&rev=9
This commit is contained in:
2024-05-02 08:06:44 +00:00
committed by Git OBS Bridge
parent a678a631c4
commit 0c5cddc567
4 changed files with 14 additions and 7 deletions

View File

@@ -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}