Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jun 2022 21:55:00 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: e4c5426b8815 - main - devel/py-openapi-schema-validator: Update to 0.3.0
Message-ID:  <202206292155.25TLt0Ae024802@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=e4c5426b8815fa9c8b1a9135ffb9a53183467552

commit e4c5426b8815fa9c8b1a9135ffb9a53183467552
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-29 21:43:58 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-29 21:49:58 +0000

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

diff --git a/devel/py-openapi-schema-validator/Makefile b/devel/py-openapi-schema-validator/Makefile
index 04dfbea757c6..91a3d15ad8cb 100644
--- a/devel/py-openapi-schema-validator/Makefile
+++ b/devel/py-openapi-schema-validator/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	openapi-schema-validator
-PORTVERSION=	0.2.3
+PORTVERSION=	0.3.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,8 @@ COMMENT=	OpenAPI schema validation for Python
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonschema>=3.0.0<5.0.0:devel/py-jsonschema@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}jsonschema>=4.0.0<5.0.0:devel/py-jsonschema@${PY_FLAVOR}
 
 USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/devel/py-openapi-schema-validator/distinfo b/devel/py-openapi-schema-validator/distinfo
index 03b3d44dcb79..7e586acb9ec7 100644
--- a/devel/py-openapi-schema-validator/distinfo
+++ b/devel/py-openapi-schema-validator/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1643971072
-SHA256 (openapi-schema-validator-0.2.3.tar.gz) = 2c64907728c3ef78e23711c8840a423f0b241588c9ed929855e4b2d1bb0cf5f2
-SIZE (openapi-schema-validator-0.2.3.tar.gz) = 7503
+TIMESTAMP = 1656522286
+SHA256 (openapi-schema-validator-0.3.0.tar.gz) = cf2c96a45c9a9722ea06fc7264d2fc55e0e6258ba8ef291d0ea90b4c5c8bdcfc
+SIZE (openapi-schema-validator-0.3.0.tar.gz) = 9502



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