From 645f62d6848195221ebecc2e077fe36bba03bd17 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Sat, 4 Mar 2023 13:50:36 -0500 Subject: python-requests-cache: update to 1.0.0 --- linhes/python-requests-cache/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/linhes/python-requests-cache/PKGBUILD b/linhes/python-requests-cache/PKGBUILD index 3c2a826..3b12874 100644 --- a/linhes/python-requests-cache/PKGBUILD +++ b/linhes/python-requests-cache/PKGBUILD @@ -8,12 +8,12 @@ _base=requests-cache pkgname=python-${_base} pkgdesc="A transparent persistent cache for the requests library" -pkgver=0.9.8 +pkgver=1.0.0 pkgrel=1 arch=(any) -url="https://github.com/reclosedev/${_base}" +url="https://github.com/${_base}/${_base}" license=('custom:BSD-2-clause') -depends=(python-requests python-appdirs python-cattrs python-url-normalize) +depends=(python-requests python-platformdirs python-cattrs python-url-normalize) makedepends=(python-poetry-core python-build python-installer python-wheel) optdepends=( 'python-boto3: Cache backend for Amazon DynamoDB database' @@ -25,9 +25,9 @@ optdepends=( 'python-yaml: for bindings yaml support' 'python-ujson: for JSON serializer for improved performance' ) -checkdepends=(python-pytest python-requests-mock python-responses python-itsdangerous python-ujson python-timeout-decorator) +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=('f428a7b498d2ef2b6c23d3715bac2274c320b6f9d6f56017e69ab5fa6b8830242a2f335ed6c3758a741a51f108c6dacae1a447ff8f05ca5686303caf48a1dc59') +sha512sums=('92d6e1b9afb158f824a4b20d83c7b30a5988476b741213b0663df6095df1753da2dcd6516372ba383864e19d346850a356e9370b2ae27554effcc3f0b6a078c8') build() { cd ${_base}-${pkgver} -- cgit v0.12