summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2024-02-18 07:57:23 +0000
committerAuto update bot2024-02-18 07:57:23 +0000
commitd27fd99722cc71b2ce6725b97e876e09984fdaab (patch)
tree28950ec76bae0011f552b51d91bda9c87e97542f
parentd9dfd18736fd0256c979e55ba8fded764a726eb7 (diff)
downloadaur-d27fd99722cc71b2ce6725b97e876e09984fdaab.tar.gz
Auto updated to 1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 097c0aadbe92..5f0bece48969 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-requests-cache
pkgdesc = A persistent cache for python requests
- pkgver = 1.1.1
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/requests-cache/requests-cache
arch = any
@@ -29,7 +29,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.1.1.tar.gz::https://github.com/requests-cache/requests-cache/archive/v1.1.1.tar.gz
- sha512sums = 99782fe635daa0834709b254b0d51c5d2b2ad37d26201acdc143f963b613bb6b4e5863e2246a2bf9d099c773e229157a983b04a40740e6207e2c356dc48bdba6
+ source = requests-cache-1.2.0.tar.gz::https://github.com/requests-cache/requests-cache/archive/v1.2.0.tar.gz
+ sha512sums = b198d282cfd656c432d3a63f4d615191ac1ff97c9563e9bd6945e7a78444601108beb47a0f4a79740c7bd6942c3753f025cd52457e87ece7964229799bbb8fa1
pkgname = python-requests-cache
diff --git a/PKGBUILD b/PKGBUILD
index cea827ba49a2..1530ff8c7fb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_base=requests-cache
pkgname=python-${_base}
pkgdesc="A persistent cache for python requests"
-pkgver=1.1.1
+pkgver=1.2.0
pkgrel=1
arch=(any)
url="https://github.com/${_base}/${_base}"
@@ -27,7 +27,7 @@ optdepends=('python-boto3: Cache backend for Amazon DynamoDB database'
checkdepends=(python-pytest python-requests-mock python-responses python-timeout-decorator
python-time-machine python-rich python-ujson python-itsdangerous)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('99782fe635daa0834709b254b0d51c5d2b2ad37d26201acdc143f963b613bb6b4e5863e2246a2bf9d099c773e229157a983b04a40740e6207e2c356dc48bdba6')
+sha512sums=('b198d282cfd656c432d3a63f4d615191ac1ff97c9563e9bd6945e7a78444601108beb47a0f4a79740c7bd6942c3753f025cd52457e87ece7964229799bbb8fa1')
build() {
cd ${_base}-${pkgver}