aboutsummaryrefslogtreecommitdiff
path: root/python/python3-requests-cache
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2024-11-19 19:18:11 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-11-23 10:50:47 +0700
commitf6fd4da7d3e4a4063440668462d05bd87ac573b6 (patch)
tree324ed5a873168e71861f7e7a61d8815eff666b9d /python/python3-requests-cache
parentcdfa19066eb522a711a05bd62187893e1adf9739 (diff)
python/python3-requests-cache: Updated for version 1.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-requests-cache')
-rw-r--r--python/python3-requests-cache/python3-requests-cache.SlackBuild2
-rw-r--r--python/python3-requests-cache/python3-requests-cache.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-requests-cache/python3-requests-cache.SlackBuild b/python/python3-requests-cache/python3-requests-cache.SlackBuild
index 1e450033325d1..73cc2aaaabeee 100644
--- a/python/python3-requests-cache/python3-requests-cache.SlackBuild
+++ b/python/python3-requests-cache/python3-requests-cache.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-requests-cache
SRCNAM=requests_cache
-VERSION=${VERSION:-1.2.0}
+VERSION=${VERSION:-1.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-requests-cache/python3-requests-cache.info b/python/python3-requests-cache/python3-requests-cache.info
index 54b0c7f7ac6d6..016e194ecfaca 100644
--- a/python/python3-requests-cache/python3-requests-cache.info
+++ b/python/python3-requests-cache/python3-requests-cache.info
@@ -1,8 +1,8 @@
PRGNAM="python3-requests-cache"
-VERSION="1.2.0"
+VERSION="1.2.1"
HOMEPAGE="https://github.com/requests-cache/requests-cache"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/r/requests_cache/requests_cache-1.2.0.tar.gz"
-MD5SUM="6ddc0516be3e76bab56589fe946501df"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/r/requests_cache/requests_cache-1.2.1.tar.gz"
+MD5SUM="27038cb33985f5b144cf32107151921a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-platformdirs python3-cattrs python3-url-normalize"