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
|
/LICENSE
|
||||||
/wcwidth-0.1.6.tar.gz
|
/wcwidth-0.1.6.tar.gz
|
||||||
/wcwidth-0.1.7.tar.gz
|
/wcwidth-0.1.7.tar.gz
|
||||||
|
/wcwidth-0.1.9.tar.gz
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
%global pypi_name wcwidth
|
%global pypi_name wcwidth
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 0.1.7
|
Version: 0.1.9
|
||||||
Release: 15%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Measures number of Terminal column cells of wide-character codes
|
Summary: Measures number of Terminal column cells of wide-character codes
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -43,7 +43,7 @@ printable width of a string on a Terminal.
|
|||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
%check
|
%check
|
||||||
%{__python3} -m pytest -v
|
%{__python3} -m pytest -v
|
||||||
%endif # with tests
|
%endif
|
||||||
|
|
||||||
%files -n python3-%{pypi_name}
|
%files -n python3-%{pypi_name}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
@ -52,6 +52,9 @@ printable width of a string on a Terminal.
|
|||||||
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-15
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- 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