From e5698a903c8fb280dfe93f499eefd39cef4528ae Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 7 Jun 2024 11:25:00 +0200 Subject: [PATCH] Rebuilt for Python 3.13 --- python-ruamel-yaml.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-ruamel-yaml.spec b/python-ruamel-yaml.spec index dfce01a..385ef69 100644 --- a/python-ruamel-yaml.spec +++ b/python-ruamel-yaml.spec @@ -1,4 +1,3 @@ -%global _with_bootstrap 1 # Breaks the circular dependency with ruamel.yaml.clib. %bcond_with bootstrap @@ -6,7 +5,7 @@ Name: python-ruamel-yaml Version: 0.18.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: YAML 1.2 loader/dumper package for Python # SPDX @@ -68,6 +67,9 @@ k="${k-}${k+ and }not test_dump_cyaml_1_2" %doc README.md %changelog +* Fri Jun 07 2024 Python Maint - 0.18.5-5 +- Rebuilt for Python 3.13 + * Fri Jun 07 2024 Python Maint - 0.18.5-4 - Bootstrap for Python 3.13