Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-04 21:12:07 +02:00 committed by Miro Hrončok
parent dc4945c9ac
commit 8310d1a59e

View File

@ -14,7 +14,7 @@ compression library. A C extension and CFFI interface are provided.
Name: python-%{pypi_name}
Version: 0.15.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Zstandard bindings for Python
License: BSD and GPLv2
URL: https://github.com/indygreg/python-zstandard
@ -71,6 +71,9 @@ mv zstandard{.src,}
%{python3_sitearch}/%{pypi_name}
%changelog
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.15.2-2
- Rebuilt for Python 3.10
* Mon Mar 01 2021 Dominik Mierzejewski <dominik@greysector.net> 0.15.2-1
- update to 0.15.2 (#1933476)
- fix tests on s390x