git: d9c0963e6423 - main - security/py-yubikey-manager: unbreak build after py-cryptography revert (+)

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Fri, 14 Oct 2022 20:54:22 UTC
The branch main has been updated by fluffy:

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

commit d9c0963e6423504771b9942cbfa4d98100e436cb
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-10-14 20:53:10 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-10-14 20:54:14 +0000

    security/py-yubikey-manager: unbreak build after py-cryptography revert (+)
    
    securuty/py-cryptography got a PORTEPOCH bump after revert.
    Adjust dependency package version check boundaries to meet new reality.
    
    Approved by:    portmgr blanket
---
 security/py-yubikey-manager/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/security/py-yubikey-manager/Makefile b/security/py-yubikey-manager/Makefile
index 353124bbf5dc..18c157fb1006 100644
--- a/security/py-yubikey-manager/Makefile
+++ b/security/py-yubikey-manager/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	yubikey-manager
 PORTVERSION=	4.0.9
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}cryptography>=2.6<40:security/py-cryptography@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}cryptography>=2.6<40,1:security/py-cryptography@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}fido2>0:security/py-fido2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard@${PY_FLAVOR} \