python/python3-cachecontrol: Version bump to 0.14.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-02-04 01:22:52 -08:00 committed by Willy Sudiarto Raharjo
parent cf66ed5cfa
commit f9bb01dd45
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-cachecontrol
VERSION=${VERSION:-0.13.1}
VERSION=${VERSION:-0.14.0}
SRCNAM=${SRCNAM:-cachecontrol}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-cachecontrol"
VERSION="0.13.1"
VERSION="0.14.0"
HOMEPAGE="https://github.com/psf/cachecontrol"
DOWNLOAD="https://github.com/psf/cachecontrol/archive/refs/tags/v0.13.1/cachecontrol-0.13.1.tar.gz"
MD5SUM="b35f762b298ea369a04a093161d4d2ec"
DOWNLOAD="https://github.com/psf/cachecontrol/archive/refs/tags/v0.14.0/cachecontrol-0.14.0.tar.gz"
MD5SUM="221272755063d3827de22e430ad842e6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build msgpack-python"