summaryrefslogtreecommitdiffstats
path: root/python/python3-hatchling
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2024-02-15 19:31:48 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-16 18:51:30 +0700
commit1fe1d16d64126bf4f5e1c48cde9eebb2fe478bca (patch)
tree5df862b33935e844419cb993dec4aeefcf96b970 /python/python3-hatchling
parentfffea4840b862a0686dd6440c3713d7936d854a1 (diff)
downloadslackbuilds-1fe1d16d64126bf4f5e1c48cde9eebb2fe478bca.tar.gz
slackbuilds-1fe1d16d64126bf4f5e1c48cde9eebb2fe478bca.tar.xz
python/python3-hatchling: Updated for version 1.21.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-hatchling')
-rw-r--r--python/python3-hatchling/python3-hatchling.SlackBuild4
-rw-r--r--python/python3-hatchling/python3-hatchling.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-hatchling/python3-hatchling.SlackBuild b/python/python3-hatchling/python3-hatchling.SlackBuild
index f3c9eb74bc..a7cf3ae0f0 100644
--- a/python/python3-hatchling/python3-hatchling.SlackBuild
+++ b/python/python3-hatchling/python3-hatchling.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-hatchling
-# Copyright 2022-2023 fourtysixandtwo <fourtysixandtwo@sliderr.net>
+# Copyright 2022-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-hatchling
SRCNAM=${PRGNAM#python3-*}
-VERSION=${VERSION:-1.21.0}
+VERSION=${VERSION:-1.21.1}
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 73dd54629a..0a93a5f05e 100644
--- a/python/python3-hatchling/python3-hatchling.info
+++ b/python/python3-hatchling/python3-hatchling.info
@@ -1,8 +1,8 @@
PRGNAM="python3-hatchling"
-VERSION="1.21.0"
+VERSION="1.21.1"
HOMEPAGE="https://github.com/pypa/hatch/tree/master/backend"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-1.21.0.tar.gz"
-MD5SUM="21e5e7ed5fa6dd0618c5b66eb847f370"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/h/hatchling/hatchling-1.21.1.tar.gz"
+MD5SUM="d40aaea58a04a36a2b641f6efe99e362"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-editables python3-pathspec python3-pluggy python3-trove-classifiers"