commit rss2email for openSUSE:Factory

2020-11-10 Thread root
Hello community,

here is the log from the commit of package rss2email for openSUSE:Factory 
checked in at 2020-11-10 13:46:14

Comparing /work/SRC/openSUSE:Factory/rss2email (Old)
 and  /work/SRC/openSUSE:Factory/.rss2email.new.11331 (New)


Package is "rss2email"

Tue Nov 10 13:46:14 2020 rev:8 rq:847327 version:3.12.2

Changes:

--- /work/SRC/openSUSE:Factory/rss2email/rss2email.changes  2020-09-04 
11:11:28.947011750 +0200
+++ /work/SRC/openSUSE:Factory/.rss2email.new.11331/rss2email.changes   
2020-11-10 13:53:17.270868763 +0100
@@ -1,0 +2,7 @@
+Sun Nov  8 13:22:23 UTC 2020 - Andreas Stieger 
+
+- 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
+
+---

New:

  rss2email-3.12.2-feedparser-6.patch



Other differences:
--
++ rss2email.spec ++
--- /var/tmp/diff_new_pack.QObF5x/_old  2020-11-10 13:53:17.830867704 +0100
+++ /var/tmp/diff_new_pack.QObF5x/_new  2020-11-10 13:53:17.838867689 +0100
@@ -22,44 +22,43 @@
 Summary:Receive RSS feeds by email
 License:GPL-2.0-only OR GPL-3.0-only
 Group:  Development/Languages/Python
-URL:http://pypi.python.org/pypi/rss2email/
-Source: rss2email-%{version}.tar.gz
-BuildRequires:  python3
-BuildRequires:  python3-feedparser
-BuildRequires:  python3-html2text
-BuildRequires:  python3-setuptools
-Requires:   python3
-Requires:   python3-feedparser
-Requires:   python3-html2text
-Requires:   python3-xml
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+URL:https://github.com/rss2email/rss2email
+Source: 
https://github.com/rss2email/rss2email/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Patch0: rss2email-3.12.2-feedparser-6.patch
+BuildRequires:  %{python_module feedparser >= 6.0.0}
+BuildRequires:  %{python_module html2text >= 3.0.1}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{pythons}
+BuildRequires:  python-rpm-generators
 BuildArch:  noarch
+%{?python_enable_dependency_generator}
 
 %description
-A free, open-source tool for Windows, Mac OS and UNIX for
-getting news from RSS feeds in email. It is a simple program which you
-can run in your crontab.  It watches RSS feeds and sends you nicely
-formatted email message for each new item.
+Lets users receive news from RSS feeds in email. Intended to be run from
+a crontab, watches RSS feeds and sends formatted email messages for new
+items.
 
 %prep
-%setup -q -n rss2email-%{version}
+%autosetup -p1
 
 %build
-python3 setup.py build
+%python_build
 
 %install
-python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 install -Dm644 r2e.1 %{buildroot}/%{_mandir}/man1/r2e.1
 
+%check
+pushd test
+%pyunittest --verbose
+popd
+
 %files
-%defattr(-,root,root,-)
-%dir %{python3_sitelib}/rss2email
-%{python3_sitelib}/rss2email/*
-%dir %{python3_sitelib}/rss2email-%{version}-py*.egg-info
-%{python3_sitelib}/rss2email-%{version}-py*.egg-info
-%_mandir/*/r2e.1*
-%doc AUTHORS CHANGELOG README.rst
 %license COPYING
