[arch-commits] Commit in python-aws-sam-translator/trunk (PKGBUILD)
Chih-Hsuan Yen
yan12125 at archlinux.org
Fri May 31 14:18:17 UTC 2019
Date: Friday, May 31, 2019 @ 14:18:16
Author: yan12125
Revision: 475935
upgpkg: python-aws-sam-translator 1.11.0-2
Make it compatible with python-jsonschema 3.0.1 in [community-testing].
Do not move this to [community] until python-jsonschema is moved!
Modified:
python-aws-sam-translator/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-31 14:04:46 UTC (rev 475934)
+++ PKGBUILD 2019-05-31 14:18:16 UTC (rev 475935)
@@ -2,7 +2,7 @@
pkgname=python-aws-sam-translator
pkgver=1.11.0
-pkgrel=1
+pkgrel=2
pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for expressing Serverless applications on AWS'
arch=(any)
url='https://github.com/awslabs/serverless-application-model'
@@ -18,6 +18,9 @@
# remove coverage.py options - running coverage as a non-developer does not make much sense
sed -i 's#addopts = .*##' pytest.ini
+
+ # backport of https://github.com/awslabs/serverless-application-model/pull/927
+ sed -i 's#jsonschema~=2.6#jsonschema~=3.0#' requirements/base.txt
}
build() {
More information about the arch-commits
mailing list