[arch-commits] Commit in python-aws-sam-translator/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Thu Sep 24 07:09:46 UTC 2020


    Date: Thursday, September 24, 2020 @ 07:09:46
  Author: yan12125
Revision: 711652

upgpkg: python-aws-sam-translator 1.27.0-1; make check() less verbose

Modified:
  python-aws-sam-translator/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-24 04:39:52 UTC (rev 711651)
+++ PKGBUILD	2020-09-24 07:09:46 UTC (rev 711652)
@@ -1,7 +1,7 @@
 # Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
 
 pkgname=python-aws-sam-translator
-pkgver=1.26.0
+pkgver=1.27.0
 pkgrel=1
 pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for expressing Serverless applications on AWS'
 arch=(any)
@@ -11,7 +11,7 @@
 makedepends=(python-setuptools)
 checkdepends=(python-pytest python-yaml python-mock python-parameterized)
 source=("https://github.com/awslabs/serverless-application-model/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('3b5217ffacadb6ca1e94425241ea17124ba2887cf05b167c6dacedf32850a112')
+sha256sums=('e8e482a6a68e00aa449115c317dcad7ed5b24113cbba952b33f89a52dc7b73d2')
 
 build() {
   cd serverless-application-model-$pkgver
@@ -21,7 +21,7 @@
 check() {
   cd serverless-application-model-$pkgver
   # disable upstream pytest.ini, which involves coverage
-  pytest -c /dev/null -v tests
+  pytest -c /dev/null tests
 }
 
 package() {



More information about the arch-commits mailing list