python/python3-hatchling: Updated for version 1.12.2.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-01-22 09:36:32 -07:00 committed by Willy Sudiarto Raharjo
parent 097e59f0b5
commit 9b5c5ecba3
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-hatchling
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
VERSION=${VERSION:-1.12.1}
VERSION=${VERSION:-1.12.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-hatchling"
VERSION="1.12.1"
VERSION="1.12.2"
HOMEPAGE="https://github.com/pypa/hatch/tree/master/backend"
DOWNLOAD="https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-1.12.1.tar.gz"
MD5SUM="e98c5615602e3825630772cab2176456"
DOWNLOAD="https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-1.12.2.tar.gz"
MD5SUM="5a6e2fd0c877feea7e71b9d72bbdbed9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-editables python3-pathspec python3-pluggy"