Bootstrap for Python 3.9
This commit is contained in:
parent
45aad39a9f
commit
9ef8850447
@ -1,10 +1,11 @@
|
||||
%global _without_tests 1
|
||||
%bcond_without tests
|
||||
|
||||
%global pypi_name wcwidth
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.1.9
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Measures number of Terminal column cells of wide-character codes
|
||||
|
||||
License: MIT
|
||||
@ -52,6 +53,9 @@ printable width of a string on a Terminal.
|
||||
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
||||
|
||||
%changelog
|
||||
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 0.1.9-2
|
||||
- Bootstrap for Python 3.9
|
||||
|
||||
* Sat Mar 28 2020 Avram Lubkin <aviso@rockhopper.net> - 0.1.9-1
|
||||
- Update to 0.1.9
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user