From c5fbacd3aac10087ae8f81aae653f8f4a0844516 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 27 Jun 2023 22:49:01 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-orjson.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-orjson.spec b/python-orjson.spec index 6f0cc3b..26a56f7 100644 --- a/python-orjson.spec +++ b/python-orjson.spec @@ -10,7 +10,7 @@ Name: python-orjson Version: 3.8.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fast, correct Python JSON library License: Apache-2.0 OR MIT @@ -108,6 +108,9 @@ export RUSTFLAGS='%{build_rustflags}' %changelog +* Tue Jun 27 2023 Python Maint - 3.8.12-2 +- Rebuilt for Python 3.12 + * Thu May 18 2023 Maxwell G - 3.8.12-1 - Update to 3.8.12. - Use maturin as a build system when available