Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2020-07-29 04:50:08 +00:00
parent 060e884eb4
commit ccc3e3a0f3

View File

@ -14,7 +14,7 @@ compression library. A C extension and CFFI interface are provided.
Name: python-%{pypi_name}
Version: 0.13.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Zstandard bindings for Python
License: BSD
URL: https://github.com/indygreg/python-zstandard
@ -75,6 +75,9 @@ export ZSTD_SLOW_TESTS=1
%{python3_sitearch}/zstd.cpython-%{python3_version_nodots}-%{_arch}-linux%{_gnu}.so
%changelog
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri May 29 2020 Dominik Mierzejewski <dominik@greysector.net> 0.13.0-1
- initial build
- skip some tests on s390x (https://github.com/indygreg/python-zstandard/issues/105)