git: c4bab909d7d0 - main - devel/py-frictionless: Update to 5.15.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Jul 2023 16:46:27 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c4bab909d7d088b80e6fc1323bd7f99c9032af11
commit c4bab909d7d088b80e6fc1323bd7f99c9032af11
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-31 16:31:17 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-31 16:40:00 +0000
devel/py-frictionless: Update to 5.15.1
- Update WWW
- Change RUN_DEPENDS from py-jsonschema to py-jsonschema417
Changes: https://github.com/frictionlessdata/frictionless-py/releases
https://github.com/frictionlessdata/frictionless-py/blob/main/CHANGELOG.md
https://github.com/frictionlessdata/frictionless-py/commits/main
---
devel/py-frictionless/Makefile | 6 +++---
devel/py-frictionless/distinfo | 6 +++---
devel/py-frictionless/files/patch-pyproject.toml | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/devel/py-frictionless/Makefile b/devel/py-frictionless/Makefile
index 7ebfeb8c4555..217169abe8ae 100644
--- a/devel/py-frictionless/Makefile
+++ b/devel/py-frictionless/Makefile
@@ -1,12 +1,12 @@
PORTNAME= frictionless
-PORTVERSION= 5.14.5
+PORTVERSION= 5.15.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Framework to describe, extract, validate, and transform tabular data
-WWW= https://github.com/frictionlessdata/framework
+WWW= https://github.com/frictionlessdata/frictionless-py
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
@@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=22.2.0:devel/py-attrs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}humanize>=4.2:devel/py-humanize@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}isodate>=0.6:devel/py-isodate@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Jinja2>=3.0:devel/py-Jinja2@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.5:devel/py-jsonschema@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}jsonschema417>=0<4.18:devel/py-jsonschema417@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}marko>=1.0:textproc/py-marko@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}petl>=1.6:textproc/py-petl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dateutil>=2.8:devel/py-dateutil@${PY_FLAVOR} \
diff --git a/devel/py-frictionless/distinfo b/devel/py-frictionless/distinfo
index 8770a987286f..fae715f53491 100644
--- a/devel/py-frictionless/distinfo
+++ b/devel/py-frictionless/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688902107
-SHA256 (frictionless-5.14.5.tar.gz) = a4840906068c643c04d6b543085e31b1309abc39888cd1fe80abb7025a833b88
-SIZE (frictionless-5.14.5.tar.gz) = 74554525
+TIMESTAMP = 1689398847
+SHA256 (frictionless-5.15.1.tar.gz) = 9238fb0c1dda38a91c00021135abb9c651cd70ff10dbbdd1b151b30b61b3ab85
+SIZE (frictionless-5.15.1.tar.gz) = 74557548
diff --git a/devel/py-frictionless/files/patch-pyproject.toml b/devel/py-frictionless/files/patch-pyproject.toml
index c754d7da9d1d..6d398152b6f8 100644
--- a/devel/py-frictionless/files/patch-pyproject.toml
+++ b/devel/py-frictionless/files/patch-pyproject.toml
@@ -6,10 +6,10 @@
"humanize>=4.2",
- "tabulate>=0.8.10",
+ "tabulate>=0.8.9",
- "jsonschema>=2.5",
+ # TODO: remove the limit when https://github.com/python-jsonschema/jsonschema/issues/1119 is resolved
+ "jsonschema<4.18",
"simpleeval>=0.9.11",
- "stringcase>=1.2",
-@@ -92,7 +92,7 @@ mysql = ["sqlalchemy>=1.4", "pymysql>=1.0"]
+@@ -94,7 +94,7 @@ mysql = ["sqlalchemy>=1.4", "pymysql>=1.0"]
ods = ["ezodf>=0.3", "lxml>=4.0"]
pandas = ["pandas>=1.0"]
parquet = ["fastparquet>=0.8"]