git: e7f1958fab65 - main - security/py-sslyze: unbreak build after py-cryptography revert (+)

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

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

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

    security/py-sslyze: 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-sslyze/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/security/py-sslyze/Makefile b/security/py-sslyze/Makefile
index 32f5217d6374..7c77da8b5d96 100644
--- a/security/py-sslyze/Makefile
+++ b/security/py-sslyze/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	sslyze
 PORTVERSION=	5.0.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ WWW=		https://github.com/nabla-c0d3/sslyze
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=2.6<39.0.0:security/py-cryptography@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=2.6<39.0.0,1:security/py-cryptography@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}nassl>=4.0.1<5.0.0:security/py-nassl@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pydantic>=1.7<1.11:devel/py-pydantic@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}tls-parser>=2.0.0<3.0.0:security/py-tls-parser@${PY_FLAVOR}