summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-07-02 22:28:23 -0500
committerCarlos Aznarán Laos2022-07-02 22:28:23 -0500
commit76d9d554a3548cabb05f358e3cb0c72478649587 (patch)
treed63f8442d1f4fa69034c4af8cc0faea83b95b02c
parentb66bfc4ff2b375275fdf19ee99ea35ffa90701c9 (diff)
downloadaur-76d9d554a3548cabb05f358e3cb0c72478649587.tar.gz
Add python-exceptiongroup
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25b18874ef09..636aad61f915 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-requests-cache-git
pkgdesc = Transparent persistent cache for http://python-requests.org library (git version)
- pkgver = 0.9.3.r191.ga6bebc3
+ pkgver = 0.9.3.r194.g072ff2d
pkgrel = 1
url = https://github.com/reclosedev/requests-cache
arch = any
@@ -13,6 +13,7 @@ pkgbase = python-requests-cache-git
depends = python-platformdirs
depends = python-cattrs
depends = python-url-normalize
+ depends = python-exceptiongroup
optdepends = python-boto3: Cache backend for Amazon DynamoDB database
optdepends = python-botocore: Interface for Amazon Web Services
optdepends = python-pymongo: Cache backend for MongoDB database
diff --git a/PKGBUILD b/PKGBUILD
index 19446c7fdcbe..662df2bb93d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@ _base=requests-cache
pkgname=python-${_base}-git
_pkgname=${pkgname%-git}
pkgdesc="Transparent persistent cache for http://python-requests.org library (git version)"
-pkgver=0.9.3.r191.ga6bebc3
+pkgver=0.9.3.r194.g072ff2d
pkgrel=1
arch=(any)
url="https://github.com/reclosedev/${_base}"
license=('custom:BSD-2-clause')
-depends=(python-requests python-platformdirs python-cattrs python-url-normalize)
+depends=(python-requests python-platformdirs python-cattrs python-url-normalize python-exceptiongroup)
makedepends=(python-build python-install python-poetry git)
optdepends=('python-boto3: Cache backend for Amazon DynamoDB database'
'python-botocore: Interface for Amazon Web Services'