diff --git a/python-wcwidth.spec b/python-wcwidth.spec index ffebf4144f28cb082d58fbb887c87f652d04b2c8..4085e5b6b406a8b208a5a9272108919178238caf 100644 --- a/python-wcwidth.spec +++ b/python-wcwidth.spec @@ -1,6 +1,6 @@ Name: python-wcwidth Version: 0.2.5 -Release: 1 +Release: 2 Summary: A Python library that measures the width of unicode strings rendered to a terminal License: MIT URL: https://github.com/jquast/wcwidth @@ -44,9 +44,12 @@ string is expected to occupy. %files -n python3-wcwidth %doc README.rst LICENSE %{python3_sitelib}/wcwidth -%{python3_sitelib}/wcwidth-%{version}-py?.?.egg-info +%{python3_sitelib}/wcwidth-%{version}-py%{python3_version}.egg-info %changelog +* Wed Apr 17 2024 OpenStack_SIG - 0.2.5-2 +- Use the %{python3_version} macro instead of '?.?' to adapt to Python3.11 + * Mon Feb 1 2021 wutao - 0.2.5-1 - upgrade to 0.2.5