diff options
author | Britney Fransen <brfransen@gmail.com> | 2023-01-18 21:31:07 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2023-01-18 21:31:07 (GMT) |
commit | 400f35b63f8ac52b9709187709c36d4fff295a1f (patch) | |
tree | 219d62613c768e7b396156733c7eed648f6b7a27 /linhes/python-requests-cache | |
parent | b455d5f7fb70b2d7350e7b9aff8ff6d4ada73818 (diff) | |
download | linhes_pkgbuild-400f35b63f8ac52b9709187709c36d4fff295a1f.zip linhes_pkgbuild-400f35b63f8ac52b9709187709c36d4fff295a1f.tar.gz linhes_pkgbuild-400f35b63f8ac52b9709187709c36d4fff295a1f.tar.bz2 |
python-requests-cache: update to 0.9.8
Diffstat (limited to 'linhes/python-requests-cache')
-rw-r--r-- | linhes/python-requests-cache/.gitignore | 5 | ||||
-rw-r--r-- | linhes/python-requests-cache/PKGBUILD | 4 |
2 files changed, 7 insertions, 2 deletions
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} |