summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author fourtysixandtwo2022-10-18 19:00:37 +0200
committer Willy Sudiarto Raharjo2022-10-20 18:32:09 +0200
commit0349d2e3e6d137924c2110441bf0ef0a5ec9cc5e (patch)
treeefc079576c2d9f1b63b76949e3aa0250660f8066 /python
parentf4bf5f908c5a0611ee3bf5e6a66b6f1db831a77e (diff)
downloadslackbuilds-0349d2e3e6d137924c2110441bf0ef0a5ec9cc5e.tar.gz
python/python3-poetry-core: Updated for version 1.3.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-poetry-core/python3-poetry-core.SlackBuild2
-rw-r--r--python/python3-poetry-core/python3-poetry-core.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-poetry-core/python3-poetry-core.SlackBuild b/python/python3-poetry-core/python3-poetry-core.SlackBuild
index fd7966d266..3f5240918d 100644
--- a/python/python3-poetry-core/python3-poetry-core.SlackBuild
+++ b/python/python3-poetry-core/python3-poetry-core.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-poetry-core
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
-VERSION=${VERSION:-1.2.0}
+VERSION=${VERSION:-1.3.2}
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 a55c23e247..47fb71b8f2 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.2.0"
+VERSION="1.3.2"
HOMEPAGE="https://github.com/python-poetry/poetry-core"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/p/poetry-core/poetry-core-1.2.0.tar.gz"
-MD5SUM="b60fc63478bc7376d9453a88cd08049c"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/p/poetry-core/poetry-core-1.3.2.tar.gz"
+MD5SUM="c1789d74b103f41ae178b079ae31c8a7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build python3-installer"