[packages/python-wcwidth] - updated to 0.1.8 (Unicode 12)
qboosh
qboosh at pld-linux.org
Tue Jan 28 19:18:53 CET 2020
commit aa8f885843c04717743ac79f4b952f8b15704b4c
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Jan 28 19:19:08 2020 +0100
- updated to 0.1.8 (Unicode 12)
python-wcwidth.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/python-wcwidth.spec b/python-wcwidth.spec
index 9a06d73..a0c8966 100644
--- a/python-wcwidth.spec
+++ b/python-wcwidth.spec
@@ -8,13 +8,13 @@
Summary: Measure the number of terminal column cells of wide-character codes
Summary(pl.UTF-8): Pomiar liczby kolumn terminala koniecznych do wyświetlenia znaków
Name: python-%{module}
-Version: 0.1.7
-Release: 2
+Version: 0.1.8
+Release: 1
License: MIT
Group: Libraries/Python
#Source0Download: https://github.com/jquast/wcwidth/releases
Source0: https://github.com/jquast/wcwidth/archive/%{version}/%{module}-%{version}.tar.gz
-# Source0-md5: 77e4c7d31435a57792b4e42961e8aad6
+# Source0-md5: 66162542f776260ae611085ca92a97f1
URL: https://pypi.org/project/wcwidth/
%if %{with python2}
BuildRequires: python-modules >= 1:2.7
@@ -104,7 +104,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc LICENSE.txt README.rst
%{py_sitescriptdir}/wcwidth
-%{py_sitescriptdir}/wcwidth-%{version}-py*.egg-info
+%{py_sitescriptdir}/wcwidth-0.1.7-py*.egg-info
%endif
%if %{with python3}
@@ -112,5 +112,5 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc LICENSE.txt README.rst
%{py3_sitescriptdir}/wcwidth
-%{py3_sitescriptdir}/wcwidth-%{version}-py*.egg-info
+%{py3_sitescriptdir}/wcwidth-0.1.7-py*.egg-info
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-wcwidth.git/commitdiff/aa8f885843c04717743ac79f4b952f8b15704b4c
More information about the pld-cvs-commit
mailing list