diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-11-04 00:41:31 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 21:15:05 +0700 |
commit | eba03a39b3007a1a462546ab3aadbeebd776686d (patch) | |
tree | 041a0dcee1d9ae6fc052465cdc9d73da458fbeb2 /python/python3-more-itertools | |
parent | 128036ccb723bff7415241e0fc7518cf1f896cf6 (diff) | |
download | slackbuilds-eba03a39b3007a1a462546ab3aadbeebd776686d.tar.gz |
python/python3-more-itertools: Updated for version 9.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-more-itertools')
-rw-r--r-- | python/python3-more-itertools/python3-more-itertools.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-more-itertools/python3-more-itertools.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-more-itertools/python3-more-itertools.SlackBuild b/python/python3-more-itertools/python3-more-itertools.SlackBuild index 9ec6a0a57a..08e58a5675 100644 --- a/python/python3-more-itertools/python3-more-itertools.SlackBuild +++ b/python/python3-more-itertools/python3-more-itertools.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-more-itertools SRCNAM=$(echo $PRGNAM | sed "s/python3-//") -VERSION=${VERSION:-8.14.0} +VERSION=${VERSION:-9.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-more-itertools/python3-more-itertools.info b/python/python3-more-itertools/python3-more-itertools.info index 0eb6ed62f4..9369d15858 100644 --- a/python/python3-more-itertools/python3-more-itertools.info +++ b/python/python3-more-itertools/python3-more-itertools.info @@ -1,8 +1,8 @@ PRGNAM="python3-more-itertools" -VERSION="8.14.0" +VERSION="9.0.0" HOMEPAGE="https://github.com/erikrose/more-itertools" -DOWNLOAD="https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-8.14.0.tar.gz" -MD5SUM="0f498e65f3cb8c793399f38952a41883" +DOWNLOAD="https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-9.0.0.tar.gz" +MD5SUM="58f6fe36c3c94bbc569130df546dcfc9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build python3-installer python3-flit_core" |