Update package to version 0.18.6

This commit is contained in:
jxy_git 2024-03-15 14:14:51 +08:00
parent a7e4d9949e
commit ee056f3295
3 changed files with 8 additions and 4 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-ruamel-yaml
Version: 0.17.32
Version: 0.18.6
Release: 1
Summary: ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
License: MIT
URL: https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree
Source0: https://files.pythonhosted.org/packages/63/dd/b4719a290e49015536bd0ab06ab13e3b468d8697bec6c2f668ac48b05661/ruamel.yaml-0.17.32.tar.gz
Source0: https://files.pythonhosted.org/packages/29/81/4dfc17eb6ebb1aac314a3eb863c1325b907863a1b8b1382cdffcb6ac0ed9/ruamel.yaml-0.18.6.tar.gz
BuildArch: noarch
Patch0001: 0000-fix-big-endian-issues.patch
%description
@ -13,7 +13,7 @@ ruamel.yaml ruamel.yaml is a YAML 1.2 loader/dumper package for Python.
%package -n python3-ruamel-yaml
Summary: ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
Provides: python-ruamel-yaml
Provides: python-ruamel-yaml = %{version}-%{release}
# Base build requires
BuildRequires: python3-devel
BuildRequires: python3-setuptools
@ -77,9 +77,13 @@ mv %{buildroot}/doclist.lst .
%files help
%defattr(-,root,root)
%doc README.rst CHANGES
%doc README.md CHANGES
%changelog
* Fri Mar 15 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 0.18.6-1
- Update package to version 0.18.6
- Fix issue with multiple document intermixing YAML 1.2 and YAML 1.1, the VersionedResolver now resets
* Fri Jul 14 2023 chenzixuan <chenzixuan@kylinos.cn> - 0.17.32-1
- Upgrade python3-ruamel-yaml to version 0.17.32

Binary file not shown.

BIN
ruamel.yaml-0.18.6.tar.gz Normal file

Binary file not shown.