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

Kpcyrd kpcyrd at archlinux.org
Sun May 16 22:47:11 UTC 2021


    Date: Sunday, May 16, 2021 @ 22:47:10
  Author: kpcyrd
Revision: 935964

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

Modified:
  python-flask/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-16 22:45:05 UTC (rev 935963)
+++ PKGBUILD	2021-05-16 22:47:10 UTC (rev 935964)
@@ -5,7 +5,7 @@
 
 pkgname=python-flask
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Micro webdevelopment framework for Python'
 url='http://flask.pocoo.org/'
 arch=('any')
@@ -17,6 +17,7 @@
 
 build() {
   cd "flask-$pkgver"
+  export PYTHONHASHSEED=0
   python setup.py build
 }
 



More information about the arch-commits mailing list