mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-pdm: Version bump to 2.19.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3a8922859f
commit
30c713c05c
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-pdm
|
||||
VERSION=${VERSION:-2.18.2}
|
||||
VERSION=${VERSION:-2.19.1}
|
||||
SRCNAM=${SRCNAM:-pdm}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-pdm"
|
||||
VERSION="2.18.2"
|
||||
VERSION="2.19.1"
|
||||
HOMEPAGE="https://github.com/pdm-project/pdm"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pdm/pdm-2.18.2.tar.gz"
|
||||
MD5SUM="a922f845ee50da081bc820ad67f29029"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pdm/pdm-2.19.1.tar.gz"
|
||||
MD5SUM="2ae6c8a94872f5ad71c2d3e2c1a890e9"
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue