[arch-commits] Commit in python-cfn-lint/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at gemini.archlinux.org
Thu Jan 20 03:11:53 UTC 2022
Date: Thursday, January 20, 2022 @ 03:11:53
Author: yan12125
Revision: 1111241
upgpkg: python-cfn-lint 0.57.0-1
python-mock is no longer necessary after
https://github.com/aws-cloudformation/cfn-lint/pull/2190
Modified:
python-cfn-lint/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-20 03:07:51 UTC (rev 1111240)
+++ PKGBUILD 2022-01-20 03:11:53 UTC (rev 1111241)
@@ -2,22 +2,23 @@
pkgname=python-cfn-lint
# https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md
-pkgver=0.56.4
+pkgver=0.57.0
pkgrel=1
pkgdesc='CloudFormation Linter'
arch=(any)
url='https://github.com/aws-cloudformation/cfn-lint'
license=('custom:MIT No Attribution')
+# python-six may be unnecessary in the next version https://github.com/aws-cloudformation/cfn-lint/pull/2204
depends=(python python-yaml python-six python-aws-sam-translator
python-jsonpatch python-jsonschema python-networkx
python-junit-xml python-jschema-to-python python-sarif-om)
makedepends=(python-setuptools)
-checkdepends=(python-pytest python-mock python-pydot)
+checkdepends=(python-pytest python-pydot)
optdepends=(
'python-pydot: for building graphs from templates'
)
source=("https://github.com/aws-cloudformation/cfn-lint/archive/v$pkgver/cfn-lint-$pkgver.tar.gz")
-sha256sums=('1fffd231feb358e5c93b325beddbe6b41dbc760a1ee9fed26398e45e45980c06')
+sha256sums=('12fa2816c5e04f1243b81133321aeab7ca8e16f00eba0a5daae24d4b9351156c')
build() {
cd cfn-lint-$pkgver
More information about the arch-commits
mailing list