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

Felix Yan felixonmars at archlinux.org
Fri Jun 9 14:47:34 UTC 2017


    Date: Friday, June 9, 2017 @ 14:47:33
  Author: felixonmars
Revision: 235549

upgpkg: python-pifpaf 1.3.1-1

Modified:
  python-pifpaf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-09 14:46:59 UTC (rev 235548)
+++ PKGBUILD	2017-06-09 14:47:33 UTC (rev 235549)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pifpaf
 pkgname=('python-pifpaf' 'python2-pifpaf')
-pkgver=1.1.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc='Suite of tools and fixtures to manage daemons for testing'
 arch=('any')
@@ -10,7 +10,7 @@
 license=('Apache')
 url='https://github.com/jd/pifpaf'
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-cliff'
-             'python2-cliff' 'python-stevedore' 'python2-stevedore' 'python-six' 'python2-six'
+             'python2-cliff' 'python-six' 'python2-six' 'python-daiquiri' 'python2-daiquiri'
              'python-fixtures' 'python2-fixtures' 'python-xattr' 'python2-xattr' 'python-jinja'
              'python2-jinja')
 checkdepends=('python-testrepository' 'python2-testrepository' 'python-requests' 'python2-requests'
@@ -20,7 +20,7 @@
 # 'elasticsearch': test fails
 # 'rabbitmq': test hangs
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz")
-sha512sums=('f7d3321eddf5188760f42fb1a2018a242dd035b9b0642752dafa8a3bc52c2258937477f7ededd5f6f44b6eb538fb39cad954cb36068ac8f642e75d60e1c9ea70')
+sha512sums=('58a39ca1f55b769750dec70d3a5e14a0b096478416a732cc811557ef8a99133625a78595981d614fb97451dca3ea257d7ee56b16520682fb2ebd4550d378e80f')
 
 prepare() {
   cp -a pifpaf-$pkgver{,-py2}
@@ -50,7 +50,7 @@
 }
 
 package_python-pifpaf() {
-  depends=('python-pbr' 'python-cliff' 'python-stevedore' 'python-six' 'python-fixtures'
+  depends=('python-pbr' 'python-cliff' 'python-six' 'python-fixtures' 'python-daiquiri'
            'python-xattr' 'python-jinja')
 
   cd pifpaf-$pkgver
@@ -58,7 +58,7 @@
 }
 
 package_python2-pifpaf() {
-  depends=('python2-pbr' 'python2-cliff' 'python2-stevedore' 'python2-six' 'python2-fixtures'
+  depends=('python2-pbr' 'python2-cliff' 'python2-six' 'python2-fixtures' 'python2-daiquiri'
            'python2-xattr' 'python2-jinja')
 
   cd pifpaf-$pkgver-py2



More information about the arch-commits mailing list