diff --git a/python-ruamel-yaml.spec b/python-ruamel-yaml.spec index 5e325144b61b370d969f304a09f4aee20ae42e5f..5039d0ed164a31aebf1f1da55f55d021dda2fbc0 100644 --- a/python-ruamel-yaml.spec +++ b/python-ruamel-yaml.spec @@ -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 - 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 - 0.17.32-1 - Upgrade python3-ruamel-yaml to version 0.17.32 diff --git a/ruamel.yaml-0.17.32.tar.gz b/ruamel.yaml-0.17.32.tar.gz deleted file mode 100644 index dcc23d479ede984729717b1038a2ece7ea1603dd..0000000000000000000000000000000000000000 Binary files a/ruamel.yaml-0.17.32.tar.gz and /dev/null differ diff --git a/ruamel.yaml-0.18.6.tar.gz b/ruamel.yaml-0.18.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bd3bcf5c89d43a95f951d26ac6a1c88c751ced50 Binary files /dev/null and b/ruamel.yaml-0.18.6.tar.gz differ