Date: Tuesday, February 9, 2016 @ 18:33:59 Author: anatolik Revision: 161009
upgpkg: python-tarantool 0.5.3-1 Modified: python-tarantool/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-09 17:26:35 UTC (rev 161008) +++ PKGBUILD 2016-02-09 17:33:59 UTC (rev 161009) @@ -3,7 +3,7 @@ pkgbase=python-tarantool pkgname=(python-tarantool python2-tarantool) -pkgver=0.5.2 +pkgver=0.5.3 pkgrel=1 pkgdesc='Python client library for Tarantool 1.6 Database' arch=(any) @@ -11,7 +11,7 @@ license=(BSD) makedepends=(python-setuptools python2-setuptools python-msgpack python2-msgpack python-yaml python2-yaml python-six python2-six) source=(https://pypi.python.org/packages/source/t/tarantool/tarantool-$pkgver.tar.gz) -sha1sums=('bce7a3ce6ebc62ab79d01f4bf34f40e681f1c834') +sha1sums=('d392fc7292058febe0174327f0ef367c5b85aee5') prepare() { cp -a tarantool-$pkgver{,-py2} @@ -28,7 +28,7 @@ check() { cd "$srcdir/tarantool-$pkgver" # currently tests fail for python3 - #python setup.py test + python setup.py test cd "$srcdir/tarantool-$pkgver-py2" python2 setup.py test
