Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-fido2
Commits: d5df0ada by Carl Smedstad at 2026-01-15T08:16:04+01:00 upgpkg: 2.1.0-1: Upstream release https://github.com/Yubico/python-fido2/releases/tag/2.1.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-fido2 pkgdesc = Library for FIDO 2.0, including communication with a device over USBA - pkgver = 2.0.0 - pkgrel = 2 + pkgver = 2.1.0 + pkgrel = 1 url = https://github.com/Yubico/python-fido2 arch = any license = custom:BSD-2-clause @@ -12,8 +12,8 @@ pkgbase = python-fido2 makedepends = python-installer makedepends = python-poetry-core depends = python - source = git+https://github.com/Yubico/python-fido2.git#tag=2.0.0?signed + source = git+https://github.com/Yubico/python-fido2.git#tag=2.1.0?signed validpgpkeys = 20EE325B86A81BCBD3E56798F04367096FBA95E8 - sha256sums = 03a544ab5539355394ae4de237fc1890f1875e8319a3fec54249c254928fd41c + sha256sums = 8bf8123dd0a409e434963ed9870595982fb40ee8af095e37fba0cf12ae43d3de pkgname = python-fido2 ===================================== PKGBUILD ===================================== @@ -5,8 +5,8 @@ # Contributor: Emil Lundberg <[email protected]> <[email protected]> pkgname=python-fido2 -pkgver=2.0.0 -pkgrel=2 +pkgver=2.1.0 +pkgrel=1 pkgdesc='Library for FIDO 2.0, including communication with a device over USBA' url='https://github.com/Yubico/python-fido2' license=('custom:BSD-2-clause') @@ -26,7 +26,7 @@ checkdepends=( ) validpgpkeys=('20EE325B86A81BCBD3E56798F04367096FBA95E8') # Dain Nilsson <[email protected]> source=("git+https://github.com/Yubico/${pkgname}.git#tag=${pkgver}?signed") -sha256sums=('03a544ab5539355394ae4de237fc1890f1875e8319a3fec54249c254928fd41c') +sha256sums=('8bf8123dd0a409e434963ed9870595982fb40ee8af095e37fba0cf12ae43d3de') build() { cd "${srcdir}/${pkgname}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fido2/-/commit/d5df0ada8a9412a159e13363b7994316fb735c2c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fido2/-/commit/d5df0ada8a9412a159e13363b7994316fb735c2c You're receiving this email because of your account on gitlab.archlinux.org.
