Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [DO NOT MERGE] python3-fido2: update to 0.7.3.
@ 2019-10-30 11:12 voidlinux-github
  2019-11-02 16:09 ` voidlinux-github
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-30 11:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 333 bytes --]

There is a new pull request by zdtcd against master on the void-packages repository

https://github.com/zdtcd/void-packages python3-fido2
https://github.com/void-linux/void-packages/pull/15947

[DO NOT MERGE] python3-fido2: update to 0.7.3.


A patch file from https://github.com/void-linux/void-packages/pull/15947.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-fido2-15947.patch --]
[-- Type: text/x-diff, Size: 1081 bytes --]

From ba34c9a1db0bb8b0d2e9545077a32128c10d61f6 Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Wed, 30 Oct 2019 18:10:59 +0700
Subject: [PATCH] python3-fido2: update to 0.7.3.

---
 srcpkgs/python3-fido2/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template
index fafb4d61d56..05dec0922de 100644
--- a/srcpkgs/python3-fido2/template
+++ b/srcpkgs/python3-fido2/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-fido2'
 pkgname=python3-fido2
 _pkgname=fido2
-version=0.7.1
+version=0.7.3
 revision=1
 archs=noarch
 wrksrc="${_pkgname}-${version}"
@@ -14,7 +14,7 @@ maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
 license="BSD-2-Clause"
 homepage="https://github.com/Yubico/python-fido2"
 distfiles="${PYPI_SITE}/f/${_pkgname}/${_pkgname}-${version}.tar.gz"
-checksum=4483b48ab3da0a3f3cc8e2f11d833160dfa2e6d12148e938982df4acd10b2682
+checksum=8b592ec0e51348f29636706fe3266423a0e41c35c9df63a259a91488450c1285
 
 post_install() {
 	vlicense COPYING

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [DO NOT MERGE] python3-fido2: update to 0.7.3.
  2019-10-30 11:12 [PR PATCH] [DO NOT MERGE] python3-fido2: update to 0.7.3 voidlinux-github
@ 2019-11-02 16:09 ` voidlinux-github
  2019-12-25  3:48 ` [PR PATCH] [Updated] python3-fido2: update to 0.8.1 voidlinux-github
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-11-02 16:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 215 bytes --]

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/15947#issuecomment-549057414

Comment:
Python 3.8 will take a lot longer, feel free to merge nevertheless.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] python3-fido2: update to 0.8.1
  2019-10-30 11:12 [PR PATCH] [DO NOT MERGE] python3-fido2: update to 0.7.3 voidlinux-github
  2019-11-02 16:09 ` voidlinux-github
@ 2019-12-25  3:48 ` voidlinux-github
  2020-01-11  2:25 ` voidlinux-github
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-12-25  3:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 373 bytes --]

There is an updated pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages python3-fido2
https://github.com/void-linux/void-packages/pull/15947

python3-fido2: update to 0.8.1
Look OK for now. But I want to wait until #15623 merged

A patch file from https://github.com/void-linux/void-packages/pull/15947.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-fido2-15947.patch --]
[-- Type: text/x-diff, Size: 2463 bytes --]

From 04099607e4da6f6d652eae8bed61c3d80c9dbf0a Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Sun, 15 Dec 2019 10:56:45 +0700
Subject: [PATCH 1/2] python3-fido2: update to 0.8.1.

---
 srcpkgs/python3-fido2/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template
index fb737d68d20..179b596ccff 100644
--- a/srcpkgs/python3-fido2/template
+++ b/srcpkgs/python3-fido2/template
@@ -1,20 +1,21 @@
 # Template file for 'python3-fido2'
 pkgname=python3-fido2
 _pkgname=fido2
-version=0.7.1
+version=0.8.1
 revision=2
 archs=noarch
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 pycompile_module=${_pkgname}
 hostmakedepends="python3-setuptools"
-depends="python3"
+depends="python3-six python3-cryptography python3-scard"
+checkdepends="$depends"
 short_desc="Library for FIDO2 functionality"
 maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
 license="BSD-2-Clause"
 homepage="https://github.com/Yubico/python-fido2"
 distfiles="${PYPI_SITE}/f/${_pkgname}/${_pkgname}-${version}.tar.gz"
-checksum=4483b48ab3da0a3f3cc8e2f11d833160dfa2e6d12148e938982df4acd10b2682
+checksum=449068f6876f397c8bb96ebc6a75c81c2692f045126d3f13ece21d409acdf7c3
 
 post_install() {
 	vlicense COPYING

From 241e24e1cfa77c8aefc0f9112fdf7632caf9538d Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Sun, 15 Dec 2019 11:00:11 +0700
Subject: [PATCH 2/2] yubikey-manager: add checkdepends and missing depends

---
 srcpkgs/yubikey-manager/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template
index fcc7b7cb737..4a6fbc569cb 100644
--- a/srcpkgs/yubikey-manager/template
+++ b/srcpkgs/yubikey-manager/template
@@ -1,12 +1,13 @@
 # Template file for 'yubikey-manager'
 pkgname=yubikey-manager
 version=3.1.0
-revision=2
+revision=3
 archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-scard
-python3-click python3-cryptography python3-six pcsc-ccid"
+depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-click
+ pcsc-ccid libykpers libpcsclite"
+checkdepends="$depends"
 short_desc="Library and CLI tools to configure YubiKey"
 maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
 license="BSD-2-Clause"

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] python3-fido2: update to 0.8.1
  2019-10-30 11:12 [PR PATCH] [DO NOT MERGE] python3-fido2: update to 0.7.3 voidlinux-github
  2019-11-02 16:09 ` voidlinux-github
  2019-12-25  3:48 ` [PR PATCH] [Updated] python3-fido2: update to 0.8.1 voidlinux-github
@ 2020-01-11  2:25 ` voidlinux-github
  2020-01-11  2:40 ` voidlinux-github
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2020-01-11  2:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 373 bytes --]

There is an updated pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages python3-fido2
https://github.com/void-linux/void-packages/pull/15947

python3-fido2: update to 0.8.1
Look OK for now. But I want to wait until #15623 merged

A patch file from https://github.com/void-linux/void-packages/pull/15947.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-fido2-15947.patch --]
[-- Type: text/x-diff, Size: 2799 bytes --]

From a05567e3a082e5b26db99ad68975473ae427e692 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 11 Jan 2020 07:58:53 +0700
Subject: [PATCH 1/2] python3-fido2: update to 0.8.1.

---
 srcpkgs/python3-fido2/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template
index fb737d68d20..0f476ebe8ea 100644
--- a/srcpkgs/python3-fido2/template
+++ b/srcpkgs/python3-fido2/template
@@ -1,20 +1,21 @@
 # Template file for 'python3-fido2'
 pkgname=python3-fido2
 _pkgname=fido2
-version=0.7.1
-revision=2
+version=0.8.1
+revision=1
 archs=noarch
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
 pycompile_module=${_pkgname}
 hostmakedepends="python3-setuptools"
-depends="python3"
+depends="python3-six python3-cryptography python3-scard"
+checkdepends="$depends"
 short_desc="Library for FIDO2 functionality"
-maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="BSD-2-Clause"
 homepage="https://github.com/Yubico/python-fido2"
 distfiles="${PYPI_SITE}/f/${_pkgname}/${_pkgname}-${version}.tar.gz"
-checksum=4483b48ab3da0a3f3cc8e2f11d833160dfa2e6d12148e938982df4acd10b2682
+checksum=449068f6876f397c8bb96ebc6a75c81c2692f045126d3f13ece21d409acdf7c3
 
 post_install() {
 	vlicense COPYING

From 7909469b4bbed43b66d6588af24eef4fd53da9ae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 11 Jan 2020 08:00:15 +0700
Subject: [PATCH 2/2] yubikey-manager: add checkdepends and missing depends

---
 srcpkgs/yubikey-manager/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template
index 1070e13fec0..440da575737 100644
--- a/srcpkgs/yubikey-manager/template
+++ b/srcpkgs/yubikey-manager/template
@@ -1,14 +1,15 @@
 # Template file for 'yubikey-manager'
 pkgname=yubikey-manager
 version=3.1.0
-revision=3
+revision=4
 archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-scard
-python3-click python3-cryptography python3-six pcsc-ccid python3-setuptools"
+ pcsc-ccid libykpers libpcsclite python3-setuptools"
+checkdepends="$depends"
 short_desc="Library and CLI tools to configure YubiKey"
-maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="BSD-2-Clause"
 homepage="https://developers.yubico.com/yubikey-manager/"
 distfiles="https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${version}.tar.gz"

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] python3-fido2: update to 0.8.1
  2019-10-30 11:12 [PR PATCH] [DO NOT MERGE] python3-fido2: update to 0.7.3 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-11  2:25 ` voidlinux-github
@ 2020-01-11  2:40 ` voidlinux-github
  2020-01-12  0:35 ` [PR PATCH] [Closed]: " voidlinux-github
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2020-01-11  2:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 373 bytes --]

There is an updated pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages python3-fido2
https://github.com/void-linux/void-packages/pull/15947

python3-fido2: update to 0.8.1
Look OK for now. But I want to wait until #15623 merged

A patch file from https://github.com/void-linux/void-packages/pull/15947.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-fido2-15947.patch --]
[-- Type: text/x-diff, Size: 2800 bytes --]

From 9d13ce1f477f77423e22cf66b0327f82b1704f79 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 11 Jan 2020 07:58:53 +0700
Subject: [PATCH 1/2] python3-fido2: update to 0.8.1.

---
 srcpkgs/python3-fido2/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template
index fb737d68d20..2c7977d65a7 100644
--- a/srcpkgs/python3-fido2/template
+++ b/srcpkgs/python3-fido2/template
@@ -1,20 +1,20 @@
 # Template file for 'python3-fido2'
 pkgname=python3-fido2
 _pkgname=fido2
-version=0.7.1
-revision=2
+version=0.8.1
+revision=1
 archs=noarch
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
-pycompile_module=${_pkgname}
 hostmakedepends="python3-setuptools"
-depends="python3"
+depends="python3-six python3-cryptography python3-scard"
+checkdepends="$depends"
 short_desc="Library for FIDO2 functionality"
-maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="BSD-2-Clause"
 homepage="https://github.com/Yubico/python-fido2"
 distfiles="${PYPI_SITE}/f/${_pkgname}/${_pkgname}-${version}.tar.gz"
-checksum=4483b48ab3da0a3f3cc8e2f11d833160dfa2e6d12148e938982df4acd10b2682
+checksum=449068f6876f397c8bb96ebc6a75c81c2692f045126d3f13ece21d409acdf7c3
 
 post_install() {
 	vlicense COPYING

From a7eb7795022385dd07561203eeae4618cf37ee29 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 11 Jan 2020 08:00:15 +0700
Subject: [PATCH 2/2] yubikey-manager: add checkdepends and missing depends

---
 srcpkgs/yubikey-manager/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template
index 1070e13fec0..440da575737 100644
--- a/srcpkgs/yubikey-manager/template
+++ b/srcpkgs/yubikey-manager/template
@@ -1,14 +1,15 @@
 # Template file for 'yubikey-manager'
 pkgname=yubikey-manager
 version=3.1.0
-revision=3
+revision=4
 archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-scard
-python3-click python3-cryptography python3-six pcsc-ccid python3-setuptools"
+ pcsc-ccid libykpers libpcsclite python3-setuptools"
+checkdepends="$depends"
 short_desc="Library and CLI tools to configure YubiKey"
-maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="BSD-2-Clause"
 homepage="https://developers.yubico.com/yubikey-manager/"
 distfiles="https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${version}.tar.gz"

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Closed]: python3-fido2: update to 0.8.1
  2019-10-30 11:12 [PR PATCH] [DO NOT MERGE] python3-fido2: update to 0.7.3 voidlinux-github
                   ` (3 preceding siblings ...)
  2020-01-11  2:40 ` voidlinux-github
@ 2020-01-12  0:35 ` voidlinux-github
  2020-01-12  0:36 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-13 15:24 ` [PR PATCH] [Closed]: " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2020-01-12  0:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 219 bytes --]

There's a closed pull request on the void-packages repository

python3-fido2: update to 0.8.1
https://github.com/void-linux/void-packages/pull/15947

Description:
Look OK for now. But I want to wait until #15623 merged

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] python3-fido2: update to 0.8.1
  2019-10-30 11:12 [PR PATCH] [DO NOT MERGE] python3-fido2: update to 0.7.3 voidlinux-github
                   ` (4 preceding siblings ...)
  2020-01-12  0:35 ` [PR PATCH] [Closed]: " voidlinux-github
@ 2020-01-12  0:36 ` voidlinux-github
  2020-01-13 15:24 ` [PR PATCH] [Closed]: " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2020-01-12  0:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

There is an updated pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages python3-fido2
https://github.com/void-linux/void-packages/pull/15947

python3-fido2: update to 0.8.1



A patch file from https://github.com/void-linux/void-packages/pull/15947.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-fido2-15947.patch --]
[-- Type: text/x-diff, Size: 2800 bytes --]

From a7b2774fe526bfa18e5ed3db41bfde68af6d3405 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 11 Jan 2020 07:58:53 +0700
Subject: [PATCH 1/2] python3-fido2: update to 0.8.1.

---
 srcpkgs/python3-fido2/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template
index fb737d68d20..2c7977d65a7 100644
--- a/srcpkgs/python3-fido2/template
+++ b/srcpkgs/python3-fido2/template
@@ -1,20 +1,20 @@
 # Template file for 'python3-fido2'
 pkgname=python3-fido2
 _pkgname=fido2
-version=0.7.1
-revision=2
+version=0.8.1
+revision=1
 archs=noarch
 wrksrc="${_pkgname}-${version}"
 build_style=python3-module
-pycompile_module=${_pkgname}
 hostmakedepends="python3-setuptools"
-depends="python3"
+depends="python3-six python3-cryptography python3-scard"
+checkdepends="$depends"
 short_desc="Library for FIDO2 functionality"
-maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="BSD-2-Clause"
 homepage="https://github.com/Yubico/python-fido2"
 distfiles="${PYPI_SITE}/f/${_pkgname}/${_pkgname}-${version}.tar.gz"
-checksum=4483b48ab3da0a3f3cc8e2f11d833160dfa2e6d12148e938982df4acd10b2682
+checksum=449068f6876f397c8bb96ebc6a75c81c2692f045126d3f13ece21d409acdf7c3
 
 post_install() {
 	vlicense COPYING

From bf5a61ef702aaf905715e2aec75cc2aa48d378d7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sat, 11 Jan 2020 08:00:15 +0700
Subject: [PATCH 2/2] yubikey-manager: add checkdepends and missing depends

---
 srcpkgs/yubikey-manager/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template
index 1070e13fec0..440da575737 100644
--- a/srcpkgs/yubikey-manager/template
+++ b/srcpkgs/yubikey-manager/template
@@ -1,14 +1,15 @@
 # Template file for 'yubikey-manager'
 pkgname=yubikey-manager
 version=3.1.0
-revision=3
+revision=4
 archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-scard
-python3-click python3-cryptography python3-six pcsc-ccid python3-setuptools"
+ pcsc-ccid libykpers libpcsclite python3-setuptools"
+checkdepends="$depends"
 short_desc="Library and CLI tools to configure YubiKey"
-maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="BSD-2-Clause"
 homepage="https://developers.yubico.com/yubikey-manager/"
 distfiles="https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${version}.tar.gz"

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Closed]: python3-fido2: update to 0.8.1
  2019-10-30 11:12 [PR PATCH] [DO NOT MERGE] python3-fido2: update to 0.7.3 voidlinux-github
                   ` (5 preceding siblings ...)
  2020-01-12  0:36 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-13 15:24 ` voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2020-01-13 15:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 166 bytes --]

There's a closed pull request on the void-packages repository

python3-fido2: update to 0.8.1
https://github.com/void-linux/void-packages/pull/15947

Description:



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-01-13 15:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-30 11:12 [PR PATCH] [DO NOT MERGE] python3-fido2: update to 0.7.3 voidlinux-github
2019-11-02 16:09 ` voidlinux-github
2019-12-25  3:48 ` [PR PATCH] [Updated] python3-fido2: update to 0.8.1 voidlinux-github
2020-01-11  2:25 ` voidlinux-github
2020-01-11  2:40 ` voidlinux-github
2020-01-12  0:35 ` [PR PATCH] [Closed]: " voidlinux-github
2020-01-12  0:36 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-13 15:24 ` [PR PATCH] [Closed]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).