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 Jan 21 12:23:39 UTC 2019

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

Log Message:
py-bleach: updated to 3.1.0

Version 3.1.0:
**Features**
* Add recognized_tags argument to the linkify Linker class. This
  fixes issues when linkifying on its own and having some tags get escaped.
  It defaults to a list of HTML5 tags.

**Bug fixes**
* Add six>=1.9 to requirements.
* Fix cases where attribute names could have invalid characters in them.
* Fix problems with LinkifyFilter not being able to match links
  across &.
* Fix InputStreamWithMemory when the BleachHTMLParser is
  parsing meta tags.
* Fix doctests.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-bleach/Makefile
cvs rdiff -u -r1.10 -r1.11 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.12 pkgsrc/www/py-bleach/Makefile:1.13
--- pkgsrc/www/py-bleach/Makefile:1.12  Tue Oct 30 09:48:29 2018
+++ pkgsrc/www/py-bleach/Makefile       Mon Jan 21 12:23:39 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2018/10/30 09:48:29 hauke Exp $
+# $NetBSD: Makefile,v 1.13 2019/01/21 12:23:39 adam Exp $
 
-DISTNAME=      bleach-3.0.2
-PKGREVISION=   1
+DISTNAME=      bleach-3.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/bleach/}
@@ -11,7 +10,7 @@ HOMEPAGE=     https://github.com/mozilla/ble
 COMMENT=       Easy whitelist-based HTML-sanitizing tool
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-six>=1.9:../../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>=3.0.0:../../devel/py-test

Index: pkgsrc/www/py-bleach/distinfo
diff -u pkgsrc/www/py-bleach/distinfo:1.10 pkgsrc/www/py-bleach/distinfo:1.11
--- pkgsrc/www/py-bleach/distinfo:1.10  Fri Oct 26 09:11:54 2018
+++ pkgsrc/www/py-bleach/distinfo       Mon Jan 21 12:23:39 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2018/10/26 09:11:54 adam Exp $
+$NetBSD: distinfo,v 1.11 2019/01/21 12:23:39 adam Exp $
 
-SHA1 (bleach-3.0.2.tar.gz) = e7ee75050ccace055d5040010e3fdfb8e2535a3a
-RMD160 (bleach-3.0.2.tar.gz) = 56c205f477a43e4b9d8d13145b7b6d86adbb7dc9
-SHA512 (bleach-3.0.2.tar.gz) = f5a6537c5b048a23b7834f27e30413517f82082f2abc4ad26c16a3aa4486545beec5394d2b759e82022f4cb8915e4034d8cd3383e41a3772a73f3858c283c155
-Size (bleach-3.0.2.tar.gz) = 165682 bytes
+SHA1 (bleach-3.1.0.tar.gz) = b44b7705a1425338cf429d66f009aa15d09b768d
+RMD160 (bleach-3.1.0.tar.gz) = aa1bda9144a52123e900452e78325da2090cbded
+SHA512 (bleach-3.1.0.tar.gz) = 8db3a54b68fa66a07a3b4b90481557aac06e7783f9c72035a6f037909017354718b67b64153e1cd50cb2c821174b8282837c4c3e667878041a68703b141b2969
+Size (bleach-3.1.0.tar.gz) = 167814 bytes



Home | Main Index | Thread Index | Old Index