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

Jelle van der Waa jelle at archlinux.org
Sat May 8 21:44:21 UTC 2021


    Date: Saturday, May 8, 2021 @ 21:44:20
  Author: jelle
Revision: 928908

Make package reproducible

Modified:
  python-fs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-08 20:19:09 UTC (rev 928907)
+++ PKGBUILD	2021-05-08 21:44:20 UTC (rev 928908)
@@ -2,7 +2,7 @@
 
 pkgname=python-fs
 pkgver=2.4.13
-pkgrel=1
+pkgrel=2
 pkgdesc="Filesystem abstraction layer"
 arch=('any')
 license=('BSD')
@@ -14,6 +14,7 @@
 
 build() {
   cd pyfilesystem2-$pkgver
+  export PYTHONHASHSEED=0
   python setup.py build
 }
 



More information about the arch-commits mailing list