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

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Thu Sep 30 15:19:29 UTC 2021


    Date: Thursday, September 30, 2021 @ 15:19:29
  Author: yan12125
Revision: 1026179

upgpkg: python-aws-sam-translator 1.39.0-1; add link to release notes

My patch was merged to develop branch long time ago. Now it's finally in releases!

Ref: https://github.com/aws/serverless-application-model/pull/2165

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

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-30 14:58:43 UTC (rev 1026178)
+++ PKGBUILD	2021-09-30 15:19:29 UTC (rev 1026179)
@@ -1,7 +1,8 @@
 # Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
 
 pkgname=python-aws-sam-translator
-pkgver=1.38.0
+# https://github.com/aws/serverless-application-model/releases
+pkgver=1.39.0
 pkgrel=1
 pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for expressing Serverless applications on AWS'
 arch=(any)
@@ -12,17 +13,13 @@
 checkdepends=(python-pytest python-pytest-env python-yaml python-mock 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"
-        "no-install-integration-tests.diff")
-sha256sums=('2a6143508add87bca072b119f63c95c8a03bbbe5b06d7b9b34050519702ba7f7'
-            '44545f773c5b8ea750f2aa03a1fb12bfe289bacd0f7c1da0b7e47fd53d8b0c18')
+source=("https://github.com/aws/serverless-application-model/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('266a53c67b6bb9f7c225e80c37a00b825c6fee8906b389be47ed7ecedae5f764')
 
 prepare() {
   cd serverless-application-model-$pkgver
   # skip pytest-coverage
   sed -i -r 's#--cov\S*\s+\S+##g' pytest.ini
-
-  patch -Np1 -i ../no-install-integration-tests.diff
 }
 
 build() {



More information about the arch-commits mailing list