1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

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
This commit is contained in:
Po-Chuan Hsieh 2023-10-08 19:55:41 +08:00
parent 662102cf29
commit 3f739860e6
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 6 additions and 16 deletions

View File

@ -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

View File

@ -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

View File

@ -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'",