pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-bleach py-bleach: updated to 3.3.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/55ce04b9a4ae
branches: trunk
changeset: 449858:55ce04b9a4ae
user: adam <adam%pkgsrc.org@localhost>
date: Tue Apr 06 19:51:47 2021 +0000
description:
py-bleach: updated to 3.3.0
Version 3.3.0 (February 1st, 2021)
----------------------------------
**Backwards incompatible changes**
* clean escapes HTML comments even when strip_comments=False
**Security fixes**
* Fix bug 1621692 / GHSA-m6xf-fq7q-8743. See the advisory for details.
diffstat:
www/py-bleach/Makefile | 9 ++++-----
www/py-bleach/distinfo | 10 +++++-----
2 files changed, 9 insertions(+), 10 deletions(-)
diffs (44 lines):
diff -r c16c24d931f7 -r 55ce04b9a4ae www/py-bleach/Makefile
--- a/www/py-bleach/Makefile Tue Apr 06 19:45:09 2021 +0000
+++ b/www/py-bleach/Makefile Tue Apr 06 19:51:47 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2021/01/27 09:43:43 adam Exp $
+# $NetBSD: Makefile,v 1.21 2021/04/06 19:51:47 adam Exp $
-DISTNAME= bleach-3.2.3
+DISTNAME= bleach-3.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bleach/}
@@ -13,14 +13,13 @@
DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-webencodings-[0-9]*:../../textproc/py-webencodings
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner>=2.0:../../devel/py-test-runner
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner>=2.0:../../devel/py-test-runner
USE_LANGUAGES= # none
REPLACE_SH+= bleach/_vendor/pip_install_vendor.sh
-do-test:
- cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
+PYSETUPTESTTARGET= pytest
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r c16c24d931f7 -r 55ce04b9a4ae www/py-bleach/distinfo
--- a/www/py-bleach/distinfo Tue Apr 06 19:45:09 2021 +0000
+++ b/www/py-bleach/distinfo Tue Apr 06 19:51:47 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2021/01/27 09:43:43 adam Exp $
+$NetBSD: distinfo,v 1.17 2021/04/06 19:51:47 adam Exp $
-SHA1 (bleach-3.2.3.tar.gz) = 0dae6d3359193a22afbfa2a1f41cfa8335674602
-RMD160 (bleach-3.2.3.tar.gz) = a7c991dad5ad0981a74e76c91bf2fcc0e18ea5c5
-SHA512 (bleach-3.2.3.tar.gz) = 0bee6415ed0d6349311e92b68c4897b830a9ae8c0b1399a35da8ebb76af7b989b67c3e90c24cc34fd8afb903ee5f8de1062a0fa0e34a75328a281cf1706193a0
-Size (bleach-3.2.3.tar.gz) = 180414 bytes
+SHA1 (bleach-3.3.0.tar.gz) = 6813766dc5ea44e0fb5624457f2f715e89bbd7a7
+RMD160 (bleach-3.3.0.tar.gz) = eb40942d8a37ea5f874dddf7ecee06dde39063a5
+SHA512 (bleach-3.3.0.tar.gz) = 8e408289c5175234a383658552e48379da9f570866e4c248a4e5c0b7bdaa9a2e6be545943dd32968cdb425929d51de282cca0678fdc6dd06b6fc2c2f41b58097
+Size (bleach-3.3.0.tar.gz) = 181274 bytes
Home |
Main Index |
Thread Index |
Old Index