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

Kpcyrd kpcyrd at archlinux.org
Sun May 16 22:52:05 UTC 2021


    Date: Sunday, May 16, 2021 @ 22:52:04
  Author: kpcyrd
Revision: 935968

upgpkg: python-protego 0.1.16-4 - reproducible builds bytecode

Modified:
  python-protego/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-16 22:49:07 UTC (rev 935967)
+++ PKGBUILD	2021-05-16 22:52:04 UTC (rev 935968)
@@ -2,7 +2,7 @@
 
 pkgname=python-protego
 pkgver=0.1.16
-pkgrel=3
+pkgrel=4
 pkgdesc="A pure-Python robots.txt parser with support for modern conventions"
 url="https://github.com/scrapy/protego"
 license=('BSD')
@@ -15,6 +15,7 @@
 
 build() {
   cd protego-$pkgver
+  export PYTHONHASHSEED=0
   python setup.py build
 }
 



More information about the arch-commits mailing list