git: 0473326664b2 - main - security/py-webauthn: Update to 2.2.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 14 Oct 2024 05:29:38 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0473326664b2c86bd7b49b828f1718ca6a97ceb0

commit 0473326664b2c86bd7b49b828f1718ca6a97ceb0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-14 04:51:29 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-14 05:25:45 +0000

    security/py-webauthn: Update to 2.2.0
    
    - Update WWW
    
    Changes:        https://github.com/duo-labs/py_webauthn/releases
---
 security/py-webauthn/Makefile             | 11 +++++------
 security/py-webauthn/distinfo             |  6 +++---
 security/py-webauthn/files/patch-setup.py | 11 -----------
 3 files changed, 8 insertions(+), 20 deletions(-)

diff --git a/security/py-webauthn/Makefile b/security/py-webauthn/Makefile
index 403abdcc4ff5..315747c06e58 100644
--- a/security/py-webauthn/Makefile
+++ b/security/py-webauthn/Makefile
@@ -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
diff --git a/security/py-webauthn/distinfo b/security/py-webauthn/distinfo
index 6fb4fd6bead5..eb12f59e2ded 100644
--- a/security/py-webauthn/distinfo
+++ b/security/py-webauthn/distinfo
@@ -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
diff --git a/security/py-webauthn/files/patch-setup.py b/security/py-webauthn/files/patch-setup.py
deleted file mode 100644
index 99f515f37882..000000000000
--- a/security/py-webauthn/files/patch-setup.py
+++ /dev/null
@@ -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',