Date: Saturday, August 31, 2019 @ 04:19:48
  Author: yan12125
Revision: 505539

upgpkg: python-aws-sam-translator 1.14.0-1

python-cfn-lint is no longer needed [1]. It might be re-added in the future, 
though [2].

[1] https://github.com/awslabs/serverless-application-model/pull/1034
[2] https://github.com/awslabs/serverless-application-model/issues/1042

Modified:
  python-aws-sam-translator/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-08-31 00:27:20 UTC (rev 505538)
+++ PKGBUILD    2019-08-31 04:19:48 UTC (rev 505539)
@@ -1,7 +1,7 @@
 # Maintainer: Chih-Hsuan Yen <yan12...@archlinux.org>
 
 pkgname=python-aws-sam-translator
-pkgver=1.13.2
+pkgver=1.14.0
 pkgrel=1
 pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for 
expressing Serverless applications on AWS'
 arch=(any)
@@ -9,9 +9,9 @@
 license=(Apache)
 depends=(python python-boto3 python-jsonschema python-six)
 makedepends=(python-setuptools)
-checkdepends=(python-pytest python-pytest-cov python-yaml python-mock 
python-parameterized python-cfn-lint)
+checkdepends=(python-pytest python-pytest-cov python-yaml python-mock 
python-parameterized)
 
source=("https://github.com/awslabs/serverless-application-model/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('c97d2ad86df16152176afa0a14558879cf090932ce18b111716766e1870a52c9')
+sha256sums=('37da47396f313598bbb159dc578f97a862b054cce9e9a82b9cd33ff74dea90e2')
 
 build() {
   cd serverless-application-model-$pkgver

Reply via email to