update to py3-bleach-6.3.0

relax version spec on tinycss2 (there is a tight spec in bleach, however
this is only used when installing e.g. via pip as "bleach[css]" to pull
in the dep; otherwise there isn't a version check).

"fine with me if you've tested it all" daniel@ (I've tested as far as
I can with dependent ports and it all seems ok)
This commit is contained in:
sthen
2026-03-01 17:57:07 +00:00
parent 02f2405ac2
commit 8d4e10550a
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
COMMENT = easy whitelist-based HTML-sanitizing tool
# bleach is deprecated upstream
MODPY_DISTV = 6.2.0
MODPY_DISTV = 6.3.0
DISTNAME = bleach-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
@@ -19,7 +19,7 @@ MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
RUN_DEPENDS = textproc/py-tinycss2<1.5 \
RUN_DEPENDS = textproc/py-tinycss2 \
textproc/py-webencodings
BUILD_DEPENDS = devel/py-test-runner
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (bleach-6.2.0.tar.gz) = Ej6JQRi4pZn9gNPsGm1Mx85OWIKxMXp+G6abVulfmR8=
SIZE (bleach-6.2.0.tar.gz) = 203083
SHA256 (bleach-6.3.0.tar.gz) = bzuRscCgK7mni1pFTJJQaqD98Zfh1eEU0uAMb2QwbSI=
SIZE (bleach-6.3.0.tar.gz) = 203533