!13 Update package to version 0.18.6

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2024-03-15 08:56:11 +00:00 committed by Gitee
commit 465a6dcb69
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 4 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-ruamel-yaml Name: python-ruamel-yaml
Version: 0.17.32 Version: 0.18.6
Release: 1 Release: 1
Summary: ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order Summary: ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
License: MIT License: MIT
URL: https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree 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 BuildArch: noarch
Patch0001: 0000-fix-big-endian-issues.patch Patch0001: 0000-fix-big-endian-issues.patch
%description %description
@ -13,7 +13,7 @@ ruamel.yaml ruamel.yaml is a YAML 1.2 loader/dumper package for Python.
%package -n python3-ruamel-yaml %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 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 # Base build requires
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
@ -77,9 +77,13 @@ mv %{buildroot}/doclist.lst .
%files help %files help
%defattr(-,root,root) %defattr(-,root,root)
%doc README.rst CHANGES %doc README.md CHANGES
%changelog %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 * Fri Jul 14 2023 chenzixuan <chenzixuan@kylinos.cn> - 0.17.32-1
- Upgrade python3-ruamel-yaml to version 0.17.32 - 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.