git: 194c17c73562 - main - www/py-bleach: Update to 6.2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 31 Oct 2024 09:24:02 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=194c17c73562eba74e6e32dfc89f6ec6f16e8366 commit 194c17c73562eba74e6e32dfc89f6ec6f16e8366 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-31 09:08:42 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-31 09:22:54 +0000 www/py-bleach: Update to 6.2.0 Changes: https://github.com/mozilla/bleach/blob/main/CHANGES https://bleach.readthedocs.io/en/latest/changes.html --- www/py-bleach/Makefile | 6 ++---- www/py-bleach/distinfo | 6 +++--- www/py-bleach/files/patch-setup.py | 13 ------------- 3 files changed, 5 insertions(+), 20 deletions(-) diff --git a/www/py-bleach/Makefile b/www/py-bleach/Makefile index 742f6ffaa78f..b0aae624a59e 100644 --- a/www/py-bleach/Makefile +++ b/www/py-bleach/Makefile @@ -1,6 +1,5 @@ PORTNAME= bleach -PORTVERSION= 6.1.0 -PORTREVISION= 2 +PORTVERSION= 6.2.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,8 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}webencodings>=0:converters/py-webencodings@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webencodings>=0:converters/py-webencodings@${PY_FLAVOR} USES= cpe python shebangfix USE_PYTHON= autoplist concurrent pep517 pytest diff --git a/www/py-bleach/distinfo b/www/py-bleach/distinfo index f71446cb7388..4606bb9ceb6c 100644 --- a/www/py-bleach/distinfo +++ b/www/py-bleach/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696753694 -SHA256 (bleach-6.1.0.tar.gz) = 0a31f1837963c41d46bbf1331b8778e1308ea0791db03cc4e7357b97cf42a8fe -SIZE (bleach-6.1.0.tar.gz) = 202119 +TIMESTAMP = 1730301026 +SHA256 (bleach-6.2.0.tar.gz) = 123e894118b8a599fd80d3ec1a6d4cc7ce4e5882b1317a7e1ba69b56e95f991f +SIZE (bleach-6.2.0.tar.gz) = 203083 diff --git a/www/py-bleach/files/patch-setup.py b/www/py-bleach/files/patch-setup.py deleted file mode 100644 index 60d71a0db4e0..000000000000 --- a/www/py-bleach/files/patch-setup.py +++ /dev/null @@ -1,13 +0,0 @@ -Obtained from: https://github.com/mozilla/bleach/commit/6a2ec5ca371cb666fbd843f14ecf1e93e8f7ea87 - ---- setup.py.orig 2023-10-06 16:19:57 UTC -+++ setup.py -@@ -32,7 +32,7 @@ EXTRAS_REQUIRE = { - - EXTRAS_REQUIRE = { - "css": [ -- "tinycss2>=1.1.0,<1.3", -+ "tinycss2>=1.1.0,<1.5", - ], - } -