Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-pure-sasl


Commits:
f976faaf by Jelle van der Waa at 2024-05-16T13:53:52+02:00
upgpkg: 0.6.2-8: Run tests with unittest runner

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,10 @@
 pkgbase = python-pure-sasl
        pkgdesc = Pure Python client SASL implementation
        pkgver = 0.6.2
-       pkgrel = 7
+       pkgrel = 8
        url = https://github.com/thobbs/pure-sasl
        arch = any
        license = MIT
-       checkdepends = python-nose
        checkdepends = python-pykerberos
        checkdepends = python-six
        makedepends = python-setuptools


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=python-pure-sasl
 pkgver=0.6.2
-pkgrel=7
+pkgrel=8
 pkgdesc="Pure Python client SASL implementation"
 url="https://github.com/thobbs/pure-sasl";
 license=('MIT')
@@ -10,7 +10,7 @@ arch=('any')
 depends=('python')
 makedepends=('python-setuptools')
 optdepends=('python-kerberos: for GSSAPI support')
-checkdepends=('python-nose' 'python-pykerberos' 'python-six')
+checkdepends=('python-pykerberos' 'python-six')
 
source=("https://github.com/thobbs/pure-sasl/archive/$pkgver/$pkgname-$pkgver.tar.gz";
         
$pkgname-drop-mock.patch::https://github.com/thobbs/pure-sasl/pull/42.patch)
 
sha512sums=('e4ac40822014dec0522faf25f0806cd5cb1053fa7c5362fd3569f79f43ac775aa1a7895421699d36713e0493ebfc7215da0bca9fee516e07b4ef1e182684d4bb'
@@ -29,7 +29,7 @@ build() {
 
 check() {
   cd pure-sasl-$pkgver
-  nosetests3
+  python -m unittest discover -vs .
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pure-sasl/-/commit/f976faafef8f308ec3addbc864d64d538b716a5d

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pure-sasl/-/commit/f976faafef8f308ec3addbc864d64d538b716a5d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to