python/python3-poetry-dynamic-versioning: Updated for version 1.4.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2024-09-12 11:00:14 +07:00
parent 2dfd0cead0
commit 959df34ebc
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-poetry-dynamic-versioning
SRCNAM=poetry_dynamic_versioning
VERSION=${VERSION:-1.4.0}
VERSION=${VERSION:-1.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-poetry-dynamic-versioning"
VERSION="1.4.0"
VERSION="1.4.1"
HOMEPAGE="https://pypi.org/project/poetry-dynamic-versioning/"
DOWNLOAD="https://files.pythonhosted.org/packages/c3/97/85afdb5be70267474d0a7449dce90917deaea3b31f14a66f53772a312eaf/poetry_dynamic_versioning-1.4.0.tar.gz"
MD5SUM="dadd01dbb4cd1196dbea873f8b6d1388"
DOWNLOAD="https://files.pythonhosted.org/packages/dd/70/1138211a6e5051d28596922ed39acf20b42819db5ae1f93e465b9a903c28/poetry_dynamic_versioning-1.4.1.tar.gz"
MD5SUM="91032d27f9da010d8a9b7e76bfd09d24"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-tomlkit python3-wheel"