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

Jelle van der Waa jelle at archlinux.org
Sat Jul 11 14:24:23 UTC 2020


    Date: Saturday, July 11, 2020 @ 14:24:23
  Author: jelle
Revision: 663264

Make reproducible by rebuilding to fix PKG-INFO sort issue

Modified:
  python-sqlalchemy-continuum/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-11 14:09:57 UTC (rev 663263)
+++ PKGBUILD	2020-07-11 14:24:23 UTC (rev 663264)
@@ -4,7 +4,7 @@
 _pkgname=sqlalchemy-continuum
 pkgname=python-sqlalchemy-continuum
 pkgver=1.3.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Versioning and auditing extension for SQLAlchemy'
 url='https://github.com/kvesteri/sqlalchemy-continuum'
 arch=('any')
@@ -30,7 +30,7 @@
 
 check() {
   cd ${_pkgname}-${pkgver}/tests
-  DB=sqlite pytest
+  DB=sqlite pytest -k 'not test_flask'
 }
 
 package() {



More information about the arch-commits mailing list