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

Daniel M. Capella polyzen at archlinux.org
Thu Dec 24 21:37:47 UTC 2020


    Date: Thursday, December 24, 2020 @ 21:37:47
  Author: polyzen
Revision: 788923

upgpkg: python-aiohttp-cors 0.7.0-5: Reproducible bytecode

Modified:
  python-aiohttp-cors/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-24 21:37:23 UTC (rev 788922)
+++ PKGBUILD	2020-12-24 21:37:47 UTC (rev 788923)
@@ -3,7 +3,7 @@
 _name=aiohttp-cors
 pkgname=python-aiohttp-cors
 pkgver=0.7.0
-pkgrel=4
+pkgrel=5
 pkgdesc='CORS support for aiohttp'
 depends=('python-aiohttp')
 makedepends=('python-setuptools')
@@ -20,5 +20,6 @@
 
 package() {
   cd $_name-$pkgver
+  export PYTHONHASHSEED=0
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }



More information about the arch-commits mailing list