diff --git a/python-wcwidth.spec b/python-wcwidth.spec index 0871236..5a58eea 100644 --- a/python-wcwidth.spec +++ b/python-wcwidth.spec @@ -1,6 +1,6 @@ Name: python-wcwidth -Version: 0.2.6 -Release: 2mamba +Version: 0.2.8 +Release: 1mamba Summary: Python library that measures the width of unicode strings rendered to a terminal Group: System/Libraries Vendor: openmamba @@ -10,8 +10,9 @@ URL: https://github.com/jquast/wcwidth Source: https://pypi.debian.net/wcwidth/wcwidth-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +BuildRequires: python3-devel >= 3.11.5-3mamba %description %{summary}. @@ -43,6 +44,15 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %{python_sitearch}/wcwidth-%{version}-py*.egg-info/* %changelog +* Sun Oct 01 2023 Automatic Build System 0.2.8-1mamba +- automatic version update by autodist + +* Fri Sep 29 2023 Automatic Build System 0.2.7-1mamba +- automatic version update by autodist + +* Wed Sep 27 2023 Automatic Build System 0.2.6-3mamba +- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba + * Wed Apr 05 2023 Silvan Calarco 0.2.6-2mamba - rebuilt with python 3.10