diff --git a/python-ruamel-yaml-clib.spec b/python-ruamel-yaml-clib.spec index 67de3a687aa98964276d4e8a747a9748ce610dd0..857a843839d84e70a4ee068362afc40d39bc4128 100644 --- a/python-ruamel-yaml-clib.spec +++ b/python-ruamel-yaml-clib.spec @@ -2,12 +2,12 @@ %global pname ruamel-yaml-clib Name: python-%{pname} -Version: 0.2.8 +Version: 0.2.12 Release: 1 Summary: C version of reader, parser and emitter for ruamel.yaml derived from libyaml License: MIT URL: https://bitbucket.org/ruamel/yaml.clib -Source0: https://files.pythonhosted.org/packages/46/ab/bab9eb1566cd16f060b54055dd39cf6a34bfa0240c53a7218c43e974295b/ruamel.yaml.clib-0.2.8.tar.gz +Source0: https://files.pythonhosted.org/packages/20/84/80203abff8ea4993a87d823a5f632e4d92831ef75d404c9fc78d0176d2b5/ruamel.yaml.clib-0.2.12.tar.gz BuildRequires: gcc libyaml-devel python3-devel python3-setuptools @@ -17,6 +17,8 @@ It is the C based reader/scanner and emitter for ruamel.yaml. %package -n python3-%{pname} Summary: %{summary} Provides: python-%{pname} = %{version}-%{release} +Provides: python%{python3_pkgversion}dist(%{pname}) = %{version} +Provides: python%{python3_version}dist(%{pname}) = %{version} Requires: python3-setuptools python3-ruamel-yaml %description -n python3-%{pname} @@ -44,9 +46,12 @@ Development documents and examples for ruamel.yaml %files help %defattr(-,root,root) -%doc README.rst +%doc README.md %changelog +* Thu Mar 20 2025 Dongxing Wang - 0.2.12-1 +- Update package to version 0.2.12 + * Fri Mar 15 2024 jiangxinyu - 0.2.8-1 - Update package to version 0.2.8 diff --git a/ruamel.yaml.clib-0.2.12.tar.gz b/ruamel.yaml.clib-0.2.12.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4f8dc0e81006f82c0baceefba95005618432e797 Binary files /dev/null and b/ruamel.yaml.clib-0.2.12.tar.gz differ diff --git a/ruamel.yaml.clib-0.2.8.tar.gz b/ruamel.yaml.clib-0.2.8.tar.gz deleted file mode 100644 index ad8db49af2187e430363858e22ce4ea707143234..0000000000000000000000000000000000000000 Binary files a/ruamel.yaml.clib-0.2.8.tar.gz and /dev/null differ