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

Bruno Pagani archange at gemini.archlinux.org
Sat Oct 16 22:05:26 UTC 2021


    Date: Saturday, October 16, 2021 @ 22:05:26
  Author: archange
Revision: 1030597

upgpkg: python-pyspnego 0.2.0-1

Modified:
  python-pyspnego/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-16 21:39:40 UTC (rev 1030596)
+++ PKGBUILD	2021-10-16 22:05:26 UTC (rev 1030597)
@@ -2,7 +2,7 @@
 
 _pkg=pyspnego
 pkgname=python-${_pkg}
-pkgver=0.1.6
+pkgver=0.2.0
 pkgrel=1
 pkgdesc="SPNEGO Authentication library"
 arch=(any)
@@ -10,13 +10,13 @@
 license=(MIT)
 depends=(python-cryptography)
 makedepends=(python-setuptools)
-checkdepends=(cython python-pytest python-pytest-mock python-gssapi python-ruamel-yaml)
+checkdepends=(cython python-pytest python-pytest-mock python-gssapi python-krb5 python-ruamel-yaml)
 optdepends=('python-gssapi: Kerberos support'
             'python-ruamel-yaml: YAML configuration')
 # No tests in pypi tarball
 #source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
 source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('2f0d35d85bf7178fbcf58cb955505c20dca31b047ed092e6f8d3265730eabdd8')
+sha256sums=('3d201f33c73d5455d3e6db1892585c6962d6181d0fe3fe0549483ff1febf3451')
 
 build() {
   cd ${_pkg}-${pkgver}
@@ -25,7 +25,8 @@
 
 check() {
   cd ${_pkg}-${pkgver}
-  pytest -v
+  # https://github.com/jborean93/pyspnego/issues/24
+  pytest -v -k "not test_credssp_invalid_client_authentication_v2 and not test_credssp_invalid_client_authentication"
 }
 
 package() {



More information about the arch-commits mailing list