Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Python3 fido2 0.8.1
@ 2020-01-13 15:26 voidlinux-github
  2020-01-14 12:09 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-16 10:01 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-13 15:26 UTC (permalink / raw)
  To: ml

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

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

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

Python3 fido2 0.8.1


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

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

From 083195f6090605a9c16aa2b7a34994da294ddb89 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 1c71b2f3823b22741d06434f4b2ef2a239d7f5a0 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] 3+ messages in thread

* Re: [PR PATCH] [Updated] Python3 fido2 0.8.1
  2020-01-13 15:26 [PR PATCH] Python3 fido2 0.8.1 voidlinux-github
@ 2020-01-14 12:09 ` voidlinux-github
  2020-01-16 10:01 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-14 12:09 UTC (permalink / raw)
  To: ml

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

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

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

Python3 fido2 0.8.1


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

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

From 083195f6090605a9c16aa2b7a34994da294ddb89 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] 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

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

* Re: [PR PATCH] [Merged]: Python3 fido2 0.8.1
  2020-01-13 15:26 [PR PATCH] Python3 fido2 0.8.1 voidlinux-github
  2020-01-14 12:09 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-16 10:01 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-16 10:01 UTC (permalink / raw)
  To: ml

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

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

Python3 fido2 0.8.1
https://github.com/void-linux/void-packages/pull/18287

Description:


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

end of thread, other threads:[~2020-01-16 10:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-13 15:26 [PR PATCH] Python3 fido2 0.8.1 voidlinux-github
2020-01-14 12:09 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-16 10:01 ` [PR PATCH] [Merged]: " 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).