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

Felix Yan fyan at archlinux.org
Wed Sep 30 02:35:40 UTC 2015


    Date: Wednesday, September 30, 2015 @ 04:35:40
  Author: fyan
Revision: 142230

upgpkg: python-logbook 0.11.0-1

Modified:
  python-logbook/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-29 22:36:13 UTC (rev 142229)
+++ PKGBUILD	2015-09-30 02:35:40 UTC (rev 142230)
@@ -5,8 +5,8 @@
 pkgbase=python-logbook
 pkgname=(python-logbook python2-logbook)
 _pypiname=Logbook
-pkgver=0.10.0
-pkgrel=2
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="Logging sytem for Python that replaces the standard library’s logging module"
 arch=('i686' 'x86_64')
 url="http://packages.python.org/Logbook/index.html"
@@ -13,7 +13,7 @@
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'git'
              'python-six' 'python2-six')
-checkdepends=('python-pytest' 'python2-pytest')
+checkdepends=('python-pytest' 'python2-pytest' 'python-sqlalchemy' 'python2-sqlalchemy')
 source=("git+https://github.com/mitsuhiko/logbook.git#tag=$pkgver")
 md5sums=('SKIP')
 



More information about the arch-commits mailing list