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:           Mon Nov  2 14:45:58 UTC 2020

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

Log Message:
py-bleach: updated to 3.2.1

Version 3.2.1
* change linkifier to add rel="nofollow" as documented.
* suppress html5lib sanitizer DeprecationWarnings

Version 3.2.0
* ``html5lib`` dependency to version 1.1.0.
* update tests_website terminology.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-bleach/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-bleach/PLIST
cvs rdiff -u -r1.14 -r1.15 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.18 pkgsrc/www/py-bleach/Makefile:1.19
--- pkgsrc/www/py-bleach/Makefile:1.18  Sun Oct  4 17:12:21 2020
+++ pkgsrc/www/py-bleach/Makefile       Mon Nov  2 14:45:57 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2020/10/04 17:12:21 js Exp $
+# $NetBSD: Makefile,v 1.19 2020/11/02 14:45:57 adam Exp $
 
-DISTNAME=      bleach-3.1.5
+DISTNAME=      bleach-3.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/bleach/}
 
@@ -11,9 +10,9 @@ HOMEPAGE=     https://github.com/mozilla/ble
 COMMENT=       Easy whitelist-based HTML-sanitizing tool
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-six>=1.9:../../lang/py-six
-DEPENDS+=      ${PYPKGPREFIX}-webencodings-[0-9]*:../../textproc/py-webencodings
 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
 
 USE_LANGUAGES= # none

Index: pkgsrc/www/py-bleach/PLIST
diff -u pkgsrc/www/py-bleach/PLIST:1.7 pkgsrc/www/py-bleach/PLIST:1.8
--- pkgsrc/www/py-bleach/PLIST:1.7      Fri Oct 26 09:11:54 2018
+++ pkgsrc/www/py-bleach/PLIST  Mon Nov  2 14:45:57 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2018/10/26 09:11:54 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2020/11/02 14:45:57 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -12,14 +12,12 @@ ${PYSITELIB}/bleach/_vendor/README.rst
 ${PYSITELIB}/bleach/_vendor/__init__.py
 ${PYSITELIB}/bleach/_vendor/__init__.pyc
 ${PYSITELIB}/bleach/_vendor/__init__.pyo
-${PYSITELIB}/bleach/_vendor/html5lib-1.0.1.dist-info/DESCRIPTION.rst
-${PYSITELIB}/bleach/_vendor/html5lib-1.0.1.dist-info/INSTALLER
-${PYSITELIB}/bleach/_vendor/html5lib-1.0.1.dist-info/LICENSE.txt
-${PYSITELIB}/bleach/_vendor/html5lib-1.0.1.dist-info/METADATA
-${PYSITELIB}/bleach/_vendor/html5lib-1.0.1.dist-info/RECORD
-${PYSITELIB}/bleach/_vendor/html5lib-1.0.1.dist-info/WHEEL
-${PYSITELIB}/bleach/_vendor/html5lib-1.0.1.dist-info/metadata.json
-${PYSITELIB}/bleach/_vendor/html5lib-1.0.1.dist-info/top_level.txt
+${PYSITELIB}/bleach/_vendor/html5lib-1.1.dist-info/AUTHORS.rst
+${PYSITELIB}/bleach/_vendor/html5lib-1.1.dist-info/INSTALLER
+${PYSITELIB}/bleach/_vendor/html5lib-1.1.dist-info/METADATA
+${PYSITELIB}/bleach/_vendor/html5lib-1.1.dist-info/RECORD
+${PYSITELIB}/bleach/_vendor/html5lib-1.1.dist-info/WHEEL
+${PYSITELIB}/bleach/_vendor/html5lib-1.1.dist-info/top_level.txt
 ${PYSITELIB}/bleach/_vendor/html5lib/__init__.py
 ${PYSITELIB}/bleach/_vendor/html5lib/__init__.pyc
 ${PYSITELIB}/bleach/_vendor/html5lib/__init__.pyo
@@ -38,9 +36,6 @@ ${PYSITELIB}/bleach/_vendor/html5lib/_tr
 ${PYSITELIB}/bleach/_vendor/html5lib/_trie/_base.py
 ${PYSITELIB}/bleach/_vendor/html5lib/_trie/_base.pyc
 ${PYSITELIB}/bleach/_vendor/html5lib/_trie/_base.pyo
-${PYSITELIB}/bleach/_vendor/html5lib/_trie/datrie.py
-${PYSITELIB}/bleach/_vendor/html5lib/_trie/datrie.pyc
-${PYSITELIB}/bleach/_vendor/html5lib/_trie/datrie.pyo
 ${PYSITELIB}/bleach/_vendor/html5lib/_trie/py.py
 ${PYSITELIB}/bleach/_vendor/html5lib/_trie/py.pyc
 ${PYSITELIB}/bleach/_vendor/html5lib/_trie/py.pyo

Index: pkgsrc/www/py-bleach/distinfo
diff -u pkgsrc/www/py-bleach/distinfo:1.14 pkgsrc/www/py-bleach/distinfo:1.15
--- pkgsrc/www/py-bleach/distinfo:1.14  Thu Apr 30 09:37:26 2020
+++ pkgsrc/www/py-bleach/distinfo       Mon Nov  2 14:45:57 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2020/04/30 09:37:26 adam Exp $
+$NetBSD: distinfo,v 1.15 2020/11/02 14:45:57 adam Exp $
 
-SHA1 (bleach-3.1.5.tar.gz) = 3034291f3ec699d76aafefa00282007064a90312
-RMD160 (bleach-3.1.5.tar.gz) = 428cab37cf75c23f4448cddb5114e5f24bce3496
-SHA512 (bleach-3.1.5.tar.gz) = 20db9ab6924a1e884107f30e1059f774b45fd169d3965a61a4ff028e3de17e30be81474d7da89d9275b2173a005c5504a9d11f0e0ca528bf36a9bf08aeed0607
-Size (bleach-3.1.5.tar.gz) = 177972 bytes
+SHA1 (bleach-3.2.1.tar.gz) = fe9e3c773c0fd6681352c17619c5748932cb481e
+RMD160 (bleach-3.2.1.tar.gz) = 006a74b01be71aa1b8a418c96c37ca6c736a1ce8
+SHA512 (bleach-3.2.1.tar.gz) = 61710f48f00333b38d251360736e19078063433ca4d7aada210a986f7d79b08c79c64b412686c67f360e4b2e8420c40c4b515eb175ab92bd546f88e2ba0e5835
+Size (bleach-3.2.1.tar.gz) = 179763 bytes



Home | Main Index | Thread Index | Old Index