summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu2022-09-28 09:56:09 +0200
committer Willy Sudiarto Raharjo2022-10-01 04:01:20 +0200
commitab8c0fac6072990505f09fcacf0c044a8f41c31f (patch)
tree35315b15d7b339b4cce3c32076764194c386c88c
parente29ae4acebc335a6325943c01fd380bc3877c9f1 (diff)
downloadslackbuilds-ab8c0fac6072990505f09fcacf0c044a8f41c31f.tar.gz
python/python3-tomlkit: Updated for version 0.11.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-tomlkit/python3-tomlkit.SlackBuild4
-rw-r--r--python/python3-tomlkit/python3-tomlkit.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-tomlkit/python3-tomlkit.SlackBuild b/python/python3-tomlkit/python3-tomlkit.SlackBuild
index d39927a7c9..b3029bce53 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.11.4}
+VERSION=${VERSION:-0.11.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -87,7 +87,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a LICENSE PKG-INFO README.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/python/python3-tomlkit/python3-tomlkit.info b/python/python3-tomlkit/python3-tomlkit.info
index 8b3fa90305..039df4bba5 100644
--- a/python/python3-tomlkit/python3-tomlkit.info
+++ b/python/python3-tomlkit/python3-tomlkit.info
@@ -1,8 +1,8 @@
PRGNAM="python3-tomlkit"
-VERSION="0.11.4"
+VERSION="0.11.5"
HOMEPAGE="https://github.com/sdispater/tomlkit"
-DOWNLOAD="https://github.com/sdispater/tomlkit/releases/download/0.11.4/tomlkit-0.11.4.tar.gz"
-MD5SUM="d0edd43143c7840deb88185685cea8dd"
+DOWNLOAD="https://github.com/sdispater/tomlkit/releases/download/0.11.5/tomlkit-0.11.5.tar.gz"
+MD5SUM="d5702dd3ecf513935d24d673761f5296"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""