Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-04 10:34:33 +02:00 committed by Miro Hrončok
parent 28e9319043
commit d8c871b673

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: 4%{?dist}
Release: 5%{?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
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.2.5-5
- Rebuilt for Python 3.10
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 0.2.5-4
- Bootstrap for Python 3.10