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:   gutteridge
Date:           Tue Apr 28 21:16:14 UTC 2020

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

Log Message:
py-beautifulsoup4: update to 4.9.0

4.9.0 (20200405)

* Added PageElement.decomposed, a new property which lets you
  check whether you've already called decompose() on a Tag or
  NavigableString.

* Embedded CSS and Javascript is now stored in distinct Stylesheet and
  Script tags, which are ignored by methods like get_text(). This
  feature is not supported by the html5lib treebuilder. [bug=1868861]

* Added a Russian translation by 'authoress' to the repository.

* Fixed an unhandled exception when formatting a Tag that had been
  decomposed.[bug=1857767]

* Fixed a bug that happened when passing a Unicode filename containing
  non-ASCII characters as markup into Beautiful Soup, on a system that
  allows Unicode filenames. [bug=1866717]

* Added a performance optimization to PageElement.extract(). Patch by
  Arthur Darcet.


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

Index: pkgsrc/www/py-beautifulsoup4/distinfo
diff -u pkgsrc/www/py-beautifulsoup4/distinfo:1.13 pkgsrc/www/py-beautifulsoup4/distinfo:1.14
--- pkgsrc/www/py-beautifulsoup4/distinfo:1.13  Wed Jan  8 21:08:26 2020
+++ pkgsrc/www/py-beautifulsoup4/distinfo       Tue Apr 28 21:16:14 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2020/01/08 21:08:26 adam Exp $
+$NetBSD: distinfo,v 1.14 2020/04/28 21:16:14 gutteridge Exp $
 
-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
+SHA1 (beautifulsoup4-4.9.0.tar.gz) = 056963c8c56f0dc811dcf1605b340f93ae80e500
+RMD160 (beautifulsoup4-4.9.0.tar.gz) = b687cc76e681ca9b806789f6bfa8b3acbd4b50e6
+SHA512 (beautifulsoup4-4.9.0.tar.gz) = 8c8d3c23f9e76955e465c6d343addb5165480f59d785755f6550aa3e77e8efe0c3dd4a2f310d485162dc046b05f797a8a6aee96a515d59659c820993e0ee37d7
+Size (beautifulsoup4-4.9.0.tar.gz) = 368809 bytes



Home | Main Index | Thread Index | Old Index