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

Felix Yan felixonmars at archlinux.org
Sun Aug 28 15:24:51 UTC 2016


    Date: Sunday, August 28, 2016 @ 15:24:50
  Author: felixonmars
Revision: 187847

upgpkg: python-secretstorage 2.3.1-1

Modified:
  python-secretstorage/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-28 10:56:37 UTC (rev 187846)
+++ PKGBUILD	2016-08-28 15:24:50 UTC (rev 187847)
@@ -5,7 +5,7 @@
 
 pkgbase=python-secretstorage
 pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.3.0
+pkgver=2.3.1
 pkgrel=1
 pkgdesc="Securely store passwords and other private data using the SecretService DBus API"
 arch=('any')
@@ -15,7 +15,7 @@
              'python-cryptography' 'python2-cryptography')
 checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
 source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz")
-md5sums=('c39ec3f9af77fa82a606e0cd62795962')
+md5sums=('3b9465831b069e2622973afb7deb7bc2')
 
 prepare() {
   cp -a SecretStorage-$pkgver{,-py2}
@@ -23,10 +23,10 @@
 
 check() {
   cd SecretStorage-$pkgver
-  xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
+  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
 
   cd ../SecretStorage-$pkgver-py2
-  xvfb-run -a python2 -m unittest discover -s tests || warning "Tests failed"
+  dbus-launch xvfb-run -a python2 -m unittest discover -s tests || warning "Tests failed"
 }
 
 package_python-secretstorage() {



More information about the arch-commits mailing list