Wed Jan 8 21:08:26 2020 UTC ()
py-beautifulsoup4: updated to 4.8.2

4.8.2:

* Added Python docstrings to all public methods of the most commonly
  used classes.

* Added a Chinese translation by Deron Wang and a Brazilian Portuguese
  translation by Cezar Peixeiro to the repository.

* Fixed two deprecation warnings.

* The html.parser tree builder now correctly handles DOCTYPEs that are
  not uppercase.

* PageElement.select() now returns a ResultSet rather than a regular
  list, making it consistent with methods like find_all().


(adam)
diff -r1.16 -r1.17 pkgsrc/www/py-beautifulsoup4/Makefile
diff -r1.7 -r1.8 pkgsrc/www/py-beautifulsoup4/PLIST
diff -r1.12 -r1.13 pkgsrc/www/py-beautifulsoup4/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/www/py-beautifulsoup4/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-beautifulsoup4/Makefile 2019/10/15 17:21:34 1.16
+++ pkgsrc/www/py-beautifulsoup4/Makefile 2020/01/08 21:08:26 1.17
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.16 2019/10/15 17:21:34 adam Exp $ 1# $NetBSD: Makefile,v 1.17 2020/01/08 21:08:26 adam Exp $
2 2
3DISTNAME= beautifulsoup4-4.8.1 3DISTNAME= beautifulsoup4-4.8.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= https://www.crummy.com/software/BeautifulSoup/bs4/download/${PKGVERSION_NOREV:R}/ 6MASTER_SITES= https://www.crummy.com/software/BeautifulSoup/bs4/download/${PKGVERSION_NOREV:R}/
7MASTER_SITES+= ${MASTER_SITE_PYPI:=b/beautifulsoup4/} 7MASTER_SITES+= ${MASTER_SITE_PYPI:=b/beautifulsoup4/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://www.crummy.com/software/BeautifulSoup/ 10HOMEPAGE= https://www.crummy.com/software/BeautifulSoup/
11COMMENT= HTML/XML Parser for Python, version 4 11COMMENT= HTML/XML Parser for Python, version 4
12LICENSE= mit 12LICENSE= mit
13 13
14DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml 14DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
15DEPENDS+= ${PYPKGPREFIX}-soupsieve>=1.2:../../www/py-soupsieve 15DEPENDS+= ${PYPKGPREFIX}-soupsieve>=1.2:../../www/py-soupsieve
16 16

cvs diff -r1.7 -r1.8 pkgsrc/www/py-beautifulsoup4/PLIST (expand / switch to unified diff)

--- pkgsrc/www/py-beautifulsoup4/PLIST 2019/10/15 17:21:34 1.7
+++ pkgsrc/www/py-beautifulsoup4/PLIST 2020/01/08 21:08:26 1.8
@@ -1,37 +1,34 @@ @@ -1,37 +1,34 @@
1@comment $NetBSD: PLIST,v 1.7 2019/10/15 17:21:34 adam Exp $ 1@comment $NetBSD: PLIST,v 1.8 2020/01/08 21:08:26 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/requires.txt 5${PYSITELIB}/${EGG_INFODIR}/requires.txt
6${PYSITELIB}/${EGG_INFODIR}/top_level.txt 6${PYSITELIB}/${EGG_INFODIR}/top_level.txt
7${PYSITELIB}/bs4/__init__.py 7${PYSITELIB}/bs4/__init__.py
8${PYSITELIB}/bs4/__init__.pyc 8${PYSITELIB}/bs4/__init__.pyc
9${PYSITELIB}/bs4/__init__.pyo 9${PYSITELIB}/bs4/__init__.pyo
10${PYSITELIB}/bs4/builder/__init__.py 10${PYSITELIB}/bs4/builder/__init__.py
11${PYSITELIB}/bs4/builder/__init__.pyc 11${PYSITELIB}/bs4/builder/__init__.pyc
12${PYSITELIB}/bs4/builder/__init__.pyo 12${PYSITELIB}/bs4/builder/__init__.pyo
13${PYSITELIB}/bs4/builder/_html5lib.py 13${PYSITELIB}/bs4/builder/_html5lib.py
14${PYSITELIB}/bs4/builder/_html5lib.pyc 14${PYSITELIB}/bs4/builder/_html5lib.pyc
15${PYSITELIB}/bs4/builder/_html5lib.pyo 15${PYSITELIB}/bs4/builder/_html5lib.pyo
16${PYSITELIB}/bs4/builder/_htmlparser.py 16${PYSITELIB}/bs4/builder/_htmlparser.py
17${PYSITELIB}/bs4/builder/_htmlparser.pyc 17${PYSITELIB}/bs4/builder/_htmlparser.pyc
18${PYSITELIB}/bs4/builder/_htmlparser.pyo 18${PYSITELIB}/bs4/builder/_htmlparser.pyo
19${PYSITELIB}/bs4/builder/_lxml.py 19${PYSITELIB}/bs4/builder/_lxml.py
20${PYSITELIB}/bs4/builder/_lxml.pyc 20${PYSITELIB}/bs4/builder/_lxml.pyc
21${PYSITELIB}/bs4/builder/_lxml.pyo 21${PYSITELIB}/bs4/builder/_lxml.pyo
22${PYSITELIB}/bs4/check_block.py 
23${PYSITELIB}/bs4/check_block.pyc 
24${PYSITELIB}/bs4/check_block.pyo 
25${PYSITELIB}/bs4/dammit.py 22${PYSITELIB}/bs4/dammit.py
26${PYSITELIB}/bs4/dammit.pyc 23${PYSITELIB}/bs4/dammit.pyc
27${PYSITELIB}/bs4/dammit.pyo 24${PYSITELIB}/bs4/dammit.pyo
28${PYSITELIB}/bs4/diagnose.py 25${PYSITELIB}/bs4/diagnose.py
29${PYSITELIB}/bs4/diagnose.pyc 26${PYSITELIB}/bs4/diagnose.pyc
30${PYSITELIB}/bs4/diagnose.pyo 27${PYSITELIB}/bs4/diagnose.pyo
31${PYSITELIB}/bs4/element.py 28${PYSITELIB}/bs4/element.py
32${PYSITELIB}/bs4/element.pyc 29${PYSITELIB}/bs4/element.pyc
33${PYSITELIB}/bs4/element.pyo 30${PYSITELIB}/bs4/element.pyo
34${PYSITELIB}/bs4/formatter.py 31${PYSITELIB}/bs4/formatter.py
35${PYSITELIB}/bs4/formatter.pyc 32${PYSITELIB}/bs4/formatter.pyc
36${PYSITELIB}/bs4/formatter.pyo 33${PYSITELIB}/bs4/formatter.pyo
37${PYSITELIB}/bs4/testing.py 34${PYSITELIB}/bs4/testing.py

cvs diff -r1.12 -r1.13 pkgsrc/www/py-beautifulsoup4/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-beautifulsoup4/distinfo 2019/10/15 17:21:34 1.12
+++ pkgsrc/www/py-beautifulsoup4/distinfo 2020/01/08 21:08:26 1.13
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.12 2019/10/15 17:21:34 adam Exp $ 1$NetBSD: distinfo,v 1.13 2020/01/08 21:08:26 adam Exp $
2 2
3SHA1 (beautifulsoup4-4.8.1.tar.gz) = afec76610be96ce8141bf56885bea55ff458d457 3SHA1 (beautifulsoup4-4.8.2.tar.gz) = cf63aa6ecfdbc243a696ff3ae60936109ca48058
4RMD160 (beautifulsoup4-4.8.1.tar.gz) = 8d8d811507d63ee72f55240cad1c86a0f2209d30 4RMD160 (beautifulsoup4-4.8.2.tar.gz) = 0f37b2da01e72e4a777174ecb266a17a907e204f
5SHA512 (beautifulsoup4-4.8.1.tar.gz) = 7abc5e84cb8da5428dafc6b473418d0cc72b518cb1a73d4ae58b8dad3ec985e5778629dc1d7c8374dfb223be981983c745a1dbb55a98078b4cfe7ba5ce25539b 5SHA512 (beautifulsoup4-4.8.2.tar.gz) = aab90eb22614e9a2fb47792389a951b3ad7faf9791e15984a6c27a38be6f3d0ccbf3a9753d9afb5c70105097ac1a9c5f9e07206e12c6d4cb7a7f6d4e90ec18c2
6Size (beautifulsoup4-4.8.1.tar.gz) = 159164 bytes 6Size (beautifulsoup4-4.8.2.tar.gz) = 298650 bytes