Date: Sunday, June 26, 2022 @ 21:26:31 Author: arojas Revision: 1239580
Update to 0.5.1 Modified: python-autopage/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-26 20:57:36 UTC (rev 1239579) +++ PKGBUILD 2022-06-26 21:26:31 UTC (rev 1239580) @@ -1,7 +1,7 @@ # Maintainer: pkgname=python-autopage -pkgver=0.4.0 +pkgver=0.5.1 pkgrel=1 pkgdesc='A library to provide automatic paging for console output' arch=(any) @@ -11,7 +11,7 @@ checkdepends=(python-pytest python-fixtures) makedepends=(python-build python-installer python-setuptools python-wheel) source=(https://pypi.python.org/packages/source/a/autopage/autopage-$pkgver.tar.gz) -sha512sums=('00dd0fc405c6cbeec962e0c6e85ff923c6c8caefd9cb793d668117ae6b25d1086253b4103bc541c35f3883caf7f72f0ef2f5758ca2ce3f7fbef39ac51a188b9c') +sha512sums=('d2db8091bfdb209319ed8f06cea86abdc33e8ea338290d3a6f99341d78d8a9f079021c21c18c9ee7032f13496ed0d3bfe5a96465473fc747da984452d26c0382') build() { cd autopage-$pkgver @@ -20,7 +20,8 @@ check() { cd autopage-$pkgver - pytest + unset LESS PAGER + pytest -v -k 'not test_end_to_end.py' } package() {
