summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author fourtysixandtwo2022-11-04 01:42:38 +0100
committer Willy Sudiarto Raharjo2022-11-05 15:15:05 +0100
commitedf7ab3a4e1b8667df4b614cc2ce419852ba97ad (patch)
treeeb43c3ceedb0a247c8e023c5e10f2c886eb0ea16 /python
parenteba03a39b3007a1a462546ab3aadbeebd776686d (diff)
downloadslackbuilds-edf7ab3a4e1b8667df4b614cc2ce419852ba97ad.tar.gz
python/python3-jaraco.functools: Updated for version 3.5.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild2
-rw-r--r--python/python3-jaraco.functools/python3-jaraco.functools.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild b/python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild
index d206700303..77b9ad175e 100644
--- a/python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild
+++ b/python/python3-jaraco.functools/python3-jaraco.functools.SlackBuild
@@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-jaraco.functools
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
-VERSION=${VERSION:-3.5.1}
+VERSION=${VERSION:-3.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-jaraco.functools/python3-jaraco.functools.info b/python/python3-jaraco.functools/python3-jaraco.functools.info
index db03ad9454..c494581d7e 100644
--- a/python/python3-jaraco.functools/python3-jaraco.functools.info
+++ b/python/python3-jaraco.functools/python3-jaraco.functools.info
@@ -1,8 +1,8 @@
PRGNAM="python3-jaraco.functools"
-VERSION="3.5.1"
+VERSION="3.5.2"
HOMEPAGE="https://github.com/jaraco/jaraco.functools"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.functools/jaraco.functools-3.5.1.tar.gz"
-MD5SUM="bc956f774d9c6fe097d611326a6f6380"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jaraco.functools/jaraco.functools-3.5.2.tar.gz"
+MD5SUM="f25708d7f38b9264459046fcc0afc8c1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-more-itertools wheel"