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:
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 2 08:04:33 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <antonio.teixeira@suse.com>
|
Thu Jul 20 20:40:20 UTC 2023 - Antonio Teixeira <antonio.teixeira@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyzstd
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,14 +16,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define skip_python2 1
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pyzstd
|
Name: python-pyzstd
|
||||||
Version: 0.15.9
|
Version: 0.15.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings to Zstandard (zstd) compression library
|
Summary: Python bindings to Zstandard (zstd) compression library
|
||||||
License: BSD-3-Clause
|
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
|
Source: https://files.pythonhosted.org/packages/source/p/pyzstd/pyzstd-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel >= 3.5}
|
BuildRequires: %{python_module devel >= 3.5}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
|
3
pyzstd-0.15.10.tar.gz
Normal file
3
pyzstd-0.15.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:83603a97fdbcf2139f475c940789f09e32703f931f29f4a8ddf3551e6700108b
|
||||||
|
size 769258
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cbfdde6c5768ffa5d2f14127bbc1d7c3c2d03c0ceaeb0736946197e06275ccc7
|
|
||||||
size 787194
|
|
Reference in New Issue
Block a user