[arch-commits] Commit in python-aws-sam-translator/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at gemini.archlinux.org
Mon Jun 27 11:15:58 UTC 2022
Date: Monday, June 27, 2022 @ 11:15:58
Author: yan12125
Revision: 1239668
upgpkg: python-aws-sam-translator 1.46.0-1; add a note for a false-positive namcap report
Modified:
python-aws-sam-translator/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-27 10:52:31 UTC (rev 1239667)
+++ PKGBUILD 2022-06-27 11:15:58 UTC (rev 1239668)
@@ -2,7 +2,7 @@
pkgname=python-aws-sam-translator
# https://github.com/aws/serverless-application-model/releases
-pkgver=1.45.0
+pkgver=1.46.0
pkgrel=1
pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for expressing Serverless applications on AWS'
arch=(any)
@@ -10,11 +10,12 @@
license=(Apache)
depends=(python python-boto3 python-jsonschema)
makedepends=(python-setuptools)
+# python-yaml is needed by samtranslator.yaml_helper, while the latter is used in tests only
checkdepends=(python-pytest python-pytest-env python-yaml python-parameterized)
# Upstream intentionally exclude tests from sdist
# https://github.com/aws/serverless-application-model/pull/381#issuecomment-382143094
source=("https://github.com/aws/serverless-application-model/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('2e778752f6a277b3adcccd59a7456a258181bad41d7613e9a79a36649e0dc6e5')
+sha256sums=('b90cc87d0c4a6ecd52e5b324791338e31753063b573627b03425b8865bb395e0')
prepare() {
cd serverless-application-model-$pkgver
More information about the arch-commits
mailing list