Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 17:17:12 +02:00 committed by Tomáš Hrnčiar
parent 3237ed3adf
commit 5b1cf522b9

View File

@ -1,11 +1,10 @@
%global _without_tests 1
%bcond_without tests
%global pypi_name wcwidth
Name: python-%{pypi_name}
Version: 0.2.5
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Measures number of Terminal column cells of wide-character codes
License: MIT
@ -53,6 +52,9 @@ printable width of a string on a Terminal.
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.2.5-9
- Rebuilt for Python 3.11
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.2.5-8
- Bootstrap for Python 3.11