Date: Friday, December 18, 2020 @ 16:25:54 Author: yan12125 Revision: 778729
upgpkg: python-aws-sam-translator 1.33.0-1; try to make it reproducible Modified: python-aws-sam-translator/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-18 16:17:16 UTC (rev 778728) +++ PKGBUILD 2020-12-18 16:25:54 UTC (rev 778729) @@ -1,7 +1,7 @@ # Maintainer: Chih-Hsuan Yen <[email protected]> pkgname=python-aws-sam-translator -pkgver=1.32.0 +pkgver=1.33.0 pkgrel=1 pkgdesc='AWS Serverless Application Model (AWS SAM) prescribes rules for expressing Serverless applications on AWS' arch=(any) @@ -13,7 +13,7 @@ # 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=('9786163460cfeebf0c4e4b8357eaf427936f50ac7da3d2140ac34c8d4b5fc599') +sha256sums=('426a83c0bb2c096899639d12d05be11cf1855d324a8243d0fbeea83dc26e9e5d') prepare() { cd serverless-application-model-$pkgver @@ -33,5 +33,7 @@ package() { cd serverless-application-model-$pkgver + # Work around https://bugs.python.org/issue34033 + export PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --optimize=1 --skip-build }
