Update to 0.1.9
This commit is contained in:
parent
6959de5311
commit
45aad39a9f
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/LICENSE
|
||||
/wcwidth-0.1.6.tar.gz
|
||||
/wcwidth-0.1.7.tar.gz
|
||||
/wcwidth-0.1.9.tar.gz
|
||||
|
@ -3,15 +3,15 @@
|
||||
%global pypi_name wcwidth
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.1.7
|
||||
Release: 15%{?dist}
|
||||
Version: 0.1.9
|
||||
Release: 1%{?dist}
|
||||
Summary: Measures number of Terminal column cells of wide-character codes
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/jquast/wcwidth
|
||||
Source0: %pypi_source
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
%description
|
||||
This API is mainly for Terminal Emulator implementors, or those writing programs
|
||||
that expect to interpreted by a terminal emulator and wish to determine the
|
||||
@ -43,15 +43,18 @@ printable width of a string on a Terminal.
|
||||
%if %{with tests}
|
||||
%check
|
||||
%{__python3} -m pytest -v
|
||||
%endif # with tests
|
||||
%endif
|
||||
|
||||
%files -n python3-%{pypi_name}
|
||||
%files -n python3-%{pypi_name}
|
||||
%doc README.rst
|
||||
%license LICENSE.txt
|
||||
%{python3_sitelib}/%{pypi_name}
|
||||
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
||||
|
||||
%changelog
|
||||
* Sat Mar 28 2020 Avram Lubkin <aviso@rockhopper.net> - 0.1.9-1
|
||||
- Update to 0.1.9
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (wcwidth-0.1.7.tar.gz) = 5bc9625fbd10721a50a3ac7d7f91012cca8e4f83533f265cf56890498bc52a53b155c82e67d6bc5523a5593c8d7992a1dec2a0f590318170eddf987c56f9c368
|
||||
SHA512 (wcwidth-0.1.9.tar.gz) = 3aee69efb8714f4426bfd424b80f4f4e5758174d84f725dd0e1448de1b4b4dd385ffd4f72440d5f763b7a82325857e9164742dbb7fa9e15d5db54744c262d0ba
|
||||
|
Loading…
Reference in New Issue
Block a user