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

Chih-Hsuan Yen yan12125 at archlinux.org
Wed Sep 4 15:54:40 UTC 2019


    Date: Wednesday, September 4, 2019 @ 15:54:40
  Author: yan12125
Revision: 508039

upgpkg: python-cfn-lint 0.24.0-1

Also fixes the dependency - PyYAML is provided by python-yaml instead of python-pyaml

Modified:
  python-cfn-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-04 14:08:48 UTC (rev 508038)
+++ PKGBUILD	2019-09-04 15:54:40 UTC (rev 508039)
@@ -1,17 +1,17 @@
 # Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
 
 pkgname=python-cfn-lint
-pkgver=0.23.5
+pkgver=0.24.0
 pkgrel=1
 pkgdesc='CloudFormation Linter'
 arch=(any)
 url='https://github.com/aws-cloudformation/cfn-python-lint'
 license=('custom:MIT No Attribution')
-depends=(python python-pyaml python-six python-aws-sam-translator
+depends=(python python-yaml python-six python-aws-sam-translator
          python-jsonpatch python-jsonschema python-setuptools)
 checkdepends=(python-pytest python-mock)
 source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz")
-sha256sums=('9b77ef68b06aa2de71a37755c10900870bed12a78eb341604a6ccf42e6a688e6')
+sha256sums=('dfbf33e53001d42c9d0d54724ab259bb1988cb51ae2124613b85c2886ce58999')
 
 build() {
   cd cfn-python-lint-$pkgver



More information about the arch-commits mailing list