[arch-commits] Commit in python-progressbar/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Wed Sep 18 07:00:50 UTC 2019
Date: Wednesday, September 18, 2019 @ 07:00:50
Author: dvzrv
Revision: 511025
upgpkg: python-progressbar 3.46.0-1
Upgrading to 3.46.0. Removing blacklist of formerly failing tests (they have been fixed upstream).
Modified:
python-progressbar/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-17 20:59:11 UTC (rev 511024)
+++ PKGBUILD 2019-09-18 07:00:50 UTC (rev 511025)
@@ -5,7 +5,7 @@
_name=progressbar2
pkgname=python-progressbar
pkgdesc="A progress bar for Python"
-pkgver=3.43.1
+pkgver=3.46.0
pkgrel=1
url="https://github.com/WoLpH/python-progressbar"
license=('BSD')
@@ -14,7 +14,7 @@
makedepends=('python-setuptools' 'python-sphinx')
checkdepends=('python-pytest' 'python-freezegun')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('57da1f804e4e3929751b9d27b3f6dc03df65dbf6d567a83d26c6e32dcba22592af1d1153fa3da9f764d11941db2372f22c04d45f963b420e58084d18a15db8c7'
+sha512sums=('44731152c8172ad7fd43ab7b0d0caa260b5b32a63bf857f73c807d37b2580011291d32684a255550470c5ddad0eb22e37080769a253d51b6d8b51641af4a3f14'
'SKIP')
validpgpkeys=('149325FD15904E9C4EB89E95E81444E9CE1F695D') # Rick van Hattem <wolph at wol.ph>
@@ -33,13 +33,7 @@
check() {
cd "${pkgname}-${pkgver}"
export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
- # disabling tests not honoring PYTHONPATH:
- # https://github.com/WoLpH/python-progressbar/issues/201
- py.test -k 'not test_non_timed \
- and not test_context_wrapper \
- and not test_rapid_updates \
- and not test_generator_example \
- and not test_list_example'
+ py.test
}
package() {
More information about the arch-commits
mailing list