Path to this page:
./
textproc/py-feedparser,
Parse RSS and Atom feeds in Python
Branch: CURRENT,
Version: 6.0.10,
Package name: py39-feedparser-6.0.10,
Maintainer: schmonzUniversal 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:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 279.683 KB
Version history: (Expand)
- (2022-05-22) Updated to version: py39-feedparser-6.0.10
- (2022-05-19) Updated to version: py39-feedparser-6.0.9
- (2022-01-05) Updated to version: py39-feedparser-6.0.8nb1
- (2021-10-07) Updated to version: py39-feedparser-6.0.8
- (2021-06-23) Updated to version: py38-feedparser-6.0.8
- (2021-06-22) Updated to version: py38-feedparser-6.0.7
CVS history: (Expand)
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.
|
2021-06-18 14:04:10 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 6.0.6. From the changelog:
* Prevent an AttributeError that occurs when a server returns HTTP 3xx
but doesn't include a Location header as well. (#267)
* Prevent a TypeError crash that may occur when including a username and
password in the feed URL. (#276)
* Prevent a UnicodeDecodeError crash that may occur when the title
element's type attribute exists but is empty. (#277)
* Prevent a UnicodeEncodeError crash that may occur if the URL contains
Unicode characters in the path. (#273)
* Fix an issue with the HTTP request status on Python >= 3.9.
Updating during the freeze for the bugfixes.
|