Update to version 0.18.6 (fedora#2263147)
Signed-off-by: Ondrej Mosnáček <omosnacek@gmail.com>
This commit is contained in:
parent
9489df6d01
commit
982e0edfa1
3 changed files with 6 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue