python/python3-pdm: Version bump to 2.15.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-04-26 19:04:30 -07:00 committed by Willy Sudiarto Raharjo
parent 5714b1f641
commit 70f7e9772c
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pdm
VERSION=${VERSION:-2.15.0}
VERSION=${VERSION:-2.15.1}
SRCNAM=${SRCNAM:-pdm}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-pdm"
VERSION="2.15.0"
VERSION="2.15.1"
HOMEPAGE="https://github.com/pdm-project/pdm"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pdm/pdm-2.15.0.tar.gz"
MD5SUM="2f65ae766f18270560c35687f5a29c3c"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pdm/pdm-2.15.1.tar.gz"
MD5SUM="190ac7f08502b3a2ea1170a7c9a0de1a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-blinker python3-dotenv python3-tomlkit python3-dep-logic python3-findpython python3-resolvelib python3-shellingham python3-unearth python3-cachecontrol requests-toolbelt python3-rich python3-hishel"