summaryrefslogtreecommitdiffstats
path: root/python/python3-cachecontrol
diff options
context:
space:
mode:
author Jeremy Hansen2024-02-04 10:22:52 +0100
committer Willy Sudiarto Raharjo2024-02-07 12:50:01 +0100
commitf9bb01dd4523840ce9a3b32a8b765d31ea141653 (patch)
treeaf259884acf183f9854ddbdcf054ef50bb7ce1ec /python/python3-cachecontrol
parentcf66ed5cfae6a1bd20ec3c7b82606daf9755c580 (diff)
downloadslackbuilds-f9bb01dd4523840ce9a3b32a8b765d31ea141653.tar.gz
python/python3-cachecontrol: Version bump to 0.14.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-cachecontrol')
-rw-r--r--python/python3-cachecontrol/python3-cachecontrol.SlackBuild2
-rw-r--r--python/python3-cachecontrol/python3-cachecontrol.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-cachecontrol/python3-cachecontrol.SlackBuild b/python/python3-cachecontrol/python3-cachecontrol.SlackBuild
index 134e312305..2548b699f2 100644
--- a/python/python3-cachecontrol/python3-cachecontrol.SlackBuild
+++ b/python/python3-cachecontrol/python3-cachecontrol.SlackBuild
@@ -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}
diff --git a/python/python3-cachecontrol/python3-cachecontrol.info b/python/python3-cachecontrol/python3-cachecontrol.info
index c09050e246..cda3ea478e 100644
--- a/python/python3-cachecontrol/python3-cachecontrol.info
+++ b/python/python3-cachecontrol/python3-cachecontrol.info
@@ -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"