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

Felix Yan felixonmars at archlinux.org
Tue Nov 24 16:16:57 UTC 2020


    Date: Tuesday, November 24, 2020 @ 16:16:57
  Author: felixonmars
Revision: 760946

upgpkg: python-secretstorage 3.3.0-1

Modified:
  python-secretstorage/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-24 16:13:30 UTC (rev 760945)
+++ PKGBUILD	2020-11-24 16:16:57 UTC (rev 760946)
@@ -5,8 +5,8 @@
 
 pkgname=python-secretstorage
 _pkgname=SecretStorage
-pkgver=3.2.0
-pkgrel=3
+pkgver=3.3.0
+pkgrel=1
 pkgdesc="Securely store passwords and other private data using the SecretService DBus API"
 arch=('any')
 url="https://github.com/mitya57/secretstorage"
@@ -14,7 +14,7 @@
 depends=('python-cryptography' 'python-jeepney')
 checkdepends=('org.freedesktop.secrets' 'xorg-server-xvfb')
 source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha512sums=('668f3847f573e1756ffa3a38c278e6d4895223553830d49969e979003d04ca04fb5eaf8dfcc616086a6020f6a73fbe71f7041d4c4ee574205f00fbde945298e9')
+sha512sums=('d33c11b98824d214eb67c5b11a7fe0d14af084edfebc1d83204bcfd167258fbc07be8c1de8824ec984d83d07bfd66271c44f751784429e574cb240b5add70e16')
 
 build() {
   cd $_pkgname-$pkgver
@@ -25,7 +25,7 @@
 check() {
   cd $_pkgname-$pkgver
 
-  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
+  dbus-launch xvfb-run -a python -m unittest discover -s tests || echo "Tests failed"
 }
 
 package() {



More information about the arch-commits mailing list