aboutsummaryrefslogtreecommitdiff
path: root/python/python3-requests-cache
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2024-02-23 08:31:45 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-24 15:35:00 +0700
commit9dfc5cc53f14c6f2e1d5532dc35f9a6a9ea6cb8d (patch)
treef07ce0bfd9f346924b5f866ce8e94049f4b6aab7 /python/python3-requests-cache
parentd64d156bb69e948785363475360ee692cca1968d (diff)
python/python3-requests-cache: Updated for version 1.2.0.
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.SlackBuild6
-rw-r--r--python/python3-requests-cache/python3-requests-cache.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/python/python3-requests-cache/python3-requests-cache.SlackBuild b/python/python3-requests-cache/python3-requests-cache.SlackBuild
index fcefe5d26d..1e45003332 100644
--- a/python/python3-requests-cache/python3-requests-cache.SlackBuild
+++ b/python/python3-requests-cache/python3-requests-cache.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-requests-cache
-# Copyright 2023 fourtysixandtwo <fourtysixandtwo@sliderr.net>
+# Copyright 2023-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-requests-cache
-SRCNAM=$(echo ${PRGNAM#python3-*} | sed -e "s/-/_/")
-VERSION=${VERSION:-1.1.1}
+SRCNAM=requests_cache
+VERSION=${VERSION:-1.2.0}
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 17db28eda4..54b0c7f7ac 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.1.1"
+VERSION="1.2.0"
HOMEPAGE="https://github.com/requests-cache/requests-cache"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/r/requests_cache/requests_cache-1.1.1.tar.gz"
-MD5SUM="e930ad4d4cde8da00695a4e23c8044e4"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/r/requests_cache/requests_cache-1.2.0.tar.gz"
+MD5SUM="6ddc0516be3e76bab56589fe946501df"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-platformdirs python3-cattrs python3-url-normalize"