Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions srcpkgs/python3-nethsm/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'python3-nethsm'
pkgname=python3-nethsm
version=2.1.2
version=3.0.0
revision=1
build_style=python3-pep517
make_check_args="--ignore=tests/test_enums.py \
Expand All @@ -18,5 +18,6 @@ short_desc="Python Library to manage NetHSM(s)"
maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
license="Apache-2.0"
homepage="https://github.com/Nitrokey/nethsm-sdk-py"
changelog="https://raw.githubusercontent.com/Nitrokey/nethsm-sdk-py/main/CHANGELOG.md"
distfiles="https://github.com/Nitrokey/nethsm-sdk-py/archive/refs/tags/v${version}.tar.gz"
checksum=2e86f5fe9b17b7f6f4cb68dbbc397fd0708afc5f397bf20214fa6b8b166e216f
checksum=a9a95e1aaf3b335d793b538593a8d0471a0451b40e9b76bfe2d2cd5ac6c44c7d
5 changes: 3 additions & 2 deletions srcpkgs/python3-pynitrokey/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'python3-pynitrokey'
pkgname=python3-pynitrokey
version=0.12.3
version=0.13.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
Expand All @@ -16,8 +16,9 @@ short_desc="CLI for the Nitrokey FIDO2, Nitrokey Start, Nitrokey 3 and NetHSM"
maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
license="LGPL-3.0-only OR GPL-3.0-or-later OR Apache-2.0 OR MIT"
homepage="https://github.com/Nitrokey/pynitrokey"
changelog="https://github.com/Nitrokey/pynitrokey/releases"
distfiles="https://github.com/Nitrokey/pynitrokey/archive/refs/tags/v${version}.tar.gz"
checksum=d74427bd9cc5ad25fa7ec55db19f273015ffa09f975069dc02e3e6a2865485f6
checksum=181bb55828748bd2cd7f05f4b2c55328cfbea788537b4ef243ec6fbd5bb4b19f

post_install() {
vlicense LICENSES/MIT.txt
Expand Down