Next | Query returned 29 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2020-10-13 14:16:39 by Amitai Schleier | Files touched by this commit (9)
Log message:
Move the final 2.7-compatible py-feedparser to py-feedparser5.
   2020-10-07 21:46:53 by Amitai Schleier | Files touched by this commit (4)
Log message:
Update to 0.16.0. From the changelog:

API changes:

* refactoring into a somewhat MVC model: split large feeds.py into
  model.py and controller.py
* rename FeedCacheStorage to FeedItemCacheStorage
* factor out getter/setters in the base sqlite class
* remove conn member in sqlite to force use of context manager
* move session and fetching to the feed manager
* rename feeds to feed_manager in main
* allow absolute path in folder setting (Closes: #14)

New features:

* caching: latest feed contents get cached to avoid re-downloading
  unchanged feeds. this includes parsing HTTP headers and so on, and
  relies on the good behavior of the `cachecontrol` Python module
* Python 3.6-3.8 support

Bugfixes:
* recover from feedparser exceptions (Closes: #964597)

[ Roland Hieber ]
* README: don't let the example config create a folder named '~/Mailbox/'

[ Ian Zimmerman ]
* add --quiet option to silence warnings since --loglevel was broken
   2020-03-31 12:31:30 by Amitai Schleier | Files touched by this commit (3)
Log message:
Use the 0.15.0-tagged distfile directly. Extracted, patched trees
compare identical before and after.
   2020-02-03 02:16:38 by Amitai Schleier | Files touched by this commit (1)
Log message:
Add missing dependencies on py-attrs and py-wcwidth. Bump PKGREVISION.
   2020-02-01 04:07:49 by Amitai Schleier | Files touched by this commit (1)
Log message:
Add missing BUILD_DEPENDS on py-wheel.
   2020-01-31 21:44:02 by Amitai Schleier | Files touched by this commit (1)
Log message:
Add missing py-sqlite3 dependency. Bump PKGREVISION.
   2020-01-30 19:02:42 by Amitai Schleier | Files touched by this commit (2)
Log message:
Update to 0.15.0 (by diffing git tags, no new distfile available). From
the changelog:

- Play catchup with newer html2text version again
- Workaround timezone parsing bug in dateparser
- Switch to dateparser for PyPI and tests as well
- Register properly the special mark we are using
- Reduce noise level of 'missing time' problems
   2020-01-29 20:09:55 by Amitai Schleier | Files touched by this commit (1)
Log message:
Sort PLIST (thanks leot@).
   2020-01-29 17:48:48 by Amitai Schleier | Files touched by this commit (6)
Log message:
Initial import of feed2exec, the programmable feed reader.

feed2exec is a simple program that runs custom actions on new RSS feed
items (or whatever feedparser can read). It currently has support for
writing into mailboxes (Maildir folders) or executing commands, but more
actions can be easily implemented through plugins. Email are saved as
multipart plain/HTML and can be sent to arbitrary folders.

Next | Query returned 29 messages, browsing 21 to 30 | previous