From b43999a13c6cecdc26e7a6838f18cb22d41feb7b Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Wed, 28 Mar 2018 00:28:48 +0000 Subject: python-requests-cache: update to 0.4.13 --- abs/core/python_modules/python-requests-cache/PKGBUILD | 11 ++++++----- abs/core/python_modules/python-requests-cache/__changelog | 1 - 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 abs/core/python_modules/python-requests-cache/__changelog diff --git a/abs/core/python_modules/python-requests-cache/PKGBUILD b/abs/core/python_modules/python-requests-cache/PKGBUILD index b7d9937..39784ed 100644 --- a/abs/core/python_modules/python-requests-cache/PKGBUILD +++ b/abs/core/python_modules/python-requests-cache/PKGBUILD @@ -2,16 +2,17 @@ pkgbase=python-requests-cache _pyname=requests-cache -pkgname=('python2-requests-cache') -makedepends=('python2' 'python2-setuptools') -pkgver=0.4.12 -pkgrel=2 +pkgname=('python-requests-cache' 'python2-requests-cache') +makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' + 'python-requests' 'python2-requests') +pkgver=0.4.13 +pkgrel=1 pkgdesc="Persistent cache for requests library" arch=('any') url="https://github.com/reclosedev/requests-cache" license=('BSD') source=("${_pyname}-${pkgver}.tar.gz::https://github.com/reclosedev/${_pyname}/archive/v${pkgver}.tar.gz") -sha512sums=('06d563d59c24f311209b81beb96130b75d1e849e0bb94ad636b3ac269eed7c89fdddfed8da86560473c4463425ea98953d30fb3da05efd614907855f130587fc') +sha512sums=('54d814c9c4da1b1fa6f4ec124faee7e74e7ca52bc90ae7c948f19e9cb7657fe2b41f5de6c5fafe259526312d82dc5efd81ad01a741a66baf12ea2a358334f912') package_python-requests-cache() { depends=('python') diff --git a/abs/core/python_modules/python-requests-cache/__changelog b/abs/core/python_modules/python-requests-cache/__changelog deleted file mode 100644 index 60db758..0000000 --- a/abs/core/python_modules/python-requests-cache/__changelog +++ /dev/null @@ -1 +0,0 @@ -PKGBUILD: remove py3 stuff -- cgit v0.12