pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-beautifulsoup4



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan  8 21:08:26 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-beautifulsoup4/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-beautifulsoup4/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-beautifulsoup4/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-beautifulsoup4/Makefile
diff -u pkgsrc/www/py-beautifulsoup4/Makefile:1.16 pkgsrc/www/py-beautifulsoup4/Makefile:1.17
--- pkgsrc/www/py-beautifulsoup4/Makefile:1.16  Tue Oct 15 17:21:34 2019
+++ pkgsrc/www/py-beautifulsoup4/Makefile       Wed Jan  8 21:08:26 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2019/10/15 17:21:34 adam Exp $
+# $NetBSD: Makefile,v 1.17 2020/01/08 21:08:26 adam Exp $
 
-DISTNAME=      beautifulsoup4-4.8.1
+DISTNAME=      beautifulsoup4-4.8.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  https://www.crummy.com/software/BeautifulSoup/bs4/download/${PKGVERSION_NOREV:R}/

Index: pkgsrc/www/py-beautifulsoup4/PLIST
diff -u pkgsrc/www/py-beautifulsoup4/PLIST:1.7 pkgsrc/www/py-beautifulsoup4/PLIST:1.8
--- pkgsrc/www/py-beautifulsoup4/PLIST:1.7      Tue Oct 15 17:21:34 2019
+++ pkgsrc/www/py-beautifulsoup4/PLIST  Wed Jan  8 21:08:26 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2019/10/15 17:21:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2020/01/08 21:08:26 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -19,9 +19,6 @@ ${PYSITELIB}/bs4/builder/_htmlparser.pyo
 ${PYSITELIB}/bs4/builder/_lxml.py
 ${PYSITELIB}/bs4/builder/_lxml.pyc
 ${PYSITELIB}/bs4/builder/_lxml.pyo
-${PYSITELIB}/bs4/check_block.py
-${PYSITELIB}/bs4/check_block.pyc
-${PYSITELIB}/bs4/check_block.pyo
 ${PYSITELIB}/bs4/dammit.py
 ${PYSITELIB}/bs4/dammit.pyc
 ${PYSITELIB}/bs4/dammit.pyo

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



Home | Main Index | Thread Index | Old Index