python/python3-flit: Updated for version 3.8.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2022-11-19 09:45:37 +07:00 committed by Willy Sudiarto Raharjo
parent db840cdaac
commit 1ec05e1c6e
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-flit
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
VERSION=${VERSION:-3.7.1}
VERSION=${VERSION:-3.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-flit"
VERSION="3.7.1"
VERSION="3.8.0"
HOMEPAGE="https://github.com/pypa/flit"
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flit/flit-3.7.1.tar.gz"
MD5SUM="75fd3e3c6c9f7c719dc164c05dabab4f"
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flit/flit-3.8.0.tar.gz"
MD5SUM="d35dcae182238e9f5cff97e33b42b767"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-tomli_w"