From ae89d1a6db781ca35b6c468f7b2da4395191ddd0 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 20:58:20 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-zstd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-zstd.spec b/python-zstd.spec index 8e3dfc2..2f7bae6 100644 --- a/python-zstd.spec +++ b/python-zstd.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: %{zstd_version}.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Zstd Bindings for Python License: BSD @@ -70,6 +70,9 @@ sed -i -e '/test_version/d' tests/__init__.py %{python3_sitearch}/%{pypi_name}*.so %changelog +* Tue Jun 13 2023 Python Maint - 1.4.5.1-11 +- Rebuilt for Python 3.12 + * Wed Feb 01 2023 Nikita Popov - 1.4.5.1-10 - Port to C99