[arch-commits] Commit in python-werkzeug/trunk (PKGBUILD)

Kpcyrd kpcyrd at archlinux.org
Sun May 16 22:44:51 UTC 2021


    Date: Sunday, May 16, 2021 @ 22:44:50
  Author: kpcyrd
Revision: 935962

upgpkg: python-werkzeug 2.0.0-2 - reproducible builds bytecode

Modified:
  python-werkzeug/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-16 22:33:01 UTC (rev 935961)
+++ PKGBUILD	2021-05-16 22:44:50 UTC (rev 935962)
@@ -6,7 +6,7 @@
 
 pkgname=python-werkzeug
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Swiss Army knife of Python web development'
 url='http://werkzeug.pocoo.org/'
 arch=('any')
@@ -20,6 +20,7 @@
 build() {
   cd "werkzeug-$pkgver"
 
+  export PYTHONHASHSEED=0
   python setup.py build
 }
 



More information about the arch-commits mailing list