Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2023 16:46:41 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2ead9df770fc - main - devel/py-openapi-schema-validator: Update to 0.6.0
Message-ID:  <202307311646.36VGkflt080300@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 2ead9df770fcbd6343a671ccad804f61167ab360
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-31 16:31:26 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-31 16:40:03 +0000

    devel/py-openapi-schema-validator: Update to 0.6.0
    
    Changes:        https://github.com/python-openapi/openapi-schema-validator/releases
---
 devel/py-openapi-schema-validator/Makefile | 6 +++---
 devel/py-openapi-schema-validator/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/devel/py-openapi-schema-validator/Makefile b/devel/py-openapi-schema-validator/Makefile
index 6a74dfd4790a..2b91e2ea3214 100644
--- a/devel/py-openapi-schema-validator/Makefile
+++ b/devel/py-openapi-schema-validator/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	openapi-schema-validator
-PORTVERSION=	0.4.4
-PORTREVISION=	1
+PORTVERSION=	0.6.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +13,8 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonschema>=4.0.0<4.18.0:devel/py-jsonschema@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonschema>=4.18.0<5:devel/py-jsonschema@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}jsonschema-specifications>=2023.5.2<2024:devel/py-jsonschema-specifications@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}rfc3339-validator>=0:devel/py-rfc3339-validator@${PY_FLAVOR}
 
 USES=		python
diff --git a/devel/py-openapi-schema-validator/distinfo b/devel/py-openapi-schema-validator/distinfo
index 16b8abaf4462..f71b052cfbd3 100644
--- a/devel/py-openapi-schema-validator/distinfo
+++ b/devel/py-openapi-schema-validator/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1684104434
-SHA256 (openapi_schema_validator-0.4.4.tar.gz) = c573e2be2c783abae56c5a1486ab716ca96e09d1c3eab56020d1dc680aa57bf8
-SIZE (openapi_schema_validator-0.4.4.tar.gz) = 11626
+TIMESTAMP = 1689398861
+SHA256 (openapi_schema_validator-0.6.0.tar.gz) = 921b7c1144b856ca3813e41ecff98a4050f7611824dfc5c6ead7072636af0520
+SIZE (openapi_schema_validator-0.6.0.tar.gz) = 11849



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307311646.36VGkflt080300>