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

Bruno Pagani archange at gemini.archlinux.org
Sun Mar 20 16:59:14 UTC 2022


    Date: Sunday, March 20, 2022 @ 16:59:14
  Author: archange
Revision: 1164118

upgpkg: python-smbprotocol 1.9.0-1

Modified:
  python-smbprotocol/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 16:59:13 UTC (rev 1164117)
+++ PKGBUILD	2022-03-20 16:59:14 UTC (rev 1164118)
@@ -2,8 +2,8 @@
 
 _pkg=smbprotocol
 pkgname=python-${_pkg}
-pkgver=1.7.0
-pkgrel=3
+pkgver=1.9.0
+pkgrel=1
 pkgdesc="SMBv2 and v3 client"
 arch=(any)
 url="https://github.com/jborean93/smbprotocol"
@@ -13,8 +13,10 @@
 checkdepends=(python-pytest python-pytest-mock python-gssapi)
 optdepends=('python-gssapi: Kerberos support')
 # tags are not signed, commits only
-_commit=1f1b52a1791151387505cc083c1427d40a7cfcd3 # git rev-parse v${pkgver}
-source=(git+${url}.git#commit=${_commit}?signed)
+_commit=ad98d67392e43a84f9c906ecd610d60627b1b87d # git rev-parse v${pkgver}
+#source=(git+${url}.git#commit=${_commit}?signed)
+# 1.9.0 was signed using GitHub key
+source=(git+${url}.git#commit=${_commit})
 sha256sums=(SKIP)
 validpgpkeys=(A03A0E13C2EFFD384B1EC39A2AAC89085FBBDAB5) # Jordan Borean <jborean93 at gmail.com>
 
@@ -25,7 +27,7 @@
 
 check() {
   cd ${_pkg}
-  py.test -v
+  pytest -vv --color=yes
 }
 
 package() {



More information about the arch-commits mailing list