python/python3-pdm: Version bump to 2.16.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-06-30 01:31:38 -07:00 committed by Willy Sudiarto Raharjo
parent f220537eb0
commit 5b36fb847b
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pdm
VERSION=${VERSION:-2.16.0}
VERSION=${VERSION:-2.16.1}
SRCNAM=${SRCNAM:-pdm}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -63,7 +63,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Remove unused dependency (used for redistributable builds of python)
sed -i '/\"pbs-installer\",/d' pyproject.toml
sed -i '/\"pbs-installer.*\",/d' pyproject.toml
python3 -m build --wheel --no-isolation
python3 -m installer --destdir=$PKG dist/*.whl

View File

@ -1,8 +1,8 @@
PRGNAM="python3-pdm"
VERSION="2.16.0"
VERSION="2.16.1"
HOMEPAGE="https://github.com/pdm-project/pdm"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pdm/pdm-2.16.0.tar.gz"
MD5SUM="ed860d46c666a9ccdf804d266f67e7aa"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pdm/pdm-2.16.1.tar.gz"
MD5SUM="3c5ba00623246b2586f746a454a02539"
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"