pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-bleach



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr  6 19:51:47 UTC 2021

Modified Files:
        pkgsrc/www/py-bleach: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/py-bleach/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-bleach/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-bleach/Makefile
diff -u pkgsrc/www/py-bleach/Makefile:1.20 pkgsrc/www/py-bleach/Makefile:1.21
--- pkgsrc/www/py-bleach/Makefile:1.20  Wed Jan 27 09:43:43 2021
+++ pkgsrc/www/py-bleach/Makefile       Tue Apr  6 19:51:47 2021
@@ -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 @@ LICENSE=    apache-2.0
 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"

Index: pkgsrc/www/py-bleach/distinfo
diff -u pkgsrc/www/py-bleach/distinfo:1.16 pkgsrc/www/py-bleach/distinfo:1.17
--- pkgsrc/www/py-bleach/distinfo:1.16  Wed Jan 27 09:43:43 2021
+++ pkgsrc/www/py-bleach/distinfo       Tue Apr  6 19:51:47 2021
@@ -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