mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user