summaryrefslogtreecommitdiffstats
path: root/python/python3-inflect
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-11-04 00:39:11 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-05 21:15:05 +0700
commit128036ccb723bff7415241e0fc7518cf1f896cf6 (patch)
treeeb292c3b416f0774b37e6044fb75ac7b9fd26d1b /python/python3-inflect
parent3491f575160f59e08e66f02cb436133520d6af47 (diff)
downloadslackbuilds-128036ccb723bff7415241e0fc7518cf1f896cf6.tar.gz
slackbuilds-128036ccb723bff7415241e0fc7518cf1f896cf6.tar.xz
python/python3-inflect: Updated for version 6.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-inflect')
-rw-r--r--python/python3-inflect/python3-inflect.SlackBuild2
-rw-r--r--python/python3-inflect/python3-inflect.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-inflect/python3-inflect.SlackBuild b/python/python3-inflect/python3-inflect.SlackBuild
index c5450e5466..ad9c8bda5f 100644
--- a/python/python3-inflect/python3-inflect.SlackBuild
+++ b/python/python3-inflect/python3-inflect.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-inflect
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
-VERSION=${VERSION:-6.0.0}
+VERSION=${VERSION:-6.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-inflect/python3-inflect.info b/python/python3-inflect/python3-inflect.info
index 8f67e617d8..02574dca0d 100644
--- a/python/python3-inflect/python3-inflect.info
+++ b/python/python3-inflect/python3-inflect.info
@@ -1,8 +1,8 @@
PRGNAM="python3-inflect"
-VERSION="6.0.0"
+VERSION="6.0.2"
HOMEPAGE="https://github.com/jaraco/inflect"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/i/inflect/inflect-6.0.0.tar.gz"
-MD5SUM="ab926584701514d1ab005096d53f7b87"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/i/inflect/inflect-6.0.2.tar.gz"
+MD5SUM="e7aad8f161ee9c85c7d125af69ae661f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-pydantic"