Date: Monday, May 17, 2021 @ 23:10:45 Author: kpcyrd Revision: 936172
upgpkg: python-requests-aws4auth 1.0.1-3 - reproducible builds bytecode Modified: python-requests-aws4auth/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-17 23:09:25 UTC (rev 936171) +++ PKGBUILD 2021-05-17 23:10:45 UTC (rev 936172) @@ -4,7 +4,7 @@ _pkgname=requests-aws4auth pkgname=python-requests-aws4auth pkgver=1.0.1 -pkgrel=2 +pkgrel=3 pkgdesc='Amazon Web Services version 4 authentication for the Python Requests module' url='https://github.com/sam-washington/requests-aws4auth' arch=('any') @@ -23,6 +23,7 @@ build() { cd ${_pkgname}-${pkgver} + export PYTHONHASHSEED=0 python setup.py build }
