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

Chih-Hsuan Yen yan12125 at archlinux.org
Fri May 17 14:46:27 UTC 2019


    Date: Friday, May 17, 2019 @ 14:46:26
  Author: yan12125
Revision: 467699

upgpkg: python-cfn-lint 0.20.3-1

The new `sed` line is added to unpin the requests dependency added in [1].

Unfortunately, as botocore still pins urllib3<1.25 [2], the command `cfn-lint` still fails.

[1] https://github.com/aws-cloudformation/cfn-python-lint/commit/df0240b835c9587a82d5fd330f7a3c9f6ad2e195
[2] https://github.com/boto/botocore/issues/1733

Modified:
  python-cfn-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-17 14:43:34 UTC (rev 467698)
+++ PKGBUILD	2019-05-17 14:46:26 UTC (rev 467699)
@@ -1,7 +1,7 @@
 # Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
 
 pkgname=python-cfn-lint
-pkgver=0.20.2
+pkgver=0.20.3
 pkgrel=1
 pkgdesc='CloudFormation Linter'
 arch=(any)
@@ -13,12 +13,13 @@
 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=('e959c6cdd1ca227a9b48eaf602ed3332e887002abab550c169296979146724d3'
+sha256sums=('b8fed4cce8b629e30f10d2d7ec079f5ddeb5ec66275ec3ac4864d90dbffa709d'
             'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
 
 prepare() {
   cd cfn-python-lint-$pkgver
   patch -Np1 -i ../fix-tests.patch
+  sed -i 's|,<=2.21.0||' setup.py
 }
 
 build() {



More information about the arch-commits mailing list