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

Felix Yan felixonmars at archlinux.org
Thu Feb 13 11:29:21 UTC 2020


    Date: Thursday, February 13, 2020 @ 11:29:21
  Author: felixonmars
Revision: 570116

upgpkg: python-subunit2sql 1.10.0-5

fix missing migration versions

Modified:
  python-subunit2sql/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-13 11:27:53 UTC (rev 570115)
+++ PKGBUILD	2020-02-13 11:29:21 UTC (rev 570116)
@@ -4,7 +4,7 @@
 pkgbase=python-subunit2sql
 pkgname=(python-subunit2sql python2-subunit2sql)
 pkgver=1.10.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Command to Read a subunit file or stream and put the data in a SQL DB"
 arch=('any')
 url="https://pypi.python.org/pypi/subunit2sql"
@@ -25,6 +25,7 @@
 
 prepare() {
   patch -Np1 -d subunit2sql-$pkgver <fix-migrations-test.patch
+  touch subunit2sql-$pkgver/subunit2sql/migrations/versions/__init__.py
   cp -a subunit2sql-$pkgver{,-py2}
 }
 



More information about the arch-commits mailing list