Rebuilt for Python 3.12

This commit is contained in:
Python Maint 2023-06-14 11:04:00 +02:00 committed by Miro Hrončok
parent 90a22aad3e
commit 5f080d1740

View File

@ -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.17.26
Release: 3%{?dist}
Release: 4%{?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.rst
%changelog
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 0.17.26-4
- Rebuilt for Python 3.12
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 0.17.26-3
- Bootstrap for Python 3.12