Browse Source

python/python3-kiwisolver: Version bump to 1.4.9

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/329/head
Jeremy Hansen 4 weeks ago
committed by Willy Sudiarto Raharjo
parent
commit
9a28f67781
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 4
      python/python3-kiwisolver/python3-kiwisolver.SlackBuild
  2. 6
      python/python3-kiwisolver/python3-kiwisolver.info

4
python/python3-kiwisolver/python3-kiwisolver.SlackBuild

@ -4,7 +4,7 @@
# Copyright 2018 Serban Udrea <s.udrea@gsi.de>
# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com>
# Copyright 2023-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com>
# Copyright 2023-2025 Jeremy Hansen <jebrhansen+SBo@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification,
@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-kiwisolver
SRCNAM=kiwi
VERSION=${VERSION:-1.4.8}
VERSION=${VERSION:-1.4.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

6
python/python3-kiwisolver/python3-kiwisolver.info

@ -1,8 +1,8 @@
PRGNAM="python3-kiwisolver"
VERSION="1.4.8"
VERSION="1.4.9"
HOMEPAGE="https://github.com/nucleic/kiwi"
DOWNLOAD="https://github.com/nucleic/kiwi/archive/refs/tags/1.4.8/kiwi-1.4.8.tar.gz"
MD5SUM="14bc02361e0ce5343c7721d1b6cffe47"
DOWNLOAD="https://github.com/nucleic/kiwi/archive/refs/tags/1.4.9/kiwi-1.4.9.tar.gz"
MD5SUM="386838953733ffa18bc2566e4dd13c54"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cppy"

Loading…
Cancel
Save