-/usr/bin/r2e
+%doc AUTHORS CHANGELOG README.rst
+%{python3_sitelib}/rss2email
+%{python3_sitelib}/rss2email-%{version}-py*.egg-info
+%{_bindir}/r2e
+%{_mandir}/*/r2e.1%{?ext_man}
 
 %changelog

++ rss2email-3.12.2-feedparser-6.patch ++
From: Andreas Stieger 
Date: Sun, 08 Nov 2020 13:11:39 +
Subject: Support feedparser 6
References: https://github.com/rss2email/rss2email/issues/73 
https://github.com/rss2email/rss2email/pull/149 
https://bugzilla.opensuse.org/show_bug.cgi?id=1178085

Traceback (most recent call last):
  File "/usr/bin/r2e", line 5, in 
rss2email.main.run()
  File "/usr/lib/python3.8/site-packages/rss2email/main.py", line 186, in run
args.func(feeds=feeds, args=args)
  File "/usr/lib/python3.8/site-packages/rss2email/command.py", line 90, in run
feed.run(send=args.send)
  File "/usr/lib/python3.8/site-packages/rss2email/feed.py", line 912, in run
for (guid, state, sender, message) in self._process(parsed):
  File "/usr/lib/python3.8/site-packages/rss2email/feed.py", line 381, in 
_process
self._check_for_errors(parsed)
  File "/usr/lib/python3.8/site-packages/rss2email/feed.py", line 436, in 
_check_for_errors
elif isinstance(exc, _feedparser.zlib.error):
AttributeError: module 'feedparser' has no attribute 'zlib'

Index: rss2email-3.12.2/rss2email/feed.py
===
--- rss2email-3.12.2.orig/rss2email/feed.py
+++ rss2email-3.12.2/rss2email/feed.py
@@ -433,7 +433,7 @@ class Feed (object):
 elif isinstance(exc, 

commit rss2email for openSUSE:Factory

2020-09-04 Thread root
Hello community,

here is the log from the commit of package rss2email for openSUSE:Factory 
checked in at 2020-09-04 11:10:57

Comparing /work/SRC/openSUSE:Factory/rss2email (Old)
 and  /work/SRC/openSUSE:Factory/.rss2email.new.3399 (New)


Package is "rss2email"

Fri Sep  4 11:10:57 2020 rev:7 rq:831607 version:3.12.2

Changes:

--- /work/SRC/openSUSE:Factory/rss2email/rss2email.changes  2020-01-12 
23:25:43.454845865 +0100
+++ /work/SRC/openSUSE:Factory/.rss2email.new.3399/rss2email.changes
2020-09-04 11:11:28.947011750 +0200
@@ -1,0 +2,22 @@
+Thu Sep  3 02:19:30 UTC 2020 - Arun Persaud 
+
+- 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
+
+---

Old:

  rss2email-3.11.tar.gz

New:

  rss2email-3.12.2.tar.gz



Other differences:
--
++ rss2email.spec ++
--- /var/tmp/diff_new_pack.8TbmkC/_old  2020-09-04 11:11:29.431011993 +0200
+++ /var/tmp/diff_new_pack.8TbmkC/_new  2020-09-04 11:11:29.431011993 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rss2email
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   rss2email
-Version:3.11
+Version:3.12.2
 Release:0
 Summary:Receive RSS feeds by email
 License:GPL-2.0-only OR GPL-3.0-only

++ rss2email-3.11.tar.gz -> rss2email-3.12.2.tar.gz ++
 6473 lines of diff (skipped)




commit rss2email for openSUSE:Factory

2020-01-12 Thread root
Hello community,

here is the log from the commit of package rss2email for openSUSE:Factory 
checked in at 2020-01-12 23:23:51

Comparing /work/SRC/openSUSE:Factory/rss2email (Old)
 and  /work/SRC/openSUSE:Factory/.rss2email.new.6675 (New)


Package is "rss2email"

Sun Jan 12 23:23:51 2020 rev:6 rq:763057 version:3.11

Changes:

--- /work/SRC/openSUSE:Factory/rss2email/rss2email.changes  2019-09-26 
20:41:36.966481240 +0200
+++ /work/SRC/openSUSE:Factory/.rss2email.new.6675/rss2email.changes
2020-01-12 23:25:43.454845865 +0100
@@ -1,0 +2,6 @@
+Sun Dec 29 22:19:38 UTC 2019 - Arun Persaud 
+
+- update to version 3.11:
+  * Add new `user-agent` attribute for configuring email User-Agent
+
+---

Old:

  rss2email-3.10.tar.gz

New:

  rss2email-3.11.tar.gz



Other differences:
--
++ rss2email.spec ++
--- /var/tmp/diff_new_pack.OTGpLy/_old  2020-01-12 23:25:44.678846318 +0100
+++ /var/tmp/diff_new_pack.OTGpLy/_new  2020-01-12 23:25:44.678846318 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rss2email
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:   rss2email
-Version:3.10
+Version:3.11
 Release:0
 Summary:Receive RSS feeds by email
 License:GPL-2.0-only OR GPL-3.0-only
 Group:  Development/Languages/Python
-Url:http://pypi.python.org/pypi/rss2email/
+URL:http://pypi.python.org/pypi/rss2email/
 Source: rss2email-%{version}.tar.gz
 BuildRequires:  python3
 BuildRequires:  python3-feedparser

++ rss2email-3.10.tar.gz -> rss2email-3.11.tar.gz ++
 2151 lines of diff (skipped)




commit rss2email for openSUSE:Factory

2019-09-26 Thread root
Hello community,

here is the log from the commit of package rss2email for openSUSE:Factory 
checked in at 2019-09-26 20:41:31

Comparing /work/SRC/openSUSE:Factory/rss2email (Old)
 and  /work/SRC/openSUSE:Factory/.rss2email.new.2352 (New)


Package is "rss2email"

Thu Sep 26 20:41:31 2019 rev:5 rq:733258 version:3.10

Changes:

--- /work/SRC/openSUSE:Factory/rss2email/rss2email.changes  2017-04-07 
14:21:11.415184181 +0200
+++ /work/SRC/openSUSE:Factory/.rss2email.new.2352/rss2email.changes
2019-09-26 20:41:36.966481240 +0200
@@ -1,0 +2,25 @@
+Sat Sep 21 20:19:07 UTC 2019 - Arun Persaud 
+
+- 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
+
+---

Old:

  rss2email-3.9.tar.gz

New:

  rss2email-3.10.tar.gz



Other differences:
--
++ rss2email.spec ++
--- /var/tmp/diff_new_pack.2yaGec/_old  2019-09-26 20:41:37.582479594 +0200
+++ /var/tmp/diff_new_pack.2yaGec/_new  2019-09-26 20:41:37.586479583 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rss2email
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,15 +12,15 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   rss2email
-Version:3.9
+Version:3.10
 Release:0
 Summary:Receive RSS feeds by email
-License:GPL-2.0 or GPL-3.0
+License:GPL-2.0-only OR GPL-3.0-only
 Group:  Development/Languages/Python
 Url:http://pypi.python.org/pypi/rss2email/
 Source: rss2email-%{version}.tar.gz
@@ -53,9 +53,13 @@
 
 %files
 %defattr(-,root,root,-)
-%{python3_sitelib}/*
+%dir %{python3_sitelib}/rss2email
+%{python3_sitelib}/rss2email/*
+%dir %{python3_sitelib}/rss2email-%{version}-py*.egg-info
+%{python3_sitelib}/rss2email-%{version}-py*.egg-info
 %_mandir/*/r2e.1*
-%doc AUTHORS CHANGELOG README COPYING
+%doc AUTHORS CHANGELOG README.rst
+%license COPYING
 /usr/bin/r2e
 
 %changelog

++ rss2email-3.9.tar.gz -> rss2email-3.10.tar.gz ++
 24997 lines of diff (skipped)




commit rss2email for openSUSE:Factory

2017-04-07 Thread root
Hello community,

here is the log from the commit of package rss2email for openSUSE:Factory 
checked in at 2017-04-07 14:21:10

Comparing /work/SRC/openSUSE:Factory/rss2email (Old)
 and  /work/SRC/openSUSE:Factory/.rss2email.new (New)


Package is "rss2email"

Fri Apr  7 14:21:10 2017 rev:4 rq:486303 version:3.9

Changes:

--- /work/SRC/openSUSE:Factory/rss2email/rss2email.changes  2014-09-09 
19:00:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.rss2email.new/rss2email.changes 2017-04-07 
14:21:11.415184181 +0200
@@ -1,0 +2,5 @@
+Wed Apr  5 15:26:23 UTC 2017 - jmate...@suse.com
+
+- switch requires from outdated python3-distribute to setuptools
+
+---



Other differences:
--
++ rss2email.spec ++
--- /var/tmp/diff_new_pack.dqiBjg/_old  2017-04-07 14:21:12.451037897 +0200
+++ /var/tmp/diff_new_pack.dqiBjg/_new  2017-04-07 14:21:12.455037332 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rss2email
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,9 +25,9 @@
 Url:http://pypi.python.org/pypi/rss2email/
 Source: rss2email-%{version}.tar.gz
 BuildRequires:  python3
-BuildRequires:  python3-distribute
 BuildRequires:  python3-feedparser
 BuildRequires:  python3-html2text
+BuildRequires:  python3-setuptools
 Requires:   python3
 Requires:   python3-feedparser
 Requires:   python3-html2text




commit rss2email for openSUSE:Factory

2014-09-09 Thread h_root
Hello community,

here is the log from the commit of package rss2email for openSUSE:Factory 
checked in at 2014-09-09 19:00:20

Comparing /work/SRC/openSUSE:Factory/rss2email (Old)
 and  /work/SRC/openSUSE:Factory/.rss2email.new (New)


Package is rss2email

Changes:

--- /work/SRC/openSUSE:Factory/rss2email/rss2email.changes  2014-02-20 
10:30:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.rss2email.new/rss2email.changes 2014-09-09 
19:00:56.0 +0200
@@ -1,0 +2,15 @@
+Tue Sep  2 05:36:33 UTC 2014 - a...@gmx.de
+
+- 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.
+
+---

Old:

  rss2email-3.8.tar.gz

New:

  rss2email-3.9.tar.gz



Other differences:
--
++ rss2email.spec ++
--- /var/tmp/diff_new_pack.r6WT8L/_old  2014-09-09 19:00:59.0 +0200
+++ /var/tmp/diff_new_pack.r6WT8L/_new  2014-09-09 19:00:59.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package rss2eamil
+# spec file for package rss2email
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -13,9 +13,11 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
 Name:   rss2email
-Version:3.8
+Version:3.9
 Release:0
 Summary:Receive RSS feeds by email
 License:GPL-2.0 or GPL-3.0
@@ -27,9 +29,9 @@
 BuildRequires:  python3-feedparser
 BuildRequires:  python3-html2text
 Requires:  python3
-Requires:  python3-xml
 Requires:  python3-feedparser
 Requires:  python3-html2text
+Requires:   python3-xml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 

++ rss2email-3.8.tar.gz - rss2email-3.9.tar.gz ++
 8951 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org