pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-feedparser Update to a prerelease 4.2 snap...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d65358e84a8
branches:  trunk
changeset: 545553:4d65358e84a8
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Thu Aug 07 14:56:11 2008 +0000

description:
Update to a prerelease 4.2 snapshot, as 4.1 no longer copes
particularly well with many feeds and there's no indication that
a release is imminent. From the changelog:

* Support for parsing microformats, including rel=enclosure, rel=tag,
  XFN, and hCard.
* Updated the whitelist of acceptable HTML elements and attributes based
  on the latest draft of the HTML 5 specification.
* Support for CSS Sanitization. (Previous versions of Universal Feed
  Parser simply stripped all inline styles.) Many thanks to Sam Ruby for
  implementing this, despite my insistence that it was impossible.
* Support for SVG Sanitization.
* Support for MathML Sanitization. Many thanks to Jacques Distler for
  patiently debugging this feature.
* IRI support for every element that can contain a URI.
* Ability to disable relative URI resolution.
* Command-line arguments and alternate serializers, for manipulating
  Universal Feed Parser from shell scripts or other non-Python sources.
* More robust parsing of author email addresses, misencoded win-1252
  content, rel=self links, and better detection of HTML content in
  elements with ambiguous content types.

diffstat:

 textproc/py-feedparser/Makefile |  11 ++++-------
 textproc/py-feedparser/distinfo |   8 ++++----
 2 files changed, 8 insertions(+), 11 deletions(-)

diffs (41 lines):

diff -r d86ad50bd7d3 -r 4d65358e84a8 textproc/py-feedparser/Makefile
--- a/textproc/py-feedparser/Makefile   Thu Aug 07 14:05:56 2008 +0000
+++ b/textproc/py-feedparser/Makefile   Thu Aug 07 14:56:11 2008 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.13 2008/06/12 02:14:52 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2008/08/07 14:56:11 schmonz Exp $
 #
 
-DISTNAME=              feedparser-4.1
-PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=           1
+DISTNAME=              feedparser-2008-08-05-4.2-pre-290-svn
+PKGNAME=               ${PYPKGPREFIX}-feedparser-4.2pre290
 CATEGORIES=            textproc python
-MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=feedparser/}
+MASTER_SITES=          http://nightly.feedparser.org/dist/
 EXTRACT_SUFX=          .zip
 
 MAINTAINER=            schmonz%NetBSD.org@localhost
@@ -14,8 +13,6 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-WRKSRC=                        ${WRKDIR}
-
 PYDISTUTILSPKG=                yes
 
 .include "../../lang/python/extension.mk"
diff -r d86ad50bd7d3 -r 4d65358e84a8 textproc/py-feedparser/distinfo
--- a/textproc/py-feedparser/distinfo   Thu Aug 07 14:05:56 2008 +0000
+++ b/textproc/py-feedparser/distinfo   Thu Aug 07 14:56:11 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2006/01/24 07:01:06 schmonz Exp $
+$NetBSD: distinfo,v 1.8 2008/08/07 14:56:11 schmonz Exp $
 
-SHA1 (feedparser-4.1.zip) = 3a7174e11c8c523ea461c9d47a80526ba29a6544
-RMD160 (feedparser-4.1.zip) = a5ab457642aa664190ddd0d03b3f8b73254344c2
-Size (feedparser-4.1.zip) = 258511 bytes
+SHA1 (feedparser-2008-08-05-4.2-pre-290-svn.zip) = 3b88b2f8c4db12155e8ba487b5edd0b65e6dc6c1
+RMD160 (feedparser-2008-08-05-4.2-pre-290-svn.zip) = f373c3326a38dc702df77151d2f4614d62938093
+Size (feedparser-2008-08-05-4.2-pre-290-svn.zip) = 312714 bytes



Home | Main Index | Thread Index | Old Index