Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rss2email for openSUSE:Factory 
checked in at 2021-05-07 16:45:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rss2email (Old)
 and      /work/SRC/openSUSE:Factory/.rss2email.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rss2email"

Fri May  7 16:45:58 2021 rev:9 rq:891262 version:3.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/rss2email/rss2email.changes      2020-11-10 
13:53:17.270868763 +0100
+++ /work/SRC/openSUSE:Factory/.rss2email.new.2988/rss2email.changes    
2021-05-07 16:46:23.504155478 +0200
@@ -1,0 +2,72 @@
+Mon Apr 12 16:19:42 UTC 2021 - Arun Persaud <a...@gmx.de>
+
+- 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
+
+-------------------------------------------------------------------
+Mon Mar 29 23:04:53 UTC 2021 - Arun Persaud <a...@gmx.de>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  rss2email-3.12.2-feedparser-6.patch
  rss2email-3.12.2.tar.gz

New:
----
  rss2email-3.13.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rss2email.spec ++++++
--- /var/tmp/diff_new_pack.dnbHIk/_old  2021-05-07 16:46:24.028153103 +0200
+++ /var/tmp/diff_new_pack.dnbHIk/_new  2021-05-07 16:46:24.032153085 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rss2email
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,29 @@
 #
 
 
+%define skip_python2 1
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           rss2email
-Version:        3.12.2
+Version:        3.13
 Release:        0
 Summary:        Receive RSS feeds by email
 License:        GPL-2.0-only OR GPL-3.0-only
 Group:          Development/Languages/Python
 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
+BuildRequires:  python-rpm-macros
+Requires:       python-feedparser >= 6.0.0
+Requires:       python-html2text >= 3.0.1
+Requires:       python-setuptools
+Requires(post): update-alternatives
+Requires(postun):update-alternatives
 BuildArch:      noarch
 %{?python_enable_dependency_generator}
+%python_subpackages
 
 %description
 Lets users receive news from RSS feeds in email. Intended to be run from
@@ -39,26 +46,41 @@
 items.
 
 %prep
-%autosetup -p1
+%autosetup
 
 %build
 %python_build
 
 %install
 %python_install
-install -Dm644 r2e.1 %{buildroot}/%{_mandir}/man1/r2e.1
+%python_clone -a %{buildroot}%{_bindir}/r2e
+install -Dm644 r2e.1 %{buildroot}%{_mandir}/man1/r2e.1
+%python_clone -a %{buildroot}%{_mandir}/man1/r2e.1
 
 %check
 pushd test
 %pyunittest --verbose
 popd
 
-%files
+%post
+%python_install_alternative r2e r2e.1
+
+%postun
+%python_uninstall_alternative r2e r2e.1
+
+%files %{python_files}
 %license COPYING
 %doc AUTHORS CHANGELOG README.rst
-%{python3_sitelib}/rss2email
-%{python3_sitelib}/rss2email-%{version}-py*.egg-info
-%{_bindir}/r2e
-%{_mandir}/*/r2e.1%{?ext_man}
+%dir %{python_sitelib}/rss2email
+%dir %{python_sitelib}/rss2email/__pycache__
+%dir %{python_sitelib}/rss2email/post_process
+%dir %{python_sitelib}/rss2email/post_process/__pycache__
+%{python_sitelib}/rss2email/*py
+%{python_sitelib}/rss2email/post_process/*py
+%{python_sitelib}/rss2email-%{version}-py*.egg-info
+%pycache_only %{python_sitelib}/rss2email/__pycache__/*
+%pycache_only %{python_sitelib}/rss2email/post_process/__pycache__/*
+%python_alternative %{_bindir}/r2e
+%python_alternative %{_mandir}/man1/r2e.1%{?ext_man}
 
 %changelog

++++++ rss2email-3.12.2.tar.gz -> rss2email-3.13.tar.gz ++++++
++++ 8550 lines of diff (skipped)

Reply via email to