From cbe197de57add092e7f27474de057d61a9e7fb36 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 21:37:36 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- PyYAML.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PyYAML.spec b/PyYAML.spec index c76023a..f7ccd0f 100644 --- a/PyYAML.spec +++ b/PyYAML.spec @@ -7,7 +7,7 @@ Name: PyYAML Version: 6.0 -Release: 7%{?dist} +Release: 8%{?dist} %global uversion %{version} Summary: YAML parser and emitter for Python @@ -111,6 +111,9 @@ rm -rf ext/_yaml.c %changelog +* Tue Jun 13 2023 Python Maint - 6.0-8 +- Rebuilt for Python 3.12 + * Tue Apr 11 2023 John Eckersberg - 6.0-7 - Rebuilt for Python 3.12 / Cython 0.29.34 (rhbz#2177815)