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

Jonas Witschel diabonas at archlinux.org
Sun Jul 12 13:54:02 UTC 2020


    Date: Sunday, July 12, 2020 @ 13:54:01
  Author: diabonas
Revision: 663329

upgpkg: python-tornado 6.0.4-2: make pyc files reproducible

Ensure that the package is reproducible by making sure that the order of
elements in sets and dictionaries in the compiled Python files is deterministic.

Modified:
  python-tornado/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-12 13:38:18 UTC (rev 663328)
+++ PKGBUILD	2020-07-12 13:54:01 UTC (rev 663329)
@@ -3,7 +3,7 @@
 
 pkgname=python-tornado
 pkgver=6.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc='open source version of the scalable, non-blocking web server and tools'
 arch=('x86_64')
 url='https://www.tornadoweb.org/'
@@ -21,6 +21,7 @@
 
 build() {
   cd tornado-$pkgver
+  export PYTHONHASHSEED=0
   python setup.py build
 }
 



More information about the arch-commits mailing list