[arch-commits] Commit in python-pytest/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Dec 23 09:51:04 UTC 2019
Date: Monday, December 23, 2019 @ 09:51:04
Author: felixonmars
Revision: 539027
upgpkg: python-pytest 5.3.2-1
Modified:
python-pytest/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-23 09:51:01 UTC (rev 539026)
+++ PKGBUILD 2019-12-23 09:51:04 UTC (rev 539027)
@@ -2,7 +2,7 @@
# Contributor: Felix Kaiser <felix.kaiser at fxkr.net>
pkgname=python-pytest
-pkgver=5.3.1
+pkgver=5.3.2
pkgrel=1
pkgdesc="Simple powerful testing with Python"
arch=('any')
@@ -17,7 +17,7 @@
'python-numpy' 'python-twisted' 'python-pytest-xdist' 'python-decorator'
'python-jinja' 'python-pexpect')
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz")
-sha512sums=('cfe2396d809faa88506c3d6041ebd9f7e91ba143ff23f59cdb3e3ca887c456fd3c9b563a647d1978b14ae3effcc1376ec480b5b7e4f46a40daa7ff4efd6f1ddf')
+sha512sums=('47d598099abc62c63312eb92be92b77a21437544f578cace81843213a496640fbea76faba8570785b8d23b541cb80222e612e885c4c2334ec02cdb99be9eacb5')
export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
@@ -36,7 +36,7 @@
cd pytest-$pkgver
python setup.py egg_info
- PYTHONPATH="$PWD"/build/lib python src/pytest.py -k 'not test_collect_pyargs_with_testpaths'
+ PYTHONPATH="$PWD"/build/lib python src/pytest/__main__.py -k 'not test_collect_pyargs_with_testpaths'
}
package() {
More information about the arch-commits
mailing list