Revisions of rss2email

buildservice-autocommit accepted request 1166879 from Ana Guerrero's avatar Ana Guerrero (anag+factory) (revision 36)
baserev update by copy to link target
buildservice-autocommit accepted request 1042483 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 34)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1040157 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 33)
- update to 3.14:
  * 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:
    o Configurations that came to rely on the `feedparser` UA string should adjust to the updated UA string going forward.
    o 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.
buildservice-autocommit accepted request 974844 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 32)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 972737 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 31)
- No longer skip python310, feedparser is now available.
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 951762 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 30)
- Skip python310: no sgmlli3k and thus no feedparser for Python3.10
Arun Persaud's avatar Arun Persaud (apersaud) accepted request 943826 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 29)
- update to 3.13.1:
  * Fix crash on html-mail entries with no URL
buildservice-autocommit accepted request 891262 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) (revision 28)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) committed (revision 27)
fix
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 884719 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 26)
- specfile:
  * removed patch rss2email-3.12.2-feedparser-6.patch (fixed upstream)
  * fix/update requirements
- update to version 13.3:
  * 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
  * Upgraded to feedparser v6.0
    (https://github.com/kurtmckee/feedparser/)
  * Drop support for Python 3.5, add support for Python 3.9
  * 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
Arun Persaud's avatar Arun Persaud (apersaud) accepted request 882199 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 25)
- specfile:
  * update patch
  * add __pycache__ files
  * update to newer python macros
  * skip python2
Arun Persaud's avatar Arun Persaud (apersaud) committed (revision 24)
fix patch
Arun Persaud's avatar Arun Persaud (apersaud) accepted request 882081 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 23)
should fix recent build errors.

- specfile:
  * update patch
  * add __pycache__ files
  * update to newer python macros
  * skip python2
- update to version 3.12.3:
  * *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
  * Fix verbose configuration setting
  * Upgraded to feedparser v6.0
    (https://github.com/kurtmckee/feedparser/)
  * Drop support for Python 3.5
  * 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
buildservice-autocommit accepted request 847327 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 22)
baserev update by copy to link target
Arun Persaud's avatar Arun Persaud (apersaud) accepted request 846943 from Andreas Stieger's avatar Andreas Stieger (AndreasStieger) (revision 21)
fix failure with Feedparser 6 [boo#1178085]
buildservice-autocommit accepted request 831607 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 20)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 831551 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 19)
- update to version 3.12.2:
  * Fix bug `AttributeError: 'NoneType' object has no attribute
    'close'` (#126)
- changes from version 3.12.1 :
  * Fix calling opmlexport without arguments
- changes from version 3.12:
  * Drop support for EOL Python 3.4, add support for Python 3.8
  * Add List_ID and List_Post headers to the generated emails
  * Add a new `reply-changes` setting
  * Improve configurability of text wrapping for the emails
  * Use `platform.node()` instead of "dev.null.invalid" in
    "Message-ID" header
  * Improve locking support for when multiple rss2email instances are
    run in parallel
  * Fix handling of __VERSION__ and __URL__ in user-agent strings
  * Fix opmlexport
buildservice-autocommit accepted request 763057 from Wolfgang Rosenauer's avatar Wolfgang Rosenauer (wrosenauer) (revision 18)
baserev update by copy to link target
Wolfgang Rosenauer's avatar Wolfgang Rosenauer (wrosenauer) accepted request 759956 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 17)
- update to version 3.11:
  * Add new `user-agent` attribute for configuring email User-Agent
Displaying revisions 1 - 20 of 36
openSUSE Build Service is sponsored by