From 297c42c6bd9ad0574db35a6cdd35942fc3cbea59 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 1 Sep 2020 00:20:08 +0200 Subject: [PATCH] python3-wcwidth: ver bump --- .../language/python3/python3-wcwidth/actions.py | 2 +- .../language/python3/python3-wcwidth/pspec.xml | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/programming/language/python3/python3-wcwidth/actions.py b/programming/language/python3/python3-wcwidth/actions.py index c864ec61ac..71bd0c8fff 100644 --- a/programming/language/python3/python3-wcwidth/actions.py +++ b/programming/language/python3/python3-wcwidth/actions.py @@ -4,8 +4,8 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import pythonmodules from pisi.actionsapi import pisitools +from pisi.actionsapi import pythonmodules def build(): pythonmodules.compile(pyVer="3") diff --git a/programming/language/python3/python3-wcwidth/pspec.xml b/programming/language/python3/python3-wcwidth/pspec.xml index 3537810b95..bd45804f2b 100644 --- a/programming/language/python3/python3-wcwidth/pspec.xml +++ b/programming/language/python3/python3-wcwidth/pspec.xml @@ -13,10 +13,10 @@ library Measures number of Terminal column cells of wide-character codes. Python library that measures the width of unicode strings rendered to a terminal - https://github.com/jquast/wcwidth/archive/0.1.9.tar.gz + https://github.com/jquast/wcwidth/archive/0.2.5.tar.gz - python3-setuptools python3-devel + python3-setuptools @@ -27,12 +27,19 @@ python3 - /usr/share/doc/python3-wcwidth /usr/lib/python3* + /usr/share/doc/python3-wcwidth + + 2020-07-21 + 0.2.5 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-03-27 0.1.9