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: Tue Jan 8 09:30:44 UTC 2019
Modified Files:
pkgsrc/www/py-beautifulsoup4: Makefile distinfo
Log Message:
py-beautifulsoup4: updated to 4.7.1
4.7.1:
* Fixed a significant performance problem introduced in 4.7.0.
* Fixed an incorrectly raised exception when inserting a tag before or
after an identical tag.
* Beautiful Soup will no longer try to keep track of namespaces that
are not defined with a prefix; this can confuse soupselect.
* Tried even harder to avoid the deprecation warning originally fixed in
4.6.1.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-beautifulsoup4/Makefile
cvs rdiff -u -r1.9 -r1.10 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.13 pkgsrc/www/py-beautifulsoup4/Makefile:1.14
--- pkgsrc/www/py-beautifulsoup4/Makefile:1.13 Wed Jan 2 10:36:08 2019
+++ pkgsrc/www/py-beautifulsoup4/Makefile Tue Jan 8 09:30:44 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2019/01/02 10:36:08 adam Exp $
+# $NetBSD: Makefile,v 1.14 2019/01/08 09:30:44 adam Exp $
-DISTNAME= beautifulsoup4-4.7.0
+DISTNAME= beautifulsoup4-4.7.1
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.9 pkgsrc/www/py-beautifulsoup4/distinfo:1.10
--- pkgsrc/www/py-beautifulsoup4/distinfo:1.9 Wed Jan 2 10:36:08 2019
+++ pkgsrc/www/py-beautifulsoup4/distinfo Tue Jan 8 09:30:44 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2019/01/02 10:36:08 adam Exp $
+$NetBSD: distinfo,v 1.10 2019/01/08 09:30:44 adam Exp $
-SHA1 (beautifulsoup4-4.7.0.tar.gz) = e2c961305af068e2aeda84c4b8e95423f1f181e5
-RMD160 (beautifulsoup4-4.7.0.tar.gz) = 8d3b31a411e28bcb231ea3c8b884f9f26e18d122
-SHA512 (beautifulsoup4-4.7.0.tar.gz) = 7bd431aa9ddcb972f13d39c46c16c87891cb9df9f8d90dcb1c818512f721f1d467d111b2fb2f0b96fb09b6ef8356c0d196a260a52f86fa0c904f145bca6782e3
-Size (beautifulsoup4-4.7.0.tar.gz) = 150086 bytes
+SHA1 (beautifulsoup4-4.7.1.tar.gz) = 1000ef6113d020d5140d556862107c3d502dd5ed
+RMD160 (beautifulsoup4-4.7.1.tar.gz) = 177353bdcd7b87aa7a922c807271df81f0bcddb4
+SHA512 (beautifulsoup4-4.7.1.tar.gz) = 7aa77bc6008bbcbbbe91b0a850007ab237d2832b63a787fbd94b7cbf47d4276b185e0c61c134df73221406458edff2b75b6b8c2b53b543aa3bb1b0e2202dac5a
+Size (beautifulsoup4-4.7.1.tar.gz) = 167065 bytes
Home |
Main Index |
Thread Index |
Old Index