diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-02-20 04:44:09 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-24 15:34:57 +0700 |
commit | 94dedc8d863bba3cb3b92d272b06a792f35f966f (patch) | |
tree | 6487906fdf42961ac1482b3d9b68555570252384 /python | |
parent | 9ace2030c320d4ec22012e1057427e94c22f6eb9 (diff) |
python/python3-poetry-core: Updated for version 1.9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-poetry-core/python3-poetry-core.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-poetry-core/python3-poetry-core.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-poetry-core/python3-poetry-core.SlackBuild b/python/python3-poetry-core/python3-poetry-core.SlackBuild index 5327031d2e..f2fe5c241f 100644 --- a/python/python3-poetry-core/python3-poetry-core.SlackBuild +++ b/python/python3-poetry-core/python3-poetry-core.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-poetry-core -# Copyright 2022-23 fourtysixandtwo <fourtysixandtwo@sliderr.net> +# Copyright 2022-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-poetry-core SRCNAM=poetry_core -VERSION=${VERSION:-1.8.1} +VERSION=${VERSION:-1.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-poetry-core/python3-poetry-core.info b/python/python3-poetry-core/python3-poetry-core.info index 834176eb69..e965a3da75 100644 --- a/python/python3-poetry-core/python3-poetry-core.info +++ b/python/python3-poetry-core/python3-poetry-core.info @@ -1,8 +1,8 @@ PRGNAM="python3-poetry-core" -VERSION="1.8.1" +VERSION="1.9.0" HOMEPAGE="https://github.com/python-poetry/poetry-core" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/poetry_core/poetry_core-1.8.1.tar.gz" -MD5SUM="9ed2f2e9244165b34d7233c306a34a2a" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/poetry_core/poetry_core-1.9.0.tar.gz" +MD5SUM="eb8730e30aec5f644754b29587b47122" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build" |