diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-09-06 13:28:48 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-09 06:32:51 +0700 |
commit | 486d36cf331d7f95648b709a6c32eaa1839b7456 (patch) | |
tree | 8539ff494a996daafbc01db15294ce4629046187 /python | |
parent | c2a772ccc35eb059f35f3df5e95ea2d2d7d4a9b5 (diff) |
python/python3-pyproject-api: Version bump to 1.6.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-pyproject-api/README | 3 | ||||
-rw-r--r-- | python/python3-pyproject-api/python3-pyproject-api.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-pyproject-api/python3-pyproject-api.info | 6 |
3 files changed, 4 insertions, 7 deletions
diff --git a/python/python3-pyproject-api/README b/python/python3-pyproject-api/README index 78dae55880964..c3aa561109a94 100644 --- a/python/python3-pyproject-api/README +++ b/python/python3-pyproject-api/README @@ -2,6 +2,3 @@ python3-pyproject-api (API to interact with pyproject.toml projects) pyproject-api aims to abstract away interaction with pyproject.toml style projects in a flexible way. - -NOTE: 1.5.3 is the latest version until python/python3-hatchling is -updated to version 1.18 or newer. diff --git a/python/python3-pyproject-api/python3-pyproject-api.SlackBuild b/python/python3-pyproject-api/python3-pyproject-api.SlackBuild index 82fc567368aa8..5f3a30df6b236 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.3} +VERSION=${VERSION:-1.6.1} 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 0627d7d714f08..c227b18342942 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.3" +VERSION="1.6.1" HOMEPAGE="https://pyproject-api.readthedocs.io/en/latest/" -DOWNLOAD="https://github.com/tox-dev/pyproject-api/archive/refs/tags/1.5.3/pyproject-api-1.5.3.tar.gz" -MD5SUM="50a07d39db032dadf423fb6160e1f8c8" +DOWNLOAD="https://github.com/tox-dev/pyproject-api/archive/refs/tags/1.6.1/pyproject-api-1.6.1.tar.gz" +MD5SUM="640a1bce926d72ae5af769541c2a89a5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-hatch_vcs" |