40 Commits

Author SHA256 Message Date
ea86945db8 Accepting request 1324247 from server:mail
OBS-URL: https://build.opensuse.org/request/show/1324247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rss2email?expand=0&rev=14
2025-12-24 12:15:59 +00:00
de4f954363 - Add 279.patch: Fix build against html2text >= 2025.4.15 and
require this version at least.

OBS-URL: https://build.opensuse.org/package/show/server:mail/rss2email?expand=0&rev=38
2025-12-23 08:18:43 +00:00
cbe439f088 Accepting request 1289539 from home:mcepl
- Switch the SPEC file from the single-spec one to the regular
  one (rss2email is not consumed by any other package, AFAIK, so
  multiple binary packages are not needed).
- Add dynamic-version-number.patch to switch incorrect duality of
  pyproject.toml/setup.py to the regular PEP 621 setup.cfg
  (gh#rss2email/rss2email!284).
- Add 213-http-header-config.patch to allow adding a custom
  HTTP header to the request (required for some websites,
  e.g., gh#rss2email/rss2email#273; the code is from
  gh#rss2email/rss2email!213).
- Added patch:
  * fix-tests.patch
    + upstream patch to replace a "c2 a0" utf-8 sequence in test
      feed with a space. This caused html2text >=2024.2.25 to
      produce a double space and break the tests.
- 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.
- No longer skip python310, feedparser is now available.
- Skip python310: no sgmlli3k and thus no feedparser for Python3.10
- update to 3.13.1:
  * Fix crash on html-mail entries with no URL
- specfile:
  * removed patch rss2email-3.12.2-feedparser-6.patch (fixed upstream)
  * fix 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
- 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
- fix failure with Feedparser 6 [boo#1178085]
  adding rss2email-3.12.2-feedparser-6.patch from upstream
- clean up spec file to current python Macros, run tests
- 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
- update to version 3.11:
  * Add new `user-agent` attribute for configuring email User-Agent
- update to version 3.10:
  * Catch and warn for invalid Content-Types
  * Add a manually extracted list of config options to r2e.1
  * Add a redirect post-process module
  * Follow symlinks of datafiles
  * Add zsh completion
  * Add support for maildir
  * Fix `r2e new` overwriting an existing config
  * Add new `feed-name` and `feed-url` attributes for the
    `name-format` setting
  * Change logging format
  * Allow multiple SMTP recipients
  * Fix SMTP security issues
  * Fix test suite
  * Drop support for Python 3.2 and 3.3
  * Remove `__contributors__` from the `rss2email` module
  * Stop using deprecated `html2text.unescape`
  * Fix locking issues when data file is on NFS
  * Add `same-server-fetch-interval` setting for rate-limiting fetches
    to a server
  * Update setup.py to setuptools
- switch requires from outdated python3-distribute to setuptools
- update to v3.9 (2014-09-01)
  * Catch and error out if a user adds a feed with a duplicate name.
  * Split sender into both sendmail's -F and -f.
  * Fix an error with SMTPConnectionError inheritance order ("does not
    take keyword arguments").
  * Add a new `smtp-ssl-protocol` setting, to select acceptable
    protocols for SMTP connections.
  * Fix non-compliant User-Agent header for HTTP/1.1.
  * Fix an error in the NoToEmailAddress invocation.
  * Add a new 'trust-link' setting, to prefer the 'link' attribute over
    the 'id' attribute for identifying entries.
- license update: GPL-2.0 or GPL-3.0
  This is a dual license of either GPL-2.0 or GPL-3.0. It does not allow
  updating to beyond GPL-3.0
- updated to v3.8 (2014-01-18)
  * Sluggify feed names on opmlimport.
  * Allow Unicode letters and digits in feed names, instead of just ASCII lettters and digits.
- updated to version 3.7
  * Fix fallback for titles that contain malformed HTML [1].
  * Fix atomic saves to avoid garbling config and data files if the
    disk is full [2].  Reported by Etienne Millon [3,4].
  * Convert the `friendly-name` boolean to the new `name-format`
    setting.  This allow users to customize how the friendly name is
    constructed [5].  Requested by Joey Hess [6,7].
  * Demote guessed encodings logs from 'error' to 'warning' [8].
    Patch by J. Lewis Muir [9,10].
  [1]: http://thread.gmane.org/gmane.mail.rss2email/183
  [2]: http://thread.gmane.org/gmane.mail.rss2email/182
  [3]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724671
  [4]: https://github.com/wking/rss2email/issues/22
  [5]: http://thread.gmane.org/gmane.mail.rss2email/177
  [6]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722009
  [7]: https://github.com/wking/rss2email/issues/19
  [8]: http://thread.gmane.org/gmane.mail.rss2email/178
  [9]: https://github.com/wking/rss2email/pull/18
  [10]: https://github.com/wking/rss2email/pull/20
- updated to version 3.6
  Changes since 3.5 (from CHANGELOG)
  v3.6 (2013-09-09)
    * Fix missing port argument for IMAPAuthenticationError.
    * Fix `<div id="entry>` syntax error in HTML mail.
- updated to version 3.5
  Changes since 3.4 (from CHANGELOG)
  v3.5 (2013-06-05)
    * Added digest generation and post-processing hooks.
    * Fix html2text configuration (ignored since 2012-10-04).
    * Fix opmlexport crash due to orphaned feed data.
    * Use feed names in OPML 'text' attributes.
- updated to version 3.4
  Changes since 3.3 (from CHANGELOG)
  v3.4 (2013-05-14)
    * Added post-processing hooks for user-specified message manipulation.
    * Added settings for IMAP delivery. The old `use-smtp` boolean has
      been replaced by a new `email-protocol` setting. Non-IMAP users
      should adjust their configuration to set `email-protocol`
      to either `sendmail` or `smtp`.
- updated to version 3.3
  Changes since 3.2 (from CHANGELOG):
  v3.3 (2013-04-13)
    * Fix SMTP message submission logic.
    * Fix error inheritence (super() calls).
    * Convert html2text parsing errors to `ProcessingError`s.
    * Cleanup html2text error handling.
    * Drop Google Reader rel-via manipulation.
    * Drop the wrapping <table> elements from HTML mail
- updated to verson 3.2
 Changes since 3.1 (from the CHANGELOG):
* Use extended interpolation in configuration files, to allow percent
  signs (%).
* Added .as_string() fallback to email flattening (only used if
  `use-smtp = False` and `use-8bit = True`).
* Added sendmail configuration option.  Change this if you want to use
  an alternative, sendmail-compatible mailer.
- added some missing dependencies: python3, python3-xml,
  python3-feedparser, python3-html2text
- update to version 3.1, use tar.gz instead of zip
- fixed spec file according to comments on pull request
 * removed double install of doc files
 * don't zip man page
- initial version from current git (933dc46f6af3fb5473da93e02c9a90c1e4b4ae5f)

OBS-URL: https://build.opensuse.org/request/show/1289539
OBS-URL: https://build.opensuse.org/package/show/server:mail/rss2email?expand=0&rev=37
2025-07-25 13:48:32 +00:00
f135f76f55 Accepting request 1166879 from server:mail
OBS-URL: https://build.opensuse.org/request/show/1166879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rss2email?expand=0&rev=13
2024-04-11 17:41:59 +00:00
980d20f576 Accepting request 1166878 from home:fstrba:branches:server:mail
Fix build in Factory

OBS-URL: https://build.opensuse.org/request/show/1166878
OBS-URL: https://build.opensuse.org/package/show/server:mail/rss2email?expand=0&rev=35
2024-04-11 13:20:12 +00:00
b1bb5eb2ad Accepting request 1042483 from server:mail
OBS-URL: https://build.opensuse.org/request/show/1042483
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rss2email?expand=0&rev=12
2022-12-13 17:55:39 +00:00
634d99de3a Accepting request 1040157 from home:dirkmueller:Factory
- 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.

OBS-URL: https://build.opensuse.org/request/show/1040157
OBS-URL: https://build.opensuse.org/package/show/server:mail/rss2email?expand=0&rev=33
2022-12-12 21:09:32 +00:00
eccd0861b3 Accepting request 974844 from server:mail
OBS-URL: https://build.opensuse.org/request/show/974844
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rss2email?expand=0&rev=11
2022-05-04 13:11:10 +00:00
439f53872a Accepting request 972737 from home:StevenK:branches:server:mail
- No longer skip python310, feedparser is now available.

OBS-URL: https://build.opensuse.org/request/show/972737
OBS-URL: https://build.opensuse.org/package/show/server:mail/rss2email?expand=0&rev=31
2022-05-04 08:02:42 +00:00
dc0d083e37 Accepting request 951925 from server:mail
OBS-URL: https://build.opensuse.org/request/show/951925
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rss2email?expand=0&rev=10
2022-02-06 22:54:17 +00:00
b23982ac30 Accepting request 951762 from home:bnavigator:branches:server:mail
- Skip python310: no sgmlli3k and thus no feedparser for Python3.10

OBS-URL: https://build.opensuse.org/request/show/951762
OBS-URL: https://build.opensuse.org/package/show/server:mail/rss2email?expand=0&rev=30
2022-02-06 15:05:57 +00:00
Arun Persaud
90afe3f301 Accepting request 943826 from home:dirkmueller:Factory
- update to 3.13.1:
  * Fix crash on html-mail entries with no URL

OBS-URL: https://build.opensuse.org/request/show/943826
OBS-URL: https://build.opensuse.org/package/show/server:mail/rss2email?expand=0&rev=29
2022-01-23 17:24:56 +00:00
def920d258 Accepting request 891262 from server:mail
Resubmit - at least in devel prj it builds, deps seem satisfied; let's see

OBS-URL: https://build.opensuse.org/request/show/891262
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rss2email?expand=0&rev=9
2021-05-07 14:45:58 +00:00
9ec8e1dc39 fix
OBS-URL: https://build.opensuse.org/package/show/server:mail/rss2email?expand=0&rev=27
2021-04-22 15:50:36 +00:00
e44457d9b9 Accepting request 884719 from home:apersaud:branches:server:mail
- 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

OBS-URL: https://build.opensuse.org/request/show/884719
OBS-URL: https://build.opensuse.org/package/show/server:mail/rss2email?expand=0&rev=26
2021-04-22 15:44:35 +00:00
Arun Persaud
66253ae944 Accepting request 882199 from home:apersaud:branches:server:mail
- specfile:
  * update patch
  * add __pycache__ files
  * update to newer python macros
  * skip python2

OBS-URL: https://build.opensuse.org/request/show/882199
OBS-URL: https://build.opensuse.org/package/show/server:mail/rss2email?expand=0&rev=25
2021-03-30 16:10:16 +00:00
Arun Persaud
28b3511eca fix patch
OBS-URL: https://build.opensuse.org/package/show/server:mail/rss2email?expand=0&rev=24
2021-03-30 16:02:38 +00:00
Arun Persaud
d5715fda3b Accepting request 882081 from home:apersaud:branches:server:mail
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

OBS-URL: https://build.opensuse.org/request/show/882081
OBS-URL: https://build.opensuse.org/package/show/server:mail/rss2email?expand=0&rev=23
2021-03-29 23:50:44 +00:00
f54f03887b Accepting request 847327 from server:mail
OBS-URL: https://build.opensuse.org/request/show/847327
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rss2email?expand=0&rev=8
2020-11-10 12:46:14 +00:00
Arun Persaud
f1734db3ff Accepting request 846943 from home:AndreasStieger:branches:server:mail
fix failure with Feedparser 6 [boo#1178085]

OBS-URL: https://build.opensuse.org/request/show/846943
OBS-URL: https://build.opensuse.org/package/show/server:mail/rss2email?expand=0&rev=21
2020-11-09 17:46:51 +00:00
3c708455f0 Accepting request 831607 from server:mail
OBS-URL: https://build.opensuse.org/request/show/831607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rss2email?expand=0&rev=7
2020-09-04 09:10:57 +00:00
8b703ea5cf Accepting request 831551 from home:apersaud:branches:server:mail
- 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

OBS-URL: https://build.opensuse.org/request/show/831551
OBS-URL: https://build.opensuse.org/package/show/server:mail/rss2email?expand=0&rev=19
2020-09-03 07:03:53 +00:00
cc73cb2322 Accepting request 763057 from server:mail
OBS-URL: https://build.opensuse.org/request/show/763057
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rss2email?expand=0&rev=6
2020-01-12 22:23:51 +00:00
Wolfgang Rosenauer
650e5b0386 Accepting request 759956 from home:apersaud:branches:server:mail
- update to version 3.11:
  * Add new `user-agent` attribute for configuring email User-Agent

OBS-URL: https://build.opensuse.org/request/show/759956
OBS-URL: https://build.opensuse.org/package/show/server:mail/rss2email?expand=0&rev=17
2020-01-11 08:45:49 +00:00
7e3749b70d Accepting request 733258 from server:mail
OBS-URL: https://build.opensuse.org/request/show/733258
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rss2email?expand=0&rev=5
2019-09-26 18:41:31 +00:00
Lars Vogdt
8a6035bdb0 Accepting request 732413 from home:apersaud:branches:server:mail
- update to version 3.10:
  * Catch and warn for invalid Content-Types
  * Add a manually extracted list of config options to r2e.1
  * Add a redirect post-process module
  * Follow symlinks of datafiles
  * Add zsh completion
  * Add support for maildir
  * Fix `r2e new` overwriting an existing config
  * Add new `feed-name` and `feed-url` attributes for the
    `name-format` setting
  * Change logging format
  * Allow multiple SMTP recipients
  * Fix SMTP security issues
  * Fix test suite
  * Drop support for Python 3.2 and 3.3
  * Remove `__contributors__` from the `rss2email` module
  * Stop using deprecated `html2text.unescape`
  * Fix locking issues when data file is on NFS
  * Add `same-server-fetch-interval` setting for rate-limiting fetches
    to a server
  * Update setup.py to setuptools

OBS-URL: https://build.opensuse.org/request/show/732413
OBS-URL: https://build.opensuse.org/package/show/server:mail/rss2email?expand=0&rev=15
2019-09-26 00:52:01 +00:00
946108c473 Accepting request 486303 from server:mail
1

OBS-URL: https://build.opensuse.org/request/show/486303
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rss2email?expand=0&rev=4
2017-04-07 12:21:10 +00:00
6989784cfd Accepting request 485857 from home:matejcik:branches:server:mail
- switch requires from outdated python3-distribute to setuptools

OBS-URL: https://build.opensuse.org/request/show/485857
OBS-URL: https://build.opensuse.org/package/show/server:mail/rss2email?expand=0&rev=13
2017-04-07 07:45:09 +00:00
Stephan Kulow
51d77cf6c2 Accepting request 248184 from server:mail
1

OBS-URL: https://build.opensuse.org/request/show/248184
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rss2email?expand=0&rev=3
2014-09-09 17:00:20 +00:00
Tomáš Chvátal
17960ebd38 Accepting request 247174 from home:apersaud:branches:server:mail
updated to latest version

OBS-URL: https://build.opensuse.org/request/show/247174
OBS-URL: https://build.opensuse.org/package/show/server:mail/rss2email?expand=0&rev=11
2014-09-09 14:52:32 +00:00
Stephan Kulow
79bd38f53f Accepting request 223138 from server:mail
Nice package to retrieve rss feeds via email. Already had an earlier sr# for this, but the package needed a license update which was taken car of with sr#220636, so no it should be ready for Factory.

OBS-URL: https://build.opensuse.org/request/show/223138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rss2email?expand=0&rev=1
2014-02-20 09:30:27 +00:00
Lars Vogdt
e1cb813ef5 Accepting request 220636 from home:babelworx:ldig:branches:server:mail
license update: GPL-2.0 or GPL-3.0
This is a dual license of either GPL-2.0 or GPL-3.0. It does not allow updating to beyond GPL-3.0

OBS-URL: https://build.opensuse.org/request/show/220636
OBS-URL: https://build.opensuse.org/package/show/server:mail/rss2email?expand=0&rev=9
2014-02-03 13:05:39 +00:00
Tomáš Chvátal
28b4c4145b Accepting request 214459 from home:apersaud:branches:server:mail
updated to latest version (3.8)

OBS-URL: https://build.opensuse.org/request/show/214459
OBS-URL: https://build.opensuse.org/package/show/server:mail/rss2email?expand=0&rev=8
2014-01-27 09:26:07 +00:00
Arun Persaud
cf6ecff75b Accepting request 199800 from home:apersaud:branches:server:mail
update to version 3.6

OBS-URL: https://build.opensuse.org/request/show/199800
OBS-URL: https://build.opensuse.org/package/show/server:mail/rss2email?expand=0&rev=7
2013-09-20 00:23:09 +00:00
Arun Persaud
8aec36b470 Accepting request 177946 from home:apersaud:branches:server:mail
updated to version 3.5

OBS-URL: https://build.opensuse.org/request/show/177946
OBS-URL: https://build.opensuse.org/package/show/server:mail/rss2email?expand=0&rev=6
2013-06-06 22:16:34 +00:00
Arun Persaud
518a153b46 Accepting request 175668 from home:apersaud:branches:server:mail
updated to version 3.4

OBS-URL: https://build.opensuse.org/request/show/175668
OBS-URL: https://build.opensuse.org/package/show/server:mail/rss2email?expand=0&rev=5
2013-05-14 20:53:43 +00:00
Arun Persaud
c6b149f22d Accepting request 163933 from home:apersaud:branches:server:mail
update to 3.3

OBS-URL: https://build.opensuse.org/request/show/163933
OBS-URL: https://build.opensuse.org/package/show/server:mail/rss2email?expand=0&rev=4
2013-04-14 05:05:06 +00:00
Arun Persaud
984e1ba997 Accepting request 159442 from home:apersaud:branches:server:mail
update to 3.2

OBS-URL: https://build.opensuse.org/request/show/159442
OBS-URL: https://build.opensuse.org/package/show/server:mail/rss2email?expand=0&rev=3
2013-03-14 17:59:26 +00:00
Arun Persaud
4766cf613d Accepting request 157309 from home:apersaud:branches:server:mail
added some missing dependencies to python3 packages. These cannot be found in the standard repositories at the moment (I asked for inclusion though), so a linkpac to devel:languages:python would be the best option as is already done for other packages in server:mail. The missing packages are python3-feedparser and python3-html2text.

Thanks

OBS-URL: https://build.opensuse.org/request/show/157309
OBS-URL: https://build.opensuse.org/package/show/server:mail/rss2email?expand=0&rev=2
2013-03-14 06:37:04 +00:00
Stefan Seyfried
859a6907e3 Accepting request 155571 from home:apersaud
updated previous request 149754. fixed the spec file as recommended and updated to version 3.1 that was released in the mean time.

OBS-URL: https://build.opensuse.org/request/show/155571
OBS-URL: https://build.opensuse.org/package/show/server:mail/rss2email?expand=0&rev=1
2013-03-02 11:29:54 +00:00