git: 2555fbbc0a0b - main - devel/py-check-jsonschema: Update to 0.23.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 21:08:11 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2555fbbc0a0bfda1451fa1e4720cdcf08576a914
commit 2555fbbc0a0bfda1451fa1e4720cdcf08576a914
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-05 20:53:24 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-05 21:07:48 +0000
devel/py-check-jsonschema: Update to 0.23.1
Changes: https://github.com/python-jsonschema/check-jsonschema/releases
---
devel/py-check-jsonschema/Makefile | 4 ++--
devel/py-check-jsonschema/distinfo | 6 +++---
devel/py-check-jsonschema/files/patch-setup.cfg | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/devel/py-check-jsonschema/Makefile b/devel/py-check-jsonschema/Makefile
index 2d59daebb98f..c0db0edac2be 100644
--- a/devel/py-check-jsonschema/Makefile
+++ b/devel/py-check-jsonschema/Makefile
@@ -1,5 +1,5 @@
PORTNAME= check-jsonschema
-PORTVERSION= 0.23.0
+PORTVERSION= 0.23.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8<9:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jsonschema>=4.5.1<5.0:devel/py-jsonschema@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=0<3.0:www/py-requests@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.17.21:devel/py-ruamel.yaml@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.17.22:devel/py-ruamel.yaml@${PY_FLAVOR}
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
diff --git a/devel/py-check-jsonschema/distinfo b/devel/py-check-jsonschema/distinfo
index a81b7b1c71cc..14c7484f1d68 100644
--- a/devel/py-check-jsonschema/distinfo
+++ b/devel/py-check-jsonschema/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1683478904
-SHA256 (check-jsonschema-0.23.0.tar.gz) = b779902a37f009e6abd0fe7371cd8d97a3b0b0ac2a22e5bbb4ddd033bc594369
-SIZE (check-jsonschema-0.23.0.tar.gz) = 179760
+TIMESTAMP = 1685995458
+SHA256 (check-jsonschema-0.23.1.tar.gz) = 45266a6c5fcbbc981ee6f0755b5675f9d6b8e761b2e48a652c782e19a5459545
+SIZE (check-jsonschema-0.23.1.tar.gz) = 180320
diff --git a/devel/py-check-jsonschema/files/patch-setup.cfg b/devel/py-check-jsonschema/files/patch-setup.cfg
index 671a2645a55e..1250f74f5175 100644
--- a/devel/py-check-jsonschema/files/patch-setup.cfg
+++ b/devel/py-check-jsonschema/files/patch-setup.cfg
@@ -5,7 +5,7 @@
install_requires =
importlib-resources>=1.4.0;python_version<"3.9"
- ruamel.yaml==0.17.22
-+ ruamel.yaml>=0.17.21
++ ruamel.yaml>=0.17.22
jsonschema>=4.5.1,<5.0
requests<3.0
click>=8,<9