From 90a22aad3e6335a182c48092f0707898e649ece5 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 14 Jun 2023 09:39:43 +0200 Subject: [PATCH] Bootstrap for Python 3.12 --- python-ruamel-yaml.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-ruamel-yaml.spec b/python-ruamel-yaml.spec index a0bd5a0..fba934d 100644 --- a/python-ruamel-yaml.spec +++ b/python-ruamel-yaml.spec @@ -1,3 +1,4 @@ +%global _with_bootstrap 1 # Breaks the circular dependency with ruamel.yaml.clib. %bcond_with bootstrap @@ -5,7 +6,7 @@ Name: python-ruamel-yaml Version: 0.17.26 -Release: 2%{?dist} +Release: 3%{?dist} Summary: YAML 1.2 loader/dumper package for Python # SPDX @@ -67,6 +68,9 @@ k="${k-}${k+ and }not test_dump_cyaml_1_2" %doc README.rst %changelog +* Wed Jun 14 2023 Python Maint - 0.17.26-3 +- Bootstrap for Python 3.12 + * Wed May 24 2023 Yaakov Selkowitz - 0.17.26-2 - Avoid tox dependency