diff --git a/python-ruamel-yaml.spec b/python-ruamel-yaml.spec index 74b42216992b5f50dd07ac744cea51b5e809c9be..1c55482228ee7738394a98b84d55ff6e98b8ad0d 100644 --- a/python-ruamel-yaml.spec +++ b/python-ruamel-yaml.spec @@ -5,7 +5,7 @@ Name: python-%{pname} Version: 0.17.7 -Release: 2 +Release: 3 Summary: YAML 1.2 loader/dumper package for Python License: MIT URL: https://bitbucket.org/ruamel/yaml @@ -45,14 +45,17 @@ It is a derivative of Kirill Simonov’s PyYAML 3.11 %files -n python3-%{pname} %license LICENSE %{python3_sitelib}/ruamel -%{python3_sitelib}/%{pypi_name}-%{version}-py?.?-*.pth -%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info +%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}-*.pth +%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %files help %defattr(-,root,root) %doc README.rst %changelog +* Wed Apr 17 2024 OpenStack_SIG - 0.17.7-3 +- Use the %{python3_version} macro instead of '?.?' to adapt to Python3.11 + * Thu Jun 01 2023 Han Guangyu - 0.17.7-2 - Provide python3-ruamel-yaml - Remove unused BuildRequires: python3-ruamel-yaml-clib