Date: Sunday, February 23, 2020 @ 05:36:50 Author: felixonmars Revision: 579282
upgpkg: python-path 13.2.0-1 Modified: python-path/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-23 05:33:51 UTC (rev 579281) +++ PKGBUILD 2020-02-23 05:36:50 UTC (rev 579282) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-path -pkgver=13.1.0 +pkgver=13.2.0 pkgrel=1 pkgdesc='A module wrapper for os.path' arch=('any') @@ -14,7 +14,7 @@ conflicts=('python-path.py') provides=('python-path.py') source=("$pkgname-$pkgver.tar.gz::https://github.com/jaraco/path/archive/v$pkgver.tar.gz") -sha512sums=('db27420ad117f36bf42e54284e931f92b18a6db71fab3a66cba65bb2c78c02747db637e5ea7f69d9fc2864c0dfc0aa4dede0c7183b49699ffc4416d6662f9185') +sha512sums=('59c9df45996eb227df101a13da968bcb006d9b89cb5c36ffcd08bdfb1102e7bd91bbe340b04ffea7478a0dda3dfa2df33412fcf9b6e6fb5af06952a82a6b6914') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver @@ -25,8 +25,7 @@ check() { cd path-$pkgver - # https://github.com/jaraco/path/issues/184 - python -m pytest || : + python -m pytest } package() {
