python/python3-more-itertools: Updated for version 10.3.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-06-21 00:05:37 -06:00 committed by Willy Sudiarto Raharjo
parent c80ea82193
commit 64da55df1d
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-more-itertools
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-10.2.0}
VERSION=${VERSION:-10.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-more-itertools"
VERSION="10.2.0"
VERSION="10.3.0"
HOMEPAGE="https://github.com/erikrose/more-itertools"
DOWNLOAD="https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-10.2.0.tar.gz"
MD5SUM="1737bb4d9d09501f75f498538efe3cf4"
DOWNLOAD="https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-10.3.0.tar.gz"
MD5SUM="48aa9ed9d41e714abe1d2e7fa0705264"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build"