Date: Tuesday, March 21, 2023 @ 22:34:31 Author: felixonmars Revision: 1425149
upgpkg: python-transaction 3.1.0-1 Modified: python-transaction/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-21 22:33:45 UTC (rev 1425148) +++ PKGBUILD 2023-03-21 22:34:31 UTC (rev 1425149) @@ -1,17 +1,17 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-transaction -pkgver=3.0.1 -pkgrel=3 +pkgver=3.1.0 +pkgrel=1 pkgdesc='Transaction management for Python' arch=('any') license=('ZPL') url='https://github.com/zopefoundation/transaction' depends=('python-zope-interface') -makedepends=('python-setuptools' 'python-zope-interface') -checkdepends=('python-nose' 'python-mock') +makedepends=('python-setuptools') +checkdepends=('python-zope-testrunner' 'python-mock') source=("https://github.com/zopefoundation/transaction/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('13570cd074a0f185842a2dfabb7b80d62a81a8de0149f9d40659ad15d3a8405734f5fbd1042b36dffdf2dbfa3c3a95cce5af9f938426069a40a2e614a69a63f5') +sha512sums=('44a1c6e4a9790953a4ca31eb9660d85723dca37694a38c80ccc09945b1e23886c4ca2f0ca6dd705d489f80c068ecf921e42a9e0f1a6958b50b7d0e7074040548') build() { cd transaction-$pkgver @@ -20,7 +20,7 @@ check() { cd transaction-$pkgver - python setup.py nosetests + PYTHONPATH="$PWD"/build/lib zope-testrunner --test-path=src } package() {
