Date: Sun, 31 Mar 2024 03:41:01 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: 8977d104beed - main - textproc/py-ftfy: Update to 6.2.0 Message-ID: <202403310341.42V3f1IG089787@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=8977d104beed206b191cbea9e5bf5b4587cb6a58 commit 8977d104beed206b191cbea9e5bf5b4587cb6a58 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-31 03:07:47 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-31 03:07:47 +0000 textproc/py-ftfy: Update to 6.2.0 - Update WWW Changes: https://github.com/rspeer/python-ftfy/blob/main/CHANGELOG.md --- textproc/py-ftfy/Makefile | 7 ++++--- textproc/py-ftfy/distinfo | 6 +++--- textproc/py-ftfy/files/patch-pyproject.toml | 11 +++++++++++ 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/textproc/py-ftfy/Makefile b/textproc/py-ftfy/Makefile index a6ca89589890..a2f22c2cbbd4 100644 --- a/textproc/py-ftfy/Makefile +++ b/textproc/py-ftfy/Makefile @@ -1,18 +1,19 @@ PORTNAME= ftfy -PORTVERSION= 6.1.1 +PORTVERSION= 6.2.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fix some problems with Unicode text after the fact -WWW= https://github.com/LuminosoInsight/python-ftfy +WWW= https://ftfy.readthedocs.io/en/latest/ \ + https://github.com/rspeer/python-ftfy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wcwidth>=0.2.5:devel/py-wcwidth@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wcwidth>=0.2.8<0.3:devel/py-wcwidth@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} USES= python diff --git a/textproc/py-ftfy/distinfo b/textproc/py-ftfy/distinfo index eee8f5ad56ed..43c47a0b9407 100644 --- a/textproc/py-ftfy/distinfo +++ b/textproc/py-ftfy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1686496776 -SHA256 (ftfy-6.1.1.tar.gz) = bfc2019f84fcd851419152320a6375604a0f1459c281b5b199b2cd0d2e727f8f -SIZE (ftfy-6.1.1.tar.gz) = 63156 +TIMESTAMP = 1711466224 +SHA256 (ftfy-6.2.0.tar.gz) = 5e42143c7025ef97944ca2619d6b61b0619fc6654f98771d39e862c1424c75c0 +SIZE (ftfy-6.2.0.tar.gz) = 63675 diff --git a/textproc/py-ftfy/files/patch-pyproject.toml b/textproc/py-ftfy/files/patch-pyproject.toml new file mode 100644 index 000000000000..7ea6a6271dff --- /dev/null +++ b/textproc/py-ftfy/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2024-03-15 22:38:03 UTC ++++ pyproject.toml +@@ -9,7 +9,7 @@ python = ">=3.8,<4" + + [tool.poetry.dependencies] + python = ">=3.8,<4" +-wcwidth = "^0.2.12" ++wcwidth = "^0.2.8" + + [tool.poetry.group.dev.dependencies] + mypy = "^1.7.0"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403310341.42V3f1IG089787>