From 8310d1a59e093cedaff8467c26bdf32de3f24b8d Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 21:12:07 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-zstandard.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-zstandard.spec b/python-zstandard.spec index f9b8fb8..a8d41f2 100644 --- a/python-zstandard.spec +++ b/python-zstandard.spec @@ -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 - 0.15.2-2 +- Rebuilt for Python 3.10 + * Mon Mar 01 2021 Dominik Mierzejewski 0.15.2-1 - update to 0.15.2 (#1933476) - fix tests on s390x