[arch-commits] Commit in python-pendulum/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Tue Jul 14 22:53:16 UTC 2020
Date: Tuesday, July 14, 2020 @ 22:53:16
Author: dvzrv
Revision: 663822
upgpkg: python-pendulum 2.1.1-2: Rebuilding for reproducibility.
Exporting PYTHONHASHSEED so .pyc files stay reproducible.
Modified:
python-pendulum/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-14 22:49:54 UTC (rev 663821)
+++ PKGBUILD 2020-07-14 22:53:16 UTC (rev 663822)
@@ -3,7 +3,7 @@
_name=pendulum
pkgname=python-pendulum
pkgver=2.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python datetimes made easy"
arch=('any')
url="https://pendulum.eustace.io/"
@@ -34,6 +34,7 @@
package() {
cd "$pkgname-$pkgver"
+ export PYTHONHASHSEED=0
python setup.py install --skip-build \
--optimize=1 \
--prefix=/usr \
More information about the arch-commits
mailing list