python3-wcwidth: ver bump

This commit is contained in:
blue-devil
2020-09-01 00:20:08 +02:00
parent f3ca7954c8
commit 297c42c6bd
2 changed files with 11 additions and 4 deletions
@@ -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")
@@ -13,10 +13,10 @@
<IsA>library</IsA>
<Summary>Measures number of Terminal column cells of wide-character codes.</Summary>
<Description>Python library that measures the width of unicode strings rendered to a terminal</Description>
<Archive sha1sum="0a453a6d272e64af18065b74e42e53c1a70236db" type="targz">https://github.com/jquast/wcwidth/archive/0.1.9.tar.gz</Archive>
<Archive sha1sum="53384ef7f7526dfbfb171de5d6dc67dcf1f55141" type="targz">https://github.com/jquast/wcwidth/archive/0.2.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
@@ -27,12 +27,19 @@
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-wcwidth</Path>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-wcwidth</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2020-07-21</Date>
<Version>0.2.5</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2020-03-27</Date>
<Version>0.1.9</Version>