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

Kpcyrd kpcyrd at archlinux.org
Sun May 16 22:48:56 UTC 2021


    Date: Sunday, May 16, 2021 @ 22:48:55
  Author: kpcyrd
Revision: 935966

upgpkg: python-jinja 3.0.0-3 - reproducible builds bytecode

Modified:
  python-jinja/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-16 22:47:21 UTC (rev 935965)
+++ PKGBUILD	2021-05-16 22:48:55 UTC (rev 935966)
@@ -4,7 +4,7 @@
 
 pkgname=python-jinja
 pkgver=3.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A simple pythonic template language written in Python"
 arch=('any')
 url="https://palletsprojects.com/p/jinja/"
@@ -17,6 +17,7 @@
 
 build() {
   cd Jinja2-$pkgver
+  export PYTHONHASHSEED=0
   python3 setup.py build
 }
 



More information about the arch-commits mailing list