diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-07-07 12:21:19 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-08 16:41:54 +0700 |
commit | 8320123facb20e8774bc48cfbcb78b83fab422dc (patch) | |
tree | 8bf202a0fd7ccf16d5b1dd04f21b8dbf91840a67 /python/python3-pyproject-api | |
parent | 2a80207731031181cff6bd472a7af031410a07f3 (diff) |
python/python3-pyproject-api: Updated for version 1.5.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pyproject-api')
-rw-r--r-- | python/python3-pyproject-api/python3-pyproject-api.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-pyproject-api/python3-pyproject-api.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-pyproject-api/python3-pyproject-api.SlackBuild b/python/python3-pyproject-api/python3-pyproject-api.SlackBuild index 2f3bb9587213a..82fc567368aa8 100644 --- a/python/python3-pyproject-api/python3-pyproject-api.SlackBuild +++ b/python/python3-pyproject-api/python3-pyproject-api.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pyproject-api -VERSION=${VERSION:-1.5.2} +VERSION=${VERSION:-1.5.3} SRCNAM=${SRCNAM:-pyproject-api} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-pyproject-api/python3-pyproject-api.info b/python/python3-pyproject-api/python3-pyproject-api.info index 336064aa95aca..0627d7d714f08 100644 --- a/python/python3-pyproject-api/python3-pyproject-api.info +++ b/python/python3-pyproject-api/python3-pyproject-api.info @@ -1,8 +1,8 @@ PRGNAM="python3-pyproject-api" -VERSION="1.5.2" +VERSION="1.5.3" HOMEPAGE="https://pyproject-api.readthedocs.io/en/latest/" -DOWNLOAD="https://github.com/tox-dev/pyproject-api/archive/refs/tags/1.5.2/pyproject-api-1.5.2.tar.gz" -MD5SUM="278830fe6716dc47777c0a636079cdee" +DOWNLOAD="https://github.com/tox-dev/pyproject-api/archive/refs/tags/1.5.3/pyproject-api-1.5.3.tar.gz" +MD5SUM="50a07d39db032dadf423fb6160e1f8c8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-hatch_vcs" |