[arch-commits] Commit in python-schema/trunk (PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Sun Apr 11 13:11:16 UTC 2021
Date: Sunday, April 11, 2021 @ 13:11:16
Author: bluewind
Revision: 915727
upgpkg: python-schema 0.7.4-2: Todo List Unreproducible python bytecode
Modified:
python-schema/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-11 12:34:25 UTC (rev 915726)
+++ PKGBUILD 2021-04-11 13:11:16 UTC (rev 915727)
@@ -3,7 +3,7 @@
_name=schema
pkgname="python-$_name"
pkgver=0.7.4
-pkgrel=1
+pkgrel=2
pkgdesc='Python module to validate and convert data structures.'
arch=(any)
url="https://github.com/keleshev/$_name"
@@ -22,6 +22,7 @@
build() {
cd "$srcdir/$_name-$pkgver"
+ export PYTHONHASHSEED=0
python setup.py build
}
More information about the arch-commits
mailing list