From 400f35b63f8ac52b9709187709c36d4fff295a1f Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Wed, 18 Jan 2023 16:31:07 -0500 Subject: python-requests-cache: update to 0.9.8 --- linhes/python-requests-cache/.gitignore | 5 +++++ linhes/python-requests-cache/PKGBUILD | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 linhes/python-requests-cache/.gitignore diff --git a/linhes/python-requests-cache/.gitignore b/linhes/python-requests-cache/.gitignore new file mode 100644 index 0000000..743531c --- /dev/null +++ b/linhes/python-requests-cache/.gitignore @@ -0,0 +1,5 @@ +/src/ +/pkg/ +/*.pkg.* +/*.log +/*.tar.gz diff --git a/linhes/python-requests-cache/PKGBUILD b/linhes/python-requests-cache/PKGBUILD index f4d6929..3c2a826 100644 --- a/linhes/python-requests-cache/PKGBUILD +++ b/linhes/python-requests-cache/PKGBUILD @@ -8,7 +8,7 @@ _base=requests-cache pkgname=python-${_base} pkgdesc="A transparent persistent cache for the requests library" -pkgver=0.9.7 +pkgver=0.9.8 pkgrel=1 arch=(any) url="https://github.com/reclosedev/${_base}" @@ -27,7 +27,7 @@ optdepends=( ) checkdepends=(python-pytest python-requests-mock python-responses python-itsdangerous python-ujson python-timeout-decorator) source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz) -sha512sums=('00b2c7080030ed07f5d896871a431aec2625dab6ab84f01f7e6fea9e81692f757304e25ee6addbe7695e93d0c1c04484c31b95a71d7c9e12f6c23a5b7747ae30') +sha512sums=('f428a7b498d2ef2b6c23d3715bac2274c320b6f9d6f56017e69ab5fa6b8830242a2f335ed6c3758a741a51f108c6dacae1a447ff8f05ca5686303caf48a1dc59') build() { cd ${_base}-${pkgver} -- cgit v0.12