python/python3-pdm: Updated for version 2.18.2.

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

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-09-11 22:01:26 -07:00 committed by Willy Sudiarto Raharjo
parent 4f62c7c410
commit 883344dac1
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.18.1}
VERSION=${VERSION:-2.18.2}
SRCNAM=${SRCNAM:-pdm}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-pdm"
VERSION="2.18.1"
VERSION="2.18.2"
HOMEPAGE="https://github.com/pdm-project/pdm"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pdm/pdm-2.18.1.tar.gz"
MD5SUM="dab9b60e8bf8791a85dab84090d3c3e8"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pdm/pdm-2.18.2.tar.gz"
MD5SUM="a922f845ee50da081bc820ad67f29029"
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 python3-pdm-build-locked virtualenv"