forked from pool/python-pyzstd
- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzstd?expand=0&rev=11
This commit is contained in:
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pyzstd
|
Name: python-pyzstd
|
||||||
Version: 0.15.10
|
Version: 0.16.2
|
||||||
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
|
||||||
@@ -58,7 +58,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.16.2.tar.gz
Normal file
3
pyzstd-0.16.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:179c1a2ea1565abf09c5f2fd72f9ce7c54b2764cf7369e05c0bfd8f1f67f63d2
|
||||||
|
size 789505
|
Reference in New Issue
Block a user