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

Levente Polyak anthraxx at archlinux.org
Sat Feb 8 11:20:12 UTC 2020


    Date: Saturday, February 8, 2020 @ 11:20:11
  Author: anthraxx
Revision: 563994

upgpkg: python-alembic 1.3.3-1

Modified:
  python-alembic/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-08 11:19:49 UTC (rev 563993)
+++ PKGBUILD	2020-02-08 11:20:11 UTC (rev 563994)
@@ -4,7 +4,7 @@
 
 pkgbase=python-alembic
 pkgname=('python-alembic' 'python2-alembic')
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc='Lightweight database migration tool for usage with SQLAlchemy'
 url='https://bitbucket.org/zzzeek/alembic'
@@ -14,8 +14,10 @@
              'python2-setuptools' 'python2-mako' 'python2-sqlalchemy' 'python2-editor' 'python2-dateutil')
 checkdepends=('python-pytest' 'python-mock' 'python2-pytest' 'python2-mock')
 source=(https://pypi.org/packages/source/a/alembic/alembic-${pkgver}.tar.gz{,.asc})
-sha512sums=('bbd5f013ef532b3e5d4bcb49990c3416f2c3bec33631fc15d99ee2ddb0d06ca5bf83e7fc3355e93145df4811c2d00fedb034753aea7af5f72ed9c9fd13b98f17'
+sha512sums=('ba262668efddcb924da0611540b0390eecd0f23164566984a105d4236b5675a10081d0329754cc84531a9959e3cc902ddd7ede663f652c66ea6a42317ecd0387'
             'SKIP')
+b2sums=('6c764595044b19207325bfab0ca00fd2ebfdde755fa821f1ee1faef7f009c4a9a4b3d12db95858741188634ed404008490c26b0d354dd9a6d58a412736065913'
+        'SKIP')
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1') # Michael Bayer <classic at zzzcomputing.com>
 
 prepare() {
@@ -23,11 +25,11 @@
 }
 
 build() {
-  msg2 'Building python...'
+  echo 'Building python...'
   (cd alembic-${pkgver}
     python setup.py build
   )
-  msg2 'Building python2...'
+  echo 'Building python2...'
   (cd alembic-${pkgver}-py2
     python2 setup.py build
   )
@@ -34,11 +36,11 @@
 }
 
 check() {
-  msg2 'Checking python...'
+  echo 'Checking python...'
   (cd alembic-${pkgver}
     py.test
   )
-  msg2 'Checking python2...'
+  echo 'Checking python2...'
   (cd alembic-${pkgver}-py2
     py.test2
   )



More information about the arch-commits mailing list