Update to version 0.18.6 (fedora#2263147)

Signed-off-by: Ondrej Mosnáček <omosnacek@gmail.com>
This commit is contained in:
Ondrej Mosnáček 2024-11-24 18:02:50 +01:00
commit 982e0edfa1
No known key found for this signature in database
GPG key ID: 58301ED9A05E78D8
3 changed files with 6 additions and 20 deletions

View file

@ -1,10 +1,10 @@
# Breaks the circular dependency with ruamel.yaml.clib.
%bcond_with bootstrap
%global commit eb3ecf31085135283908fc8449befebbc1fff4b3
%global commit 6f41eb6001661917fceb0e88ed0693ae1a7c50f4
Name: python-ruamel-yaml
Version: 0.18.5
Version: 0.18.6
Release: %autorelease
Summary: YAML 1.2 loader/dumper package for Python
@ -52,7 +52,7 @@ sed -r -i 's/^([[:blank:]]*)(.*ruamel\.yaml\.clib)/\1# \2/' __init__.py
%pyproject_install
# RFE: Add option for namespace packages to %%pyproject_save_files
# https://bugzilla.redhat.com/show_bug.cgi?id=1935266
%pyproject_save_files ruamel
%pyproject_save_files -l ruamel
%check
%if %{with bootstrap}
@ -63,7 +63,6 @@ k="${k-}${k+ and }not test_dump_cyaml_1_2"
%pytest -k "${k-}" _test/test_*.py
%files -n python3-ruamel-yaml -f %{pyproject_files}
# pyproject_files handles LICENSE; verify with “rpm -qL -p …”
%doc README.md
%changelog