Date: Monday, May 17, 2021 @ 22:57:23 Author: kpcyrd Revision: 936158
upgpkg: python-alembic 1.6.2-2 - reproducible builds bytecode Modified: python-alembic/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-17 22:46:54 UTC (rev 936157) +++ PKGBUILD 2021-05-17 22:57:23 UTC (rev 936158) @@ -4,7 +4,7 @@ pkgname=python-alembic pkgver=1.6.2 -pkgrel=1 +pkgrel=2 pkgdesc='Lightweight database migration tool for usage with SQLAlchemy' url='https://github.com/sqlalchemy/alembic' arch=('any') @@ -27,6 +27,7 @@ build() { cd alembic-${pkgver} + export PYTHONHASHSEED=0 python setup.py build }
