[arch-commits] Commit in python-aws-sam-translator/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Thu Apr 28 23:54:49 UTC 2022


    Date: Thursday, April 28, 2022 @ 23:54:48
  Author: yan12125
Revision: 1191721

upgpkg: python-aws-sam-translator 1.45.0-1; remove no longer needed deps

python-six: https://github.com/aws/serverless-application-model/commit/749634d2e5b88cef4752076c3882949d77591ec3
python-mock: https://github.com/aws/serverless-application-model/commit/a308593bb8cefd3ddc644f928032fb5507635647

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-28 22:14:20 UTC (rev 1191720)
+++ PKGBUILD	2022-04-28 23:54:48 UTC (rev 1191721)
@@ -2,19 +2,19 @@
 
 pkgname=python-aws-sam-translator
 # https://github.com/aws/serverless-application-model/releases
-pkgver=1.42.0
-pkgrel=3
+pkgver=1.45.0
+pkgrel=1
 pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for expressing Serverless applications on AWS'
 arch=(any)
 url='https://github.com/aws/serverless-application-model'
 license=(Apache)
-depends=(python python-boto3 python-jsonschema python-six)
+depends=(python python-boto3 python-jsonschema)
 makedepends=(python-setuptools)
-checkdepends=(python-pytest python-pytest-env python-yaml python-mock python-parameterized)
+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=('85c8950dd23f2db86ef8f1974e1d426baafc296670d268ee84b6c74a699ebb78')
+sha256sums=('2e778752f6a277b3adcccd59a7456a258181bad41d7613e9a79a36649e0dc6e5')
 
 prepare() {
   cd serverless-application-model-$pkgver



More information about the arch-commits mailing list