Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
python-fido2
Commits:
8b6665be by Christian Heusel at 2025-02-11T21:20:43+01:00
upgpkg: 1.2.0-1: New upstream release
- - - - -
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 = 1.1.3
- pkgrel = 3
+ pkgver = 1.2.0
+ pkgrel = 1
url = https://github.com/Yubico/python-fido2
arch = any
license = custom:BSD-2-clause
@@ -11,8 +11,8 @@ pkgbase = python-fido2
makedepends = python-installer
makedepends = python-poetry-core
depends = python
- source = git+https://github.com/Yubico/python-fido2.git#tag=1.1.3?signed
+ source = git+https://github.com/Yubico/python-fido2.git#tag=1.2.0?signed
validpgpkeys = 20EE325B86A81BCBD3E56798F04367096FBA95E8
- sha256sums =
3565e65834ec2bfebed7120454d5b54fd5bd83805882f7646eb7c742acbbad86
+ sha256sums =
a66c23c828fd16fb061a5513ce21f0716c425db8fc2f5b39ae9e44b357265fe8
pkgname = python-fido2
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Emil Lundberg <[email protected]> <[email protected]>
pkgname=python-fido2
-pkgver=1.1.3
-pkgrel=3
+pkgver=1.2.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')
@@ -13,7 +13,7 @@ makedepends=('git' 'python-build' 'python-installer'
'python-poetry-core')
checkdepends=('python-cryptography')
validpgpkeys=('20EE325B86A81BCBD3E56798F04367096FBA95E8') # Dain Nilsson
<[email protected]>
source=("git+https://github.com/Yubico/${pkgname}.git#tag=${pkgver}?signed")
-sha256sums=('3565e65834ec2bfebed7120454d5b54fd5bd83805882f7646eb7c742acbbad86')
+sha256sums=('a66c23c828fd16fb061a5513ce21f0716c425db8fc2f5b39ae9e44b357265fe8')
build() {
cd "${srcdir}/${pkgname}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fido2/-/commit/8b6665beb297b811d4a5c4e87b0554860b54e577
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fido2/-/commit/8b6665beb297b811d4a5c4e87b0554860b54e577
You're receiving this email because of your account on gitlab.archlinux.org.