Bootstrap for Python 3.12
This commit is contained in:
parent
1ac0c0a34d
commit
90a22aad3e
1 changed files with 5 additions and 1 deletions
|
|
@ -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 <python-maint@redhat.com> - 0.17.26-3
|
||||
- Bootstrap for Python 3.12
|
||||
|
||||
* Wed May 24 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 0.17.26-2
|
||||
- Avoid tox dependency
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue