[arch-commits] Commit in python-autobahn/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at archlinux.org
Sun Dec 20 07:43:22 UTC 2020
Date: Sunday, December 20, 2020 @ 07:43:22
Author: yan12125
Revision: 780151
upgpkg: python-autobahn 20.12.3-1; make tests less verbose
Modified:
python-autobahn/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-20 05:48:25 UTC (rev 780150)
+++ PKGBUILD 2020-12-20 07:43:22 UTC (rev 780151)
@@ -3,7 +3,7 @@
# Maintainer: Anatol Pomozov
pkgname=python-autobahn
-pkgver=20.12.2
+pkgver=20.12.3
pkgrel=1
pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
arch=(x86_64)
@@ -31,7 +31,7 @@
)
source=(https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha256sums=('72b68a1ce1e10e3cbcc3b280aae86d5b2e7a1f409febab1ab91a8a3274113f6e')
+sha256sums=('410a93e0e29882c8b5d5ab05d220b07609b886ef5f23c0b8d39153254ffd6895')
prepare() {
cd "$srcdir/autobahn-$pkgver"
@@ -53,7 +53,7 @@
# "autobahn on asyncio is tested using pytest, while for twisted we are using twisted trial"
# https://github.com/crossbario/autobahn-python/issues/1235#issuecomment-522440810
USE_TWISTED=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver trial3 autobahn
- USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest -v autobahn
+ USE_ASYNCIO=1 PYTHONPATH=.:build/lib.linux-$CARCH-$pyver pytest autobahn
}
package() {
More information about the arch-commits
mailing list