[arch-commits] Commit in python-snappy/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at archlinux.org
Sat Jan 9 06:59:48 UTC 2021
Date: Saturday, January 9, 2021 @ 06:59:47
Author: yan12125
Revision: 815051
upgpkg: python-snappy 0.6.0-1; make tests less verbose and drop unneeded test filtering
Modified:
python-snappy/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-09 06:59:24 UTC (rev 815050)
+++ PKGBUILD 2021-01-09 06:59:47 UTC (rev 815051)
@@ -2,8 +2,8 @@
# Contributor: Guillaume Horel <guillaume.horel at gmail.com>
pkgname=python-snappy
-pkgver=0.5.4
-pkgrel=4
+pkgver=0.6.0
+pkgrel=1
pkgdesc='Python bindings for the snappy compression library.'
url='https://github.com/andrix/python-snappy'
depends=(python snappy)
@@ -12,7 +12,7 @@
license=(BSD)
arch=(x86_64)
source=(https://files.pythonhosted.org/packages/source/p/python-snappy/python-snappy-$pkgver.tar.gz)
-sha256sums=('d9c26532cfa510f45e8d135cde140e8a5603d3fb254cfec273ebc0ecf9f668e2')
+sha256sums=('168a98d3f597b633cfeeae7fe1c78a8dfd81f018b866cf7ce9e4c56086af891a')
prepare() {
cd $pkgname-$pkgver
@@ -32,7 +32,7 @@
export PYTHONPATH="$PWD/build/lib.linux-$CARCH-$pyver"
# Avoid writing .pyc files in check(), or packaging with --nocheck cannot reproduce
# packages built with check() as .pyc files created in check() embed $srcdir
- PYTHONDONTWRITEBYTECODE=1 pytest -v tests --ignore=tests/test_snappy_cffi.py -k 'not test_snappy_cffi_enum'
+ PYTHONDONTWRITEBYTECODE=1 pytest tests --ignore=tests/test_snappy_cffi.py
}
package() {
More information about the arch-commits
mailing list