diff options
author | wiz <wiz@pkgsrc.org> | 2019-05-21 18:13:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-05-21 18:13:33 +0000 |
commit | 3144ec70ea3d9718caa8d8e05010d8508a4fa169 (patch) | |
tree | cd5e5f0199960c8e56cd85a67e0eed0add4ca9b4 /textproc | |
parent | 8ca690169e81b6b5fb77fda731d5641aadc2a2ff (diff) | |
download | pkgsrc-3144ec70ea3d9718caa8d8e05010d8508a4fa169.tar.gz |
py-html5-parser: update to 0.4.6.
Soup builder: Fix empty tags being output a <tag></tag> when using bs4
Fix compiler warning
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-html5-parser/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-html5-parser/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/py-html5-parser/Makefile b/textproc/py-html5-parser/Makefile index 41014e318b1..d80c4670008 100644 --- a/textproc/py-html5-parser/Makefile +++ b/textproc/py-html5-parser/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2018/04/29 10:03:26 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2019/05/21 18:13:33 wiz Exp $ -DISTNAME= html5-parser-0.4.5 +DISTNAME= html5-parser-0.4.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc www python MASTER_SITES= ${MASTER_SITE_PYPI:=h/html5-parser/} diff --git a/textproc/py-html5-parser/distinfo b/textproc/py-html5-parser/distinfo index 6ef5ede7188..25677ea63ab 100644 --- a/textproc/py-html5-parser/distinfo +++ b/textproc/py-html5-parser/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2018/04/29 10:03:26 wiz Exp $ +$NetBSD: distinfo,v 1.3 2019/05/21 18:13:33 wiz Exp $ -SHA1 (html5-parser-0.4.5.tar.gz) = b11e843820c108f05ebdf0d6a065446f9cc75641 -RMD160 (html5-parser-0.4.5.tar.gz) = aa7cc34ac0faacc0f2fd5bb8edb16d71a1623367 -SHA512 (html5-parser-0.4.5.tar.gz) = 3c0421dd228ba5f3544f188fde5391d6be0fe92b879cf1e7697b5e5612a9e5bf08863bcb76f4297a59bfbfc69010a95f5d97fff78a7e6d26c889e173b07e4ae5 -Size (html5-parser-0.4.5.tar.gz) = 275587 bytes +SHA1 (html5-parser-0.4.6.tar.gz) = 4e86dcee70d75bf7f8899184ad7a9b34e1698bae +RMD160 (html5-parser-0.4.6.tar.gz) = f7fb7cf303f16d63867122cadede771cf44edb9d +SHA512 (html5-parser-0.4.6.tar.gz) = 1291dfcb3a13404ed440ea99bb92a9717ea365e28372bf0ec6b08d5b72678e2040786d1e72a76a8f77e978d30f0ffd8e921b4e5b4eab40045c57552ec9c8477c +Size (html5-parser-0.4.6.tar.gz) = 275577 bytes |