Date: Friday, May 6, 2016 @ 04:38:35 Author: fyan Revision: 173902 upgpkg: python-zope-proxy 4.2.0-1
Modified: python-zope-proxy/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-06 02:36:45 UTC (rev 173901) +++ PKGBUILD 2016-05-06 02:38:35 UTC (rev 173902) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=('python-zope-proxy' 'python2-zope-proxy') -pkgver=4.1.6 +pkgver=4.2.0 pkgrel=1 pkgdesc="Generic Transparent Proxies" arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ license=('ZPL') makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface' 'python2-zope-interface' 'git') -checkdepends=('python-nose' 'python2-nose') +checkdepends=('python-nose' 'python2-nose' 'python-zope-security' 'python2-zope-security') source=("git+https://github.com/zopefoundation/zope.proxy.git#tag=$pkgver") sha256sums=('SKIP')
