From c2178e71d0ddbf97945af88fbabf304d32dbdbd8 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 17 Jun 2024 22:51:17 +0200 Subject: [PATCH] Rebuilt for Python 3.13 --- python-imagecodecs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-imagecodecs.spec b/python-imagecodecs.spec index 1a84145..aaa74a3 100644 --- a/python-imagecodecs.spec +++ b/python-imagecodecs.spec @@ -2,7 +2,7 @@ Name: python-imagecodecs Version: 2023.1.23 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Image transformation, compression, and decompression codecs License: BSD-3-Clause @@ -279,6 +279,9 @@ TEST_OPTS=( %changelog +* Mon Jun 17 2024 Python Maint - 2023.1.23-2 +- Rebuilt for Python 3.13 + * Sun Apr 21 2024 Orion Poplawski - 2023.1.23-1 - Update to 2023.1.23 - Add more test dependencies