Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 2024 11:55:29 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: cb4e7db7a585 - main - textproc/py-ftfy: Update to 6.2.2
Message-ID:  <202408151155.47FBtTFS058846@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=cb4e7db7a585099eb1874f70c7506fc8e7b8d451

commit cb4e7db7a585099eb1874f70c7506fc8e7b8d451
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-08-15 09:45:35 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-08-15 10:55:40 +0000

    textproc/py-ftfy: Update to 6.2.2
    
    Changes:        https://github.com/rspeer/python-ftfy/blob/main/CHANGELOG.md
---
 textproc/py-ftfy/Makefile                   | 2 +-
 textproc/py-ftfy/distinfo                   | 6 +++---
 textproc/py-ftfy/files/patch-pyproject.toml | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/textproc/py-ftfy/Makefile b/textproc/py-ftfy/Makefile
index a2f22c2cbbd4..2815a45898a3 100644
--- a/textproc/py-ftfy/Makefile
+++ b/textproc/py-ftfy/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	ftfy
-PORTVERSION=	6.2.0
+PORTVERSION=	6.2.2
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-ftfy/distinfo b/textproc/py-ftfy/distinfo
index 43c47a0b9407..32c9b91bc468 100644
--- a/textproc/py-ftfy/distinfo
+++ b/textproc/py-ftfy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1711466224
-SHA256 (ftfy-6.2.0.tar.gz) = 5e42143c7025ef97944ca2619d6b61b0619fc6654f98771d39e862c1424c75c0
-SIZE (ftfy-6.2.0.tar.gz) = 63675
+TIMESTAMP = 1723201095
+SHA256 (ftfy-6.2.2.tar.gz) = 397fb840f2d4c4cc3f7d63d9aa505e34a08e5bdeb860173871981f95f777112b
+SIZE (ftfy-6.2.2.tar.gz) = 64076
diff --git a/textproc/py-ftfy/files/patch-pyproject.toml b/textproc/py-ftfy/files/patch-pyproject.toml
index 7ea6a6271dff..0cc39337b376 100644
--- a/textproc/py-ftfy/files/patch-pyproject.toml
+++ b/textproc/py-ftfy/files/patch-pyproject.toml
@@ -1,9 +1,9 @@
---- pyproject.toml.orig	2024-03-15 22:38:03 UTC
+--- pyproject.toml.orig	2024-08-06 01:05:34 UTC
 +++ pyproject.toml
-@@ -9,7 +9,7 @@ python = ">=3.8,<4"
+@@ -13,7 +13,7 @@ python = ">=3.8.1,<4"
  
  [tool.poetry.dependencies]
- python = ">=3.8,<4"
+ python = ">=3.8.1,<4"
 -wcwidth = "^0.2.12"
 +wcwidth = "^0.2.8"
  



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