Date: Saturday, October 10, 2015 @ 13:56:42 Author: jelle Revision: 143592
upgpkg: python-cherrypy 3.8.0-1 Modified: python-cherrypy/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-10 11:46:26 UTC (rev 143591) +++ PKGBUILD 2015-10-10 11:56:42 UTC (rev 143592) @@ -5,8 +5,8 @@ # Contributor: Armando M. Baratti <[email protected]> # Contributor: Florian Richter <[email protected]> pkgname=('python-cherrypy' 'python2-cherrypy') -pkgver=3.6.0 -pkgrel=2 +pkgver=3.8.0 +pkgrel=1 pkgdesc="A pythonic, object-oriented web development framework" arch=('any') url="http://www.cherrypy.org" @@ -13,7 +13,7 @@ license=('BSD') makedepends=('python' 'python2') source=("https://pypi.python.org/packages/source/C/CherryPy/CherryPy-${pkgver}.tar.gz") -md5sums=('9772dbee426d656f01a13881e2b139d8') +md5sums=('542b96b2cd825e8120e8cd822bc18f4b') build() { cp -r CherryPy-${pkgver} CherryPy2-${pkgver} @@ -57,7 +57,7 @@ check() { cd CherryPy2-${pkgver} - python2 ./setup.py check + python2 ./setup.py test cd ../CherryPy-${pkgver} python3 ./setup.py check
