David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-pynitrokey


Commits:
7a281762 by David Runge at 2024-04-20T16:12:24+02:00
upgpkg: 0.4.47-3: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-pynitrokey
        pkgdesc = A command line interface for the Nitrokey FIDO2 and Nitrokey 
Start
        pkgver = 0.4.47
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/Nitrokey/pynitrokey
        arch = any
        license = Apache-2.0 OR MIT


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 _name=pynitrokey
 pkgname=python-pynitrokey
 pkgver=0.4.47
-pkgrel=2
+pkgrel=3
 pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start"
 arch=(any)
 url="https://github.com/Nitrokey/pynitrokey";
@@ -61,11 +61,10 @@ build() {
   python -m build --wheel --skip-dependency-check --no-isolation
 }
 
-# tests seem all to be integration tests currently: 
https://github.com/Nitrokey/pynitrokey/issues/294
-# check() {
-#   cd $_name
-#   pytest -vv
-# }
+check() {
+  cd $_name
+  pytest -vv
+}
 
 package() {
   cd $_name



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pynitrokey/-/commit/7a28176204f4bd56edb00d86810f41d481960075

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


Reply via email to