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

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Fri Apr 29 13:36:25 UTC 2022


    Date: Friday, April 29, 2022 @ 13:36:25
  Author: yan12125
Revision: 1191793

upgpkg: python-cfn-lint 0.59.0-1; remove no longer needed python-six

See: https://github.com/aws-cloudformation/cfn-lint/pull/2204

Modified:
  python-cfn-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-29 12:54:48 UTC (rev 1191792)
+++ PKGBUILD	2022-04-29 13:36:25 UTC (rev 1191793)
@@ -2,14 +2,13 @@
 
 pkgname=python-cfn-lint
 # https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md
-pkgver=0.58.1
+pkgver=0.59.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
+depends=(python python-yaml python-aws-sam-translator
          python-jsonpatch python-jsonschema python-networkx
          python-junit-xml python-jschema-to-python python-sarif-om)
 makedepends=(python-setuptools)
@@ -18,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=('7fae685e1cc2269293301dd8774f9d2299cfa933d80e0f9b26503c2958275a2b')
+sha256sums=('24360cada09b6cff637cde2f156a71a82af3d7ec827dce733b475e68711c2b95')
 
 build() {
   cd cfn-lint-$pkgver



More information about the arch-commits mailing list