1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

security/py-webauthn: Update to 2.2.0

- Update WWW

Changes:	https://github.com/duo-labs/py_webauthn/releases
This commit is contained in:
Po-Chuan Hsieh 2024-10-14 12:51:29 +08:00
parent 356707fead
commit 0473326664
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 8 additions and 20 deletions

View File

@ -1,13 +1,13 @@
PORTNAME= webauthn
PORTVERSION= 1.11.1
PORTREVISION= 1
PORTVERSION= 2.2.0
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= WebAuthn Python module
WWW= https://github.com/duo-labs/py_webauthn
WWW= https://duo-labs.github.io/py_webauthn/ \
https://github.com/duo-labs/py_webauthn
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
@ -15,9 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=1.4.0:devel/py-asn1crypto@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cbor2>=5.4.2.post1:devel/py-cbor2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pydantic>=1.10.11:devel/py-pydantic@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=23.2.0,1:security/py-openssl@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}cbor2>=5.4.6:devel/py-cbor2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=23.3.0,1:security/py-openssl@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent cryptography pep517 unittest

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1698848766
SHA256 (webauthn-1.11.1.tar.gz) = 24eda57903897369797f52a377f8c470e7057e79da5525779d0720a9fcc11926
SIZE (webauthn-1.11.1.tar.gz) = 105735
TIMESTAMP = 1728632470
SHA256 (webauthn-2.2.0.tar.gz) = 70e4f318d293125e3a8609838be0561119f4f8846bc430d524f8da4052ee18cc
SIZE (webauthn-2.2.0.tar.gz) = 113978

View File

@ -1,11 +0,0 @@
--- setup.py.orig 2023-09-29 21:11:21 UTC
+++ setup.py
@@ -49,7 +49,7 @@ setup(
],
install_requires=[
'asn1crypto>=1.4.0',
- 'cbor2>=5.4.6',
+ 'cbor2>=5.4.2.post1',
'cryptography>=41.0.4',
'pydantic>=1.10.11',
'pyOpenSSL>=23.2.0',