Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c09a06df65 | |||
| 2df147e40d | |||
| e3bf7893c0 | |||
| 8ef4a66bcd |
@@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 20 11:41:48 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.16.2:
|
||||||
|
* Build wheels for Python 3.13
|
||||||
|
* Deprecate support for Python version before 3.9 and stop
|
||||||
|
building wheels for them
|
||||||
|
* Compatibility with Python 3.13
|
||||||
|
* Upgrade zstd source code from v1.5.5 to v1.5.6
|
||||||
|
* Fix pyzstd_pep517 parameter name in
|
||||||
|
`get_requires_for_build_wheel`
|
||||||
|
* Deprecate support for Python version before 3.8 and stop
|
||||||
|
building wheels for them
|
||||||
|
* Minor fixes in type hints
|
||||||
|
* Refactor README & CHANGELOG files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 2 08:04:33 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Thu May 2 08:04:33 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyzstd
|
# 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
|
# 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
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pyzstd
|
Name: python-pyzstd
|
||||||
Version: 0.15.10
|
Version: 0.17.0
|
||||||
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
|
||||||
@@ -27,10 +27,12 @@ Source: https://files.pythonhosted.org/packages/source/p/pyzstd/pyzstd-%
|
|||||||
BuildRequires: %{python_module devel >= 3.5}
|
BuildRequires: %{python_module devel >= 3.5}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module typing_extensions >= 4.13.2}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: libzstd-devel >= 1.4.0
|
BuildRequires: libzstd-devel >= 1.4.0
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: (python-typing_extensions >= 4.13.2 if python-base < 3.13)
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -58,7 +60,7 @@ export CFLAGS="%{optflags}"
|
|||||||
%pyunittest_arch discover -v tests
|
%pyunittest_arch discover -v tests
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitearch}/pyzstd
|
%{python_sitearch}/pyzstd
|
||||||
%{python_sitearch}/pyzstd-%{version}.dist-info
|
%{python_sitearch}/pyzstd-%{version}.dist-info
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:83603a97fdbcf2139f475c940789f09e32703f931f29f4a8ddf3551e6700108b
|
|
||||||
size 769258
|
|
||||||
3
pyzstd-0.17.0.tar.gz
Normal file
3
pyzstd-0.17.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d84271f8baa66c419204c1dd115a4dec8b266f8a2921da21b81764fa208c1db6
|
||||||
|
size 1212160
|
||||||
Reference in New Issue
Block a user