[arch-commits] Commit in python-cachecontrol/trunk (PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Fri Dec 27 06:28:50 UTC 2019
Date: Friday, December 27, 2019 @ 06:28:49
Author: eschwartz
Revision: 542963
upgpkg: python-cachecontrol 0.12.6-1: upstream release
Modified:
python-cachecontrol/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-27 03:09:05 UTC (rev 542962)
+++ PKGBUILD 2019-12-27 06:28:49 UTC (rev 542963)
@@ -3,8 +3,8 @@
_pkgname=cachecontrol
pkgbase=python-cachecontrol
pkgname=('python-cachecontrol' 'python2-cachecontrol')
-pkgver=0.12.5
-pkgrel=6
+pkgver=0.12.6
+pkgrel=1
pkgdesc="httplib2 caching for requests"
arch=('any')
url="https://github.com/ionrock/${_pkgname}"
@@ -13,17 +13,14 @@
checkdepends=('python-mock' 'python-pytest' 'python-lockfile' 'python-cherrypy'
'python2-mock' 'python2-pytest' 'python2-lockfile' 'python2-cherrypy')
source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
- "0001-Remove-unnecessary-console-script.patch"
- cachecontrol-pytest4.patch::"https://github.com/ionrock/cachecontrol/commit/2b886af2.patch")
-sha256sums=('d3876bbd614968e0d82c95734b380fca648661416fb14dc1a50514256e521089'
- 'a2c93d4852887152027140bdd54030d5363876b02e5eabee6a018d4e946a87b1'
- '83273fc1a39baa46a504f54457997f5301947a82989853f9b2c6c19bfb6ecdfc')
+ "0001-Remove-unnecessary-console-script.patch")
+sha256sums=('2ec120838f445bff473cd8b8206ddae3650679142976927179743fabb876f3e3'
+ 'a2c93d4852887152027140bdd54030d5363876b02e5eabee6a018d4e946a87b1')
prepare() {
cd "${srcdir}"/${_pkgname}-${pkgver}
patch -p1 -i ../0001-Remove-unnecessary-console-script.patch
- patch -p1 -i ../cachecontrol-pytest4.patch # Fix tests with pytest 4
}
build() {
More information about the arch-commits
mailing list