git: c1c5a478b512 - main - devel/py-check-jsonschema: Update to 0.23.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Jul 2023 10:35:07 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c1c5a478b512233fcdc149056ae8837ed6838409
commit c1c5a478b512233fcdc149056ae8837ed6838409
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-09 10:18:47 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-09 10:18:47 +0000
devel/py-check-jsonschema: Update to 0.23.2
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 | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/devel/py-check-jsonschema/Makefile b/devel/py-check-jsonschema/Makefile
index 02e84bb84a8c..d2d0d65762da 100644
--- a/devel/py-check-jsonschema/Makefile
+++ b/devel/py-check-jsonschema/Makefile
@@ -1,5 +1,5 @@
PORTNAME= check-jsonschema
-PORTVERSION= 0.23.1
+PORTVERSION= 0.23.2
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.22:devel/py-ruamel.yaml@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.17.31:devel/py-ruamel.yaml@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
diff --git a/devel/py-check-jsonschema/distinfo b/devel/py-check-jsonschema/distinfo
index 14c7484f1d68..ef0bac111da4 100644
--- a/devel/py-check-jsonschema/distinfo
+++ b/devel/py-check-jsonschema/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1685995458
-SHA256 (check-jsonschema-0.23.1.tar.gz) = 45266a6c5fcbbc981ee6f0755b5675f9d6b8e761b2e48a652c782e19a5459545
-SIZE (check-jsonschema-0.23.1.tar.gz) = 180320
+TIMESTAMP = 1688166168
+SHA256 (check-jsonschema-0.23.2.tar.gz) = 26c22f506979f59cfa52da0038b8f3ff29e96947e9376a629cc3262516d843ef
+SIZE (check-jsonschema-0.23.2.tar.gz) = 180419
diff --git a/devel/py-check-jsonschema/files/patch-setup.cfg b/devel/py-check-jsonschema/files/patch-setup.cfg
index 1250f74f5175..26433685c457 100644
--- a/devel/py-check-jsonschema/files/patch-setup.cfg
+++ b/devel/py-check-jsonschema/files/patch-setup.cfg
@@ -4,8 +4,8 @@
python_requires = >=3.7
install_requires =
importlib-resources>=1.4.0;python_version<"3.9"
-- ruamel.yaml==0.17.22
-+ ruamel.yaml>=0.17.22
+- ruamel.yaml==0.17.31
++ ruamel.yaml>=0.17.31
jsonschema>=4.5.1,<5.0
requests<3.0
click>=8,<9