[arch-commits] Commit in python-cfn-lint/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at gemini.archlinux.org
Sat Nov 6 15:32:59 UTC 2021
Date: Saturday, November 6, 2021 @ 15:32:58
Author: yan12125
Revision: 1037613
upgpkg: python-cfn-lint 0.56.0-1
Modified:
python-cfn-lint/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-06 15:26:45 UTC (rev 1037612)
+++ PKGBUILD 2021-11-06 15:32:58 UTC (rev 1037613)
@@ -2,7 +2,7 @@
pkgname=python-cfn-lint
# https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md
-pkgver=0.54.4
+pkgver=0.56.0
pkgrel=1
pkgdesc='CloudFormation Linter'
arch=(any)
@@ -10,7 +10,7 @@
license=('custom:MIT No Attribution')
depends=(python python-yaml python-six python-aws-sam-translator
python-jsonpatch python-jsonschema python-networkx
- python-junit-xml)
+ python-junit-xml python-jschema-to-python python-sarif-om)
makedepends=(python-setuptools)
checkdepends=(python-pytest python-mock python-pydot)
optdepends=(
@@ -17,7 +17,7 @@
'python-pydot: for building graphs from templates'
)
source=("https://github.com/aws-cloudformation/cfn-lint/archive/v$pkgver/cfn-lint-$pkgver.tar.gz")
-sha256sums=('7777dfc9115c46149fa088f3f2981001cabcff4b8e128f96b052eeb4ece0dec6')
+sha256sums=('40c2e2895db4f97f39dfccce48f6c10ac7c02b6947139ed49ae87e6b883f9205')
build() {
cd cfn-lint-$pkgver
More information about the arch-commits
mailing list