From 36f0703a428e166a5ca347b8ca07422ae48d1c89 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Sat, 8 Jun 2024 13:30:06 +0200 Subject: [PATCH] Rebuilt for Python 3.13 --- python-orjson.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-orjson.spec b/python-orjson.spec index 503431a..f3c2685 100644 --- a/python-orjson.spec +++ b/python-orjson.spec @@ -9,7 +9,7 @@ Name: python-orjson Version: 3.10.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fast, correct Python JSON library License: Apache-2.0 OR MIT @@ -112,6 +112,9 @@ export RUSTFLAGS='%{build_rustflags}' %changelog +* Sat Jun 08 2024 Python Maint - 3.10.3-2 +- Rebuilt for Python 3.13 + * Sat Jun 01 2024 Benjamin A. Beasley - 3.10.3-1 - Update to 3.10.3. Fixes rhbz#2278078.