Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 2023 16:46:34 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: 66905cdebb02 - main - devel/py-jsonschema-spec: Update to 0.2.3
Message-ID:  <202307311646.36VGkYkW080158@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=66905cdebb02795b6441d8cfbec61f36a9cf07cf

commit 66905cdebb02795b6441d8cfbec61f36a9cf07cf
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-31 16:31:21 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-31 16:40:02 +0000

    devel/py-jsonschema-spec: Update to 0.2.3
    
    Changes:        https://github.com/p1c2u/jsonschema-spec/releases
---
 devel/py-jsonschema-spec/Makefile | 8 ++++----
 devel/py-jsonschema-spec/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/devel/py-jsonschema-spec/Makefile b/devel/py-jsonschema-spec/Makefile
index 6ffa8fe68565..6e9639d2e1b0 100644
--- a/devel/py-jsonschema-spec/Makefile
+++ b/devel/py-jsonschema-spec/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	jsonschema-spec
-PORTVERSION=	0.1.6
+PORTVERSION=	0.2.3
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,9 +13,9 @@ LICENSE=	APACHE20
 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} \
-		${PYTHON_PKGNAMEPREFIX}pathable>=0.4.1<0.5:devel/py-pathable@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pathable>=0.4.1<0.5:devel/py-pathable@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}referencing>=0.28.0<0.30.0:devel/py-referencing@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/devel/py-jsonschema-spec/distinfo b/devel/py-jsonschema-spec/distinfo
index 800b50b1b754..cae00aca6ab0 100644
--- a/devel/py-jsonschema-spec/distinfo
+++ b/devel/py-jsonschema-spec/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688166204
-SHA256 (jsonschema_spec-0.1.6.tar.gz) = 90215863b56e212086641956b20127ccbf6d8a3a38343dad01d6a74d19482f76
-SIZE (jsonschema_spec-0.1.6.tar.gz) = 10323
+TIMESTAMP = 1689398855
+SHA256 (jsonschema_spec-0.2.3.tar.gz) = e01b8b100f0676177b0b39027a5cab7e7a16ce4316a3d0d15e576293d954fafc
+SIZE (jsonschema_spec-0.2.3.tar.gz) = 11340



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