diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-01-22 09:36:32 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-28 08:22:48 +0700 |
commit | 9b5c5ecba3f916b837fdf8c92a8e0708eeee86dc (patch) | |
tree | 276a6e1dadd3db642d05905782d2ee3c1d906c00 | |
parent | 097e59f0b56a58a8fceab1cef53ab5ad2acf587f (diff) |
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>
-rw-r--r-- | python/python3-hatchling/python3-hatchling.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-hatchling/python3-hatchling.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-hatchling/python3-hatchling.SlackBuild b/python/python3-hatchling/python3-hatchling.SlackBuild index c072492b29b8b..cf7b91a7c959c 100644 --- a/python/python3-hatchling/python3-hatchling.SlackBuild +++ b/python/python3-hatchling/python3-hatchling.SlackBuild @@ -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} diff --git a/python/python3-hatchling/python3-hatchling.info b/python/python3-hatchling/python3-hatchling.info index 88e52a41cead1..74665d6f5a27d 100644 --- a/python/python3-hatchling/python3-hatchling.info +++ b/python/python3-hatchling/python3-hatchling.info @@ -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" |