Date: Monday, April 17, 2023 @ 13:57:59 Author: dvzrv Revision: 1446872
upgpkg: python-pynitrokey 0.4.35-1: Upgrade to 0.4.35. Consolidate dependencies. Modified: python-pynitrokey/trunk/PKGBUILD ----------+ PKGBUILD | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-17 13:56:39 UTC (rev 1446871) +++ PKGBUILD 2023-04-17 13:57:59 UTC (rev 1446872) @@ -2,9 +2,9 @@ _name=pynitrokey pkgname=python-pynitrokey -_commit=4dfdf583293344330c82612759975da19768b098 # v0.4.34.nitrokey -pkgver=0.4.34 -pkgrel=2 +_commit=e19f476f68cba5d34b88eec9904ee47ff791ce70 # v0.4.35.nitrokey +pkgver=0.4.35 +pkgrel=1 pkgdesc="A command line interface for the Nitrokey FIDO2 and Nitrokey Start" arch=(any) url="https://github.com/Nitrokey/pynitrokey" @@ -12,6 +12,7 @@ # NOTE: libnitrokey is required for udev rules depends=( libnitrokey + python python-certifi python-cffi python-click @@ -22,7 +23,7 @@ python-frozendict python-intelhex python-nkdfu - python-nrfutil + python-pyserial python-pyusb python-requests python-spsdk @@ -31,8 +32,17 @@ python-typing-extensions python-urllib3 ) -makedepends=(git python-build python-flit-core python-installer python-wheel) +makedepends=( + git + python-build + python-flit-core + python-installer + python-wheel +) checkdepends=(python-pytest) +optdepends=( + 'python-libusb1: for pro and storage subcommands' +) source=(git+$url#tag=$_commit?signed) sha512sums=('SKIP') b2sums=('SKIP')
