diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-10-29 17:08:19 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 21:15:15 +0700 |
commit | f21f4d5065af4434b519b6154ca2eb55f969cfcd (patch) | |
tree | 916afadfff3e58cddbdbc15637210a943dd0f571 /python | |
parent | 17871ab225c880a83f95ee071fceeb4feace775b (diff) | |
download | slackbuilds-f21f4d5065af4434b519b6154ca2eb55f969cfcd.tar.gz |
python/python-unicodedata2: Updated for version 15.0.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python-unicodedata2/python-unicodedata2.SlackBuild | 6 | ||||
-rw-r--r-- | python/python-unicodedata2/python-unicodedata2.info | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/python/python-unicodedata2/python-unicodedata2.SlackBuild b/python/python-unicodedata2/python-unicodedata2.SlackBuild index d85b893770..f1d2b134e9 100644 --- a/python/python-unicodedata2/python-unicodedata2.SlackBuild +++ b/python/python-unicodedata2/python-unicodedata2.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for python-unicodedata2 # Copyright 2017-2020,2022 Andrew Clemons, Wellington New Zealand +# Copyright 2022 Andrew Clemons, Tokyo Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python-unicodedata2 SRCNAM=unicodedata2 -VERSION=${VERSION:-14.0.0} +VERSION=${VERSION:-15.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/python/python-unicodedata2/python-unicodedata2.info b/python/python-unicodedata2/python-unicodedata2.info index f961e8f8ee..ca7cb14125 100644 --- a/python/python-unicodedata2/python-unicodedata2.info +++ b/python/python-unicodedata2/python-unicodedata2.info @@ -1,8 +1,8 @@ PRGNAM="python-unicodedata2" -VERSION="14.0.0" +VERSION="15.0.0" HOMEPAGE="https://pypi.python.org/pypi/unicodedata2" -DOWNLOAD="https://files.pythonhosted.org/packages/e8/10/85680b43276df4c485f1f14598681d8fd654aebd52872a8be405607cabaa/unicodedata2-14.0.0.tar.gz" -MD5SUM="06d009c4cc288fffeef3ecfb583197c5" +DOWNLOAD="https://files.pythonhosted.org/packages/b9/d6/d533700679436625415094a95415db1e7357c48bdeb1b90653f3b903174e/unicodedata2-15.0.0.tar.gz" +MD5SUM="1a29cc9f482f6724b8674a7836834789" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |