summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2023-11-18 22:10:19 -0500
committerCarlos Aznarán2023-11-18 22:10:19 -0500
commitf625a652f679d49196edb3dc48d3fe0f1f71d86a (patch)
treec459c5d283150dca948e4339c4f7080c29a9948a
parent849b0e4a8d712d5803e40e003ce50b07768915a6 (diff)
downloadaur-f625a652f679d49196edb3dc48d3fe0f1f71d86a.tar.gz
Bump version to 1.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 012b7fd80b64..40650b4a68d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-requests-cache
pkgdesc = A persistent cache for python requests
- pkgver = 1.1.0
+ pkgver = 1.1.1
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.0.tar.gz::https://github.com/requests-cache/requests-cache/archive/v1.1.0.tar.gz
- sha512sums = 8fa9fdf4f47d67a6ad877fc181e04378b4540b35cef200735caff14e4907519aa5de74acaf61c6588856d5c8b2f9529768250a8e5fe28962b7861daf2279bb94
+ source = requests-cache-1.1.1.tar.gz::https://github.com/requests-cache/requests-cache/archive/v1.1.1.tar.gz
+ sha512sums = e9b82c45d6d7353a0307869d13b263f6c2cb5c039d7b3ce7388bf12f4b8aa6c1c285de6bd2becf7e91684efcb1aa8d0ae933afe66faa32b99571ed5451a8ee79
pkgname = python-requests-cache
diff --git a/PKGBUILD b/PKGBUILD
index 89bd8bb684e2..08945694174c 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.0
+pkgver=1.1.1
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=('8fa9fdf4f47d67a6ad877fc181e04378b4540b35cef200735caff14e4907519aa5de74acaf61c6588856d5c8b2f9529768250a8e5fe28962b7861daf2279bb94')
+sha512sums=('e9b82c45d6d7353a0307869d13b263f6c2cb5c039d7b3ce7388bf12f4b8aa6c1c285de6bd2becf7e91684efcb1aa8d0ae933afe66faa32b99571ed5451a8ee79')
build() {
cd ${_base}-${pkgver}