Date: Friday, October 16, 2020 @ 04:14:59 Author: yan12125 Revision: 724314
upgpkg: python-cfn-lint 0.38.0-1 Modified: python-cfn-lint/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-16 02:40:17 UTC (rev 724313) +++ PKGBUILD 2020-10-16 04:14:59 UTC (rev 724314) @@ -1,7 +1,7 @@ # Maintainer: Chih-Hsuan Yen <[email protected]> pkgname=python-cfn-lint -pkgver=0.37.1 +pkgver=0.38.0 pkgrel=1 pkgdesc='CloudFormation Linter' arch=(any) @@ -16,7 +16,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=('8ac13c31f575917c086fe8ae2a254bf1a3c7bbfe5f2b27340a55a9f49a0b18cf') +sha256sums=('9e4830ac9f0197aee3c02e4284d48752316dae24ef5abf01006079e769773b1c') build() { cd cfn-python-lint-$pkgver @@ -31,7 +31,8 @@ export PYTHONPATH="$PWD/src" export PATH="$PATH:$srcdir/tmp_install" - pytest test + # test_update_docs requires cfn-python-lint as a git repo + pytest test -k 'not test_update_docs' } package() {
