[arch-commits] Commit in python-progressbar/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Thu Dec 10 18:17:04 UTC 2020
Date: Thursday, December 10, 2020 @ 18:17:03
Author: jelle
Revision: 773059
Make package reproducible by settings PYTHONHASHSEED
Modified:
python-progressbar/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-10 18:16:05 UTC (rev 773058)
+++ PKGBUILD 2020-12-10 18:17:03 UTC (rev 773059)
@@ -6,7 +6,7 @@
pkgname=python-progressbar
pkgdesc="A progress bar for Python"
pkgver=3.53.1
-pkgrel=3
+pkgrel=4
url="https://github.com/WoLpH/python-progressbar"
license=('BSD')
arch=('any')
@@ -28,6 +28,7 @@
}
build() {
+ export PYTHONHASHSEED=0
cd "${pkgname}-${pkgver}"
python setup.py build
}
More information about the arch-commits
mailing list