aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaackwy <isaacyu@protonmail.com>2024-07-10 12:44:54 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-07-11 07:12:41 +0700
commit1181e20bc4c79dc9ae911853667c762e66eed168 (patch)
tree47c824cc3c5ac497b820542da89e82fd9c18b3cc
parent68516976934a9f09df36697cc43a2de085e53ca6 (diff)
python/python3-tomlkit: Update for 0.13.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-tomlkit/python3-tomlkit.SlackBuild2
-rw-r--r--python/python3-tomlkit/python3-tomlkit.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-tomlkit/python3-tomlkit.SlackBuild b/python/python3-tomlkit/python3-tomlkit.SlackBuild
index 8145d18a5100..3b6108392928 100644
--- a/python/python3-tomlkit/python3-tomlkit.SlackBuild
+++ b/python/python3-tomlkit/python3-tomlkit.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-tomlkit
-VERSION=${VERSION:-0.12.5}
+VERSION=${VERSION:-0.13.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-tomlkit/python3-tomlkit.info b/python/python3-tomlkit/python3-tomlkit.info
index d580e6adebe3..e9e89204a90a 100644
--- a/python/python3-tomlkit/python3-tomlkit.info
+++ b/python/python3-tomlkit/python3-tomlkit.info
@@ -1,8 +1,8 @@
PRGNAM="python3-tomlkit"
-VERSION="0.12.5"
+VERSION="0.13.0"
HOMEPAGE="https://github.com/sdispater/tomlkit"
-DOWNLOAD="https://github.com/sdispater/tomlkit/releases/download/0.12.5/tomlkit-0.12.5.tar.gz"
-MD5SUM="d80337406fdca101c12adff115983f31"
+DOWNLOAD="https://github.com/sdispater/tomlkit/releases/download/0.13.0/tomlkit-0.13.0.tar.gz"
+MD5SUM="31a46392f105a1e7937364950c8c8f64"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-poetry-core"