Skip to content

Commit

Permalink
security/py-webauthn: Update to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed May 13, 2022
1 parent 6410465 commit c253582
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
15 changes: 8 additions & 7 deletions security/py-webauthn/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME= webauthn
PORTVERSION= 0.4.7
PORTVERSION= 1.2.1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,13 +12,14 @@ COMMENT= WebAuthn Python module
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cbor2>=4.0.1:devel/py-cbor2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>=2.3.1:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}future>=0.17.1:devel/py-future@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=0.24.0:devel/py-asn1crypto@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}attrs>=21.2.0:devel/py-attrs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cattrs>=1.8.0:devel/py-cattrs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cbor2>=4.0.1:devel/py-cbor2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>=3.4.7:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=20.0.1,1:security/py-openssl@${PY_FLAVOR}

USES= python:3.6+
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes
Expand Down
6 changes: 3 additions & 3 deletions security/py-webauthn/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1605426321
SHA256 (webauthn-0.4.7.tar.gz) = 8ad9072ff1d6169f3be30d4dc8733ea563dd266962397bc58b40f674a6af74ac
SIZE (webauthn-0.4.7.tar.gz) = 65784
TIMESTAMP = 1652122695
SHA256 (webauthn-1.2.1.tar.gz) = 3a9565e4587d6322a2c69c92faa89f40e211893f41b5993a410cdef7bc43d06b
SIZE (webauthn-1.2.1.tar.gz) = 43506

0 comments on commit c253582

Please sign in to comment.