git: 3f739860e673 - main - www/py-bleach: Update to 6.1.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 08 Oct 2023 12:03:32 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3f739860e673cd4b444f2c6d759797b587b2f1c4

commit 3f739860e673cd4b444f2c6d759797b587b2f1c4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-10-08 11:55:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-10-08 11:55:41 +0000

    www/py-bleach: Update to 6.1.0
    
    - Update WWW
    
    Changes:        https://github.com/mozilla/bleach/blob/main/CHANGES
                    https://bleach.readthedocs.io/en/latest/changes.html
---
 www/py-bleach/Makefile             |  5 +++--
 www/py-bleach/distinfo             |  6 +++---
 www/py-bleach/files/patch-setup.py | 11 -----------
 3 files changed, 6 insertions(+), 16 deletions(-)

diff --git a/www/py-bleach/Makefile b/www/py-bleach/Makefile
index edf959fd08bf..749a55248a87 100644
--- a/www/py-bleach/Makefile
+++ b/www/py-bleach/Makefile
@@ -1,12 +1,13 @@
 PORTNAME=	bleach
-PORTVERSION=	6.0.0
+PORTVERSION=	6.1.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Easy safelist-based HTML-sanitizing tool
-WWW=		https://github.com/mozilla/bleach
+WWW=		https://bleach.readthedocs.io/en/latest/ \
+		https://github.com/mozilla/bleach
 
 LICENSE=	APACHE20
 
diff --git a/www/py-bleach/distinfo b/www/py-bleach/distinfo
index be54e47b0a00..f71446cb7388 100644
--- a/www/py-bleach/distinfo
+++ b/www/py-bleach/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688166340
-SHA256 (bleach-6.0.0.tar.gz) = 1a1a85c1595e07d8db14c5f09f09e6433502c51c595970edc090551f0db99414
-SIZE (bleach-6.0.0.tar.gz) = 201298
+TIMESTAMP = 1696753694
+SHA256 (bleach-6.1.0.tar.gz) = 0a31f1837963c41d46bbf1331b8778e1308ea0791db03cc4e7357b97cf42a8fe
+SIZE (bleach-6.1.0.tar.gz) = 202119
diff --git a/www/py-bleach/files/patch-setup.py b/www/py-bleach/files/patch-setup.py
deleted file mode 100644
index 2efabb826070..000000000000
--- a/www/py-bleach/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig	2022-06-27 14:39:19 UTC
-+++ setup.py
-@@ -32,7 +32,7 @@ INSTALL_REQUIRES = [
- 
- EXTRAS_REQUIRE = {
-     "css": [
--        "tinycss2>=1.1.0,<1.2",
-+        "tinycss2>=1.1.0,<1.3",
-     ],
-     "dev": [
-         "black==22.3.0; implementation_name == 'cpython'",