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

Kpcyrd kpcyrd at archlinux.org
Mon May 17 23:01:00 UTC 2021


    Date: Monday, May 17, 2021 @ 23:01:00
  Author: kpcyrd
Revision: 936166

upgpkg: python-eventlet 0.31.0-2 - reproducible builds bytecode

Modified:
  python-eventlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-17 23:00:59 UTC (rev 936165)
+++ PKGBUILD	2021-05-17 23:01:00 UTC (rev 936166)
@@ -3,7 +3,7 @@
 pkgname=python-eventlet
 _pyname=eventlet
 pkgver=0.31.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Highly concurrent networking library'
 url='https://eventlet.net'
 arch=('any')
@@ -30,6 +30,7 @@
 
 build() {
   cd ${_pyname}-${pkgver}
+  export PYTHONHASHSEED=0
   python setup.py build
   make -C doc text
 }



More information about the arch-commits mailing list