summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-07-02 22:26:25 -0500
committerCarlos Aznarán Laos2022-07-02 22:26:25 -0500
commit6caed83eee3dcea27e7bbbdd2edc460147026cf8 (patch)
treee7d2dacf4fc8b98353e387d2e06d3bc920fc8e56
parent0c4e0187bf7c1df5f41624dbe957a8fca0033e06 (diff)
downloadaur-6caed83eee3dcea27e7bbbdd2edc460147026cf8.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 8c240648a555..4c3c6851f22c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-requests-cache
pkgdesc = Transparent persistent cache for http://python-requests.org library
pkgver = 0.9.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/reclosedev/requests-cache
arch = any
license = custom:BSD-2-clause
@@ -12,6 +12,7 @@ pkgbase = python-requests-cache
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 41515262f67c..d588b0de11c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,11 @@ _base=requests-cache
pkgname=python-${_base}
pkgdesc="Transparent persistent cache for http://python-requests.org library"
pkgver=0.9.5
-pkgrel=1
+pkgrel=2
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-installer python-poetry-core)
optdepends=('python-boto3: Cache backend for Amazon DynamoDB database'
'python-botocore: Interface for Amazon Web Services'