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

Chih-Hsuan Yen yan12125 at archlinux.org
Sat Jun 1 15:16:59 UTC 2019


    Date: Saturday, June 1, 2019 @ 15:16:58
  Author: yan12125
Revision: 476538

upgpkg: python-cfn-lint 0.21.4-1

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

Modified:
  python-cfn-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-01 14:55:48 UTC (rev 476537)
+++ PKGBUILD	2019-06-01 15:16:58 UTC (rev 476538)
@@ -1,8 +1,8 @@
 # Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
 
 pkgname=python-cfn-lint
-pkgver=0.21.3
-pkgrel=2
+pkgver=0.21.4
+pkgrel=1
 pkgdesc='CloudFormation Linter'
 arch=(any)
 url='https://github.com/aws-cloudformation/cfn-python-lint'
@@ -12,13 +12,12 @@
 checkdepends=(python-pytest python-mock)
 source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz"
         fix-tests.patch)
-sha256sums=('75f81dbc43406cd1ccbfc33193bdb6c98cdd637910d4fa48875ca5f4996e3bfb'
+sha256sums=('3f700ebcadc8bda9916c52dd2cc88f01cbb8f98521bcae3a74ac967ebeb8908c'
             'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
 
 prepare() {
   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



More information about the arch-commits mailing list