[arch-commits] Commit in python-cfn-lint/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at archlinux.org
Sat Mar 21 02:20:35 UTC 2020
Date: Saturday, March 21, 2020 @ 02:20:35
Author: yan12125
Revision: 602273
upgpkg: python-cfn-lint 0.29.0-1
The new python-networkx dependency is from [1]
[1] https://github.com/aws-cloudformation/cfn-python-lint/pull/1391
Modified:
python-cfn-lint/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-21 02:13:57 UTC (rev 602272)
+++ PKGBUILD 2020-03-21 02:20:35 UTC (rev 602273)
@@ -1,7 +1,7 @@
# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
pkgname=python-cfn-lint
-pkgver=0.28.4
+pkgver=0.29.0
pkgrel=1
pkgdesc='CloudFormation Linter'
arch=(any)
@@ -8,10 +8,10 @@
url='https://github.com/aws-cloudformation/cfn-python-lint'
license=('custom:MIT No Attribution')
depends=(python python-yaml python-six python-aws-sam-translator
- python-jsonpatch python-jsonschema python-setuptools)
+ python-jsonpatch python-jsonschema python-setuptools python-networkx)
checkdepends=(python-pytest python-mock)
source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz")
-sha256sums=('fc50a6f89daaf2ad005b57929c32c11857bd5cf6acdee16e3307aec853ad3c76')
+sha256sums=('978427fa7b0409606e3cc5e6049f55b7a7edb9b9de247f7d0a6833557a643f4b')
build() {
cd cfn-python-lint-$pkgver
More information about the arch-commits
mailing list