From 40d1e0ba99166e00647bb178ffc0948ff127613a Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 28 Jun 2023 13:50:20 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-Bottleneck.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-Bottleneck.spec b/python-Bottleneck.spec index 064f076..efdd680 100644 --- a/python-Bottleneck.spec +++ b/python-Bottleneck.spec @@ -2,7 +2,7 @@ Name: python-%{upname} Version: 1.3.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Collection of fast NumPy array functions written in Cython License: BSD @@ -102,6 +102,9 @@ rm -rf %{buildroot}%{python3_sitearch}/.pytest_cache %changelog +* Wed Jun 28 2023 Python Maint - 1.3.7-2 +- Rebuilt for Python 3.12 + * Tue Apr 04 2023 Tomáš Hrnčiar - 1.3.7-1 - Update to 1.3.7 Fixes: rhbz#2056294