From 00f357ba2cf17a4d5ad29203f52936642af31c4a Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 6 Jun 2025 16:26:38 +0200 Subject: [PATCH] Rebuilt for Python 3.14 --- python-imagecodecs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-imagecodecs.spec b/python-imagecodecs.spec index dbc4a75..835fc26 100644 --- a/python-imagecodecs.spec +++ b/python-imagecodecs.spec @@ -2,7 +2,7 @@ Name: python-imagecodecs Version: 2024.9.22 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Image transformation, compression, and decompression codecs License: BSD-3-Clause @@ -281,6 +281,9 @@ TEST_OPTS=( %changelog +* Fri Jun 06 2025 Python Maint - 2024.9.22-2 +- Rebuilt for Python 3.14 + * Wed Jan 22 2025 Sandro - 2024.9.22-1 - Update to 2024.9.22 - Add support for NumPy 2.x