Path to this page:
./
mail/rss2email,
Get RSS feeds emailed to you
Branch: CURRENT,
Version: 3.14nb2,
Package name: rss2email-3.14nb2,
Maintainer: schmonzrss2email is a simple Python script that lets you subscribe to a
list of XML newsfeeds and get new items sent to you by email.
Required to run:[
textproc/py-expat] [
textproc/py-html2text] [
textproc/py-feedparser] [
lang/python310]
Master sites:
Filesize: 171.484 KB
Version history: (Expand)
- (2023-10-23) Updated to version: rss2email-3.14nb2
- (2023-08-14) Updated to version: rss2email-3.14nb1
- (2022-08-27) Updated to version: rss2email-3.14
- (2022-06-30) Updated to version: rss2email-3.13.1nb2
- (2022-01-05) Updated to version: rss2email-3.13.1nb1
- (2021-05-16) Updated to version: rss2email-3.13.1
CVS history: (Expand)
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2022-08-27 06:40:23 by Amitai Schleier | Files touched by this commit (2) | |
Log message:
Update to 3.14. From the changelog:
* New `digest-type` configuration adds optional more widely supported
`multipart/mixed` format
* New argument `--only-new` on the `add` command to ignore entries in
feed when added, so only new entries will be sent.
* Fix exception when parsing a feed with a linebreak in its title
* Add a new `subject-format` setting, customise the subject line
* Removed '$' interpolation in config file to allow URLs containing
dollar signs. Interpolation was not fully supported, and the
placeholder would not survive a second save. Config files with ${...}
placeholders will need to be manually edited after upgrading, or a
save forced by adding and removing a fake feed before upgrading.
* Fix default HTTP User-Agent to use `rss2email` instead of
`feedparser`, and fix `user-agent` setting to consistently apply to
both outgoing emails and HTTP requests. This introduces a couple of
potentially breaking changes:
* Configurations that came to rely on the `feedparser` UA string
should adjust to the updated UA string going forward.
* Configurations that came to rely on the unintended behaviour, that
configuring the User-Agent header in emails does not affect HTTP
requests, should use a custom `post-process` hook instead.
|
2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524) |
Log message:
*: Revbump packages that use Python at runtime without a PKGNAME prefix
|
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 12:54:34 by Nia Alarie | Files touched by this commit (356) |
Log message:
mail: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles were unfetchable (possibly fetched
conditionally?):
./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
|
2021-10-07 16:25:52 by Nia Alarie | Files touched by this commit (357) |
Log message:
mail: Remove SHA1 hashes for distfiles
|
2021-05-16 07:53:19 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 3.13.1. From the changelog:
* Fix crash on html-mail entries with no URL
|
2021-04-03 20:43:32 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 3.13. From the changelog:
* Drop support for Python 3.5, add support for Python 3.9
* Switch to feedparser 6
* Switch to poetry instead of requirements.txt
* Make the `verbose` flag in the config file actually have an impact,
and have it default to `info`
* Improve log messages
* Remove documentation of `smtp-ssl-protocol` as this option was
dropped in 2016
* Stop forging SMTP and sendmail envelope sender (#134)
* Add sendmail_config option
* Log sendmail output
* Support multipart/alternative emails with both HTML and plain text
parts with option `multipart-html`
* Add inline-links option, allowing links to be sent to the bottom of
the paragraph
* Add wrap-links option, preventing links from be wrapped over
multiple lines
* Stop looking in $XDG_DATA_DIRS for the database, and only look in
$XDG_DATA_HOME
* Warnings about HTTP content-type being unexpected now properly display
* Make the proxy parameter also affect https connections
* Add a --clean argument on the run command to reduce the database size
* Set body element attribute dir=auto in HTML mail
* Store the lock file in XDG_RUNTIME_DIR instead of /tmp
|