./textproc/py-feedparser, Parse RSS and Atom feeds in Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 6.0.11, Package name: py311-feedparser-6.0.11, Maintainer: schmonz

Universal Feed Parser is a Python module for downloading and parsing
syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91, Userland
RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom 0.3,
Atom 1.0, and CDF feeds. It also parses several popular extension
modules, including Dublin Core and Apple's iTunes extensions.

To use Universal Feed Parser, you will need Python 2.1 or later.
Universal Feed Parser is not meant to run standalone; it is a module
for you to use as part of a larger Python program.

Universal Feed Parser is easy to use; the module is self-contained
in a single file, feedparser.py, and it has one primary public
function, parse. parse takes a number of arguments, but only one
is required, and it can be a URL, a local filename, or a raw string
containing feed data in any format.


Required to run:
[textproc/py-sgmllib3k] [lang/python310]

Master sites:

Filesize: 279.489 KB

Version history: (Expand)


CVS history: (Expand)


   2023-12-11 04:08:13 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
py-feedparser: update to 6.0.11.

* Resolve ``cgi`` module deprecation warnings. (#330)
   2022-05-22 19:32:07 by Amitai Schleier | Files touched by this commit (2)
Log message:
Update to 6.0.10. From the changelog:

* Populate ``<summary>`` correctly if it comes after
  ``<content>``. (#260)
   2022-05-19 19:44:36 by Amitai Schleier | Files touched by this commit (2)
Log message:
Update to 6.0.9. From the changelog:

* Fix a crash that can occur with GeoRSS feeds that lack a ``<where>``
  tag. (#305)
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2021-06-23 20:18:42 by Amitai Schleier | Files touched by this commit (2)
Log message:
Update to 6.0.8. From the changelog:

* Fix the name and link to the chardet module in the documentation. (#280)
   2021-06-22 19:43:03 by Amitai Schleier | Files touched by this commit (2)
Log message:
Update to 6.0.7. From the changelog:

* Catch ``urllib.error.URLError`` to prevent crashes. (#239)

Updating during the freeze for the bugfix.