update to 0.18.0 (#2099853)
This commit is contained in:
parent
cf4d17af80
commit
a0e513fe2c
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/zstandard-0.15.2.tar.gz
|
||||
/zstandard-0.16.0.tar.gz
|
||||
/zstandard-0.17.0.tar.gz
|
||||
/zstandard-0.18.0.tar.gz
|
||||
|
||||
@ -13,8 +13,8 @@
|
||||
compression library. A C extension and CFFI interface are provided.
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.17.0
|
||||
Release: 3%{?dist}
|
||||
Version: 0.18.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Zstandard bindings for Python
|
||||
License: BSD and GPLv2
|
||||
URL: https://github.com/indygreg/python-zstandard
|
||||
@ -36,7 +36,7 @@ BuildRequires: python3-pytest
|
||||
BuildRequires: python3-pytest-xdist
|
||||
%endif
|
||||
# https://github.com/indygreg/python-zstandard/issues/48
|
||||
Provides: bundled(zstd) = 1.5.1
|
||||
Provides: bundled(zstd) = 1.5.2
|
||||
|
||||
%description -n python3-%{pypi_name}
|
||||
%{desc}
|
||||
@ -67,6 +67,9 @@ mv zstandard{.src,}
|
||||
%{python3_sitearch}/%{pypi_name}
|
||||
|
||||
%changelog
|
||||
* Wed Oct 05 2022 Dominik Mierzejewski <dominik@greysector.net> 0.18.0-1
|
||||
- update to 0.18.0 (#2099853)
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (zstandard-0.17.0.tar.gz) = 312aa02c7309fac64cf70ca901942118d4b3f12f27d20cc18dcaba5ce155ad81ea8d7657501a33a5fb6cdc8bcca11f91141ea9d6c3fc09c28a84d698b9050391
|
||||
SHA512 (zstandard-0.18.0.tar.gz) = 62b21a20b39b0ce3e247f1df91208c41cdcdda9006261c6cad4683586a14f7d45d4a9c764246666418d5cf44d6028c086be712ab72db95bb6cf3da019eb32e91
|
||||
|
||||
Loading…
Reference in New Issue
Block a user