Rebuilt for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-24 21:22:14 +02:00
parent 9ef8850447
commit 9f068e40f7

View File

@ -1,11 +1,10 @@
%global _without_tests 1
%bcond_without tests
%global pypi_name wcwidth
Name: python-%{pypi_name}
Version: 0.1.9
Release: 2%{?dist}
Release: 3%{?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?.?.egg-info
%changelog
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 0.1.9-3
- Rebuilt for Python 3.9
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 0.1.9-2
- Bootstrap for Python 3.9