[arch-commits] Commit in python-cfn-lint/trunk (PKGBUILD)

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


    Date: Thursday, September 24, 2020 @ 09:18:48
  Author: yan12125
Revision: 711662

upgpkg: python-cfn-lint 0.36.1-1; make check() less verbose

Modified:
  python-cfn-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-24 09:01:23 UTC (rev 711661)
+++ PKGBUILD	2020-09-24 09:18:48 UTC (rev 711662)
@@ -1,7 +1,7 @@
 # Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
 
 pkgname=python-cfn-lint
-pkgver=0.36.0
+pkgver=0.36.1
 pkgrel=1
 pkgdesc='CloudFormation Linter'
 arch=(any)
@@ -15,7 +15,7 @@
   'python-pydot: for building graphs from templates'
 )
 source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz")
-sha256sums=('d3316c4cede990ad7b4b257490067b5d93ad7f93c6e73a62047f4af915b6bead')
+sha256sums=('2ca2af050611287ae8352461896ac10ff0ea98f4465c832bb30fabd3b75e404f')
 
 build() {
   cd cfn-python-lint-$pkgver
@@ -30,7 +30,7 @@
 
   export PYTHONPATH="$PWD/src"
   export PATH="$PATH:$srcdir/tmp_install"
-  pytest -v test
+  pytest test
 }
 
 package() {



More information about the arch-commits mailing list