From 7f243ee354691bb24c476fe30f1abc04a52ef5e7 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 12:56:02 +0200 Subject: [PATCH] Rebuilt for Python 3.14.0rc3 bytecode --- python-Bottleneck.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-Bottleneck.spec b/python-Bottleneck.spec index e7de98b..00871cd 100644 --- a/python-Bottleneck.spec +++ b/python-Bottleneck.spec @@ -4,7 +4,7 @@ Name: python-Bottleneck Version: 1.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Collection of fast NumPy array functions written in Cython License: BSD-2-Clause @@ -87,6 +87,9 @@ cd - %changelog +* Fri Sep 19 2025 Python Maint - 1.5.0-2 +- Rebuilt for Python 3.14.0rc3 bytecode + * Tue Aug 26 2025 Jerry James - 1.5.0-1 - Version 1.5.0 - Stop building for 32-bit x86