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

Felix Yan felixonmars at archlinux.org
Mon Jun 27 08:58:35 UTC 2016


    Date: Monday, June 27, 2016 @ 08:58:35
  Author: felixonmars
Revision: 181366

upgpkg: python-logbook 1.0.0-1

Modified:
  python-logbook/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-27 07:09:58 UTC (rev 181365)
+++ PKGBUILD	2016-06-27 08:58:35 UTC (rev 181366)
@@ -5,7 +5,7 @@
 pkgbase=python-logbook
 pkgname=(python-logbook python2-logbook)
 _pypiname=Logbook
-pkgver=0.12.5
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="Logging sytem for Python that replaces the standard library’s logging module"
 arch=('i686' 'x86_64')
@@ -13,7 +13,8 @@
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'git'
              'python-six' 'python2-six')
-checkdepends=('python-pytest' 'python2-pytest' 'python-sqlalchemy' 'python2-sqlalchemy')
+checkdepends=('python-pytest' 'python2-pytest' 'python-sqlalchemy' 'python2-sqlalchemy'
+              'python-mock' 'python2-mock')
 source=("git+https://github.com/mitsuhiko/logbook.git#tag=$pkgver")
 md5sums=('SKIP')
 



More information about the arch-commits mailing list