Rebuilt for Python 3.8
This commit is contained in:
parent
1e88b5fc65
commit
c9f3ddfe1b
@ -1,11 +1,10 @@
|
||||
%global _without_tests 1
|
||||
%bcond_without tests
|
||||
|
||||
%global pypi_name wcwidth
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.1.7
|
||||
Release: 12%{?dist}
|
||||
Release: 13%{?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 Aug 18 2019 Miro Hrončok <mhroncok@redhat.com> - 0.1.7-13
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 0.1.7-12
|
||||
- Bootstrap for Python 3.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user