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

Chih-Hsuan Yen yan12125 at archlinux.org
Fri May 31 14:19:15 UTC 2019


    Date: Friday, May 31, 2019 @ 14:19:15
  Author: yan12125
Revision: 475937

upgpkg: python-cfn-lint 0.21.3-2

Make it compatible with python-jsonschema 3.0.1 in [community-testing].

Do not move this to [community] until python-jsonschema is moved!

Modified:
  python-cfn-lint/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-31 14:18:34 UTC (rev 475936)
+++ PKGBUILD	2019-05-31 14:19:15 UTC (rev 475937)
@@ -2,7 +2,7 @@
 
 pkgname=python-cfn-lint
 pkgver=0.21.3
-pkgrel=1
+pkgrel=2
 pkgdesc='CloudFormation Linter'
 arch=(any)
 url='https://github.com/aws-cloudformation/cfn-python-lint'
@@ -19,6 +19,9 @@
   cd cfn-python-lint-$pkgver
   patch -Np1 -i ../fix-tests.patch
   sed -i 's|,<=2.21.0||' setup.py
+
+  # mimic https://github.com/awslabs/serverless-application-model/pull/927
+  sed -i 's#jsonschema~=2.6#jsonschema~=3.0#' setup.py
 }
 
 build() {



More information about the arch-commits mailing list