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

Chih-Hsuan Yen yan12125 at archlinux.org
Wed Aug 14 04:04:51 UTC 2019


    Date: Wednesday, August 14, 2019 @ 04:04:51
  Author: yan12125
Revision: 499090

upgpkg: python-cfn-lint 0.23.3-1

requests is no longer a dependency since https://github.com/aws-cloudformation/cfn-python-lint/pull/1093

Modified:
  python-cfn-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-14 02:18:12 UTC (rev 499089)
+++ PKGBUILD	2019-08-14 04:04:51 UTC (rev 499090)
@@ -1,17 +1,17 @@
 # Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
 
 pkgname=python-cfn-lint
-pkgver=0.23.2
+pkgver=0.23.3
 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-requests python-aws-sam-translator
+depends=(python python-pyaml 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=('eb6b6b41444f4255d742d91822fd516ec96192cead4f17bb57370c8fb1c5bcf6')
+sha256sums=('11870dcf18414cadd43dafb0c6cf2cdef966b6327ca02d18c9d643bcb696d696')
 
 build() {
   cd cfn-python-lint-$pkgver



More information about the arch-commits mailing list