summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2023-03-25 07:55:57 +0000
committerAuto update bot2023-03-25 07:55:57 +0000
commitcc4c69b290d5578dc7760818e7775253208b3355 (patch)
treeb651bd683410ffa5a5b07ea62c61aa563ad01c0c
parent8496a1e824067bb98508e88e66d3533ae339eb8d (diff)
downloadaur-cc4c69b290d5578dc7760818e7775253208b3355.tar.gz
Auto updated to 1.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 324489c25204..1924250d360c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-requests-cache
pkgdesc = A transparent persistent cache for the requests library
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/requests-cache/requests-cache
arch = any
@@ -28,7 +28,7 @@ pkgbase = python-requests-cache
optdepends = python-itsdangerous: for pass trusted data to untrusted environments
optdepends = python-yaml: for bindings yaml support
optdepends = python-ujson: for JSON serializer for improved performance
- source = requests-cache-1.0.0.tar.gz::https://github.com/requests-cache/requests-cache/archive/v1.0.0.tar.gz
- sha512sums = 92d6e1b9afb158f824a4b20d83c7b30a5988476b741213b0663df6095df1753da2dcd6516372ba383864e19d346850a356e9370b2ae27554effcc3f0b6a078c8
+ source = requests-cache-1.0.1.tar.gz::https://github.com/requests-cache/requests-cache/archive/v1.0.1.tar.gz
+ sha512sums = ec5788e31f60fd95e575d01af1163f981757972db6557d7a62da2ca0719e84262cf66cdd9b40c73cca540b92d6b7f6beba1aa42bedba528734c61edf5013ec3d
pkgname = python-requests-cache
diff --git a/PKGBUILD b/PKGBUILD
index 3b12874fce0d..801a548c83bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_base=requests-cache
pkgname=python-${_base}
pkgdesc="A transparent persistent cache for the requests library"
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
arch=(any)
url="https://github.com/${_base}/${_base}"
@@ -27,7 +27,7 @@ optdepends=(
)
checkdepends=(python-pytest python-requests-mock python-responses python-itsdangerous python-ujson python-timeout-decorator python-rich)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('92d6e1b9afb158f824a4b20d83c7b30a5988476b741213b0663df6095df1753da2dcd6516372ba383864e19d346850a356e9370b2ae27554effcc3f0b6a078c8')
+sha512sums=('ec5788e31f60fd95e575d01af1163f981757972db6557d7a62da2ca0719e84262cf66cdd9b40c73cca540b92d6b7f6beba1aa42bedba528734c61edf5013ec3d')
build() {
cd ${_base}-${pkgver}