commit python-html2text for openSUSE:Leap:15.2

2020-04-15 Thread root
Hello community,

here is the log from the commit of package python-html2text for 
openSUSE:Leap:15.2 checked in at 2020-04-15 20:07:22

Comparing /work/SRC/openSUSE:Leap:15.2/python-html2text (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-html2text.new.2738 (New)


Package is "python-html2text"

Wed Apr 15 20:07:22 2020 rev:18 rq: version:2019.8.11

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-html2text/python-html2text.changes  
2020-04-14 14:24:16.617422083 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-html2text.new.2738/python-html2text.changes
2020-04-15 20:08:28.638186050 +0200
@@ -2,21 +1,0 @@
-Thu Apr  9 11:17:36 UTC 2020 - Marketa Calabkova 
-
-- Update to 2020.1.16
-  * Add type annotations.
-  * Add support for Python 3.8.
-  * Performance improvements when ``wrap_links`` is ``False`` (the default).
-  * Configure setuptools using setup.cfg.
-

-Fri Dec 13 13:43:47 UTC 2019 - Matthias Fehring 
-
-- Update to 2019.9.26:
-  * Fix long blockquotes wrapping.
-  * Remove the trailing whitespaces that were added after wrapping list items 
& blockquotes.
-  * Remove support for Python <= 3.4. Now requires Python 3.5+.
-  * Fix memory leak when processing a document containing a  tag.
-  * Fix AttributeError when reading text from stdin.
-  * Fix UnicodeEncodeError when writing output to stdout.
-- Disable build for Python 2
-


Old:

  html2text-2020.1.16.tar.gz

New:

  html2text-2019.8.11.tar.gz



Other differences:
--
++ python-html2text.spec ++
--- /var/tmp/diff_new_pack.iuv4gt/_old  2020-04-15 20:08:29.010186303 +0200
+++ /var/tmp/diff_new_pack.iuv4gt/_new  2020-04-15 20:08:29.014186306 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-html2text
 #
-# Copyright (c) 2020 SUSE LLC
+# 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
@@ -17,10 +17,9 @@
 
 
 %define upname html2text
-%define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-%{upname}
-Version:2020.1.16
+Version:2019.8.11
 Release:0
 Summary:Python script for turning HTML into Markdown text
 License:GPL-3.0-only
@@ -64,8 +63,6 @@
 %python_uninstall_alternative html2text
 
 %check
-# otherwise python 3.6 does not automatically select UTF-8 for console output
-export LANG=en_US.UTF-8
 %pytest
 
 %files %{python_files}

++ html2text-2020.1.16.tar.gz -> html2text-2019.8.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html2text-2020.1.16/ChangeLog.rst 
new/html2text-2019.8.11/ChangeLog.rst
--- old/html2text-2020.1.16/ChangeLog.rst   2020-01-16 15:20:17.0 
+0100
+++ new/html2text-2019.8.11/ChangeLog.rst   2019-08-11 21:33:38.0 
+0200
@@ -1,25 +1,3 @@
-2020.1.16
-=
-
-
-* Add type annotations.
-* Add support for Python 3.8.
-* Performance improvements when ``wrap_links`` is ``False`` (the default).
-* Configure setuptools using setup.cfg.
-
-
-2019.9.26
-=
-
-
-* Fix long blockquotes wrapping.
-* Remove the trailing whitespaces that were added after wrapping list items & 
blockquotes.
-* Remove support for Python ≤ 3.4. Now requires Python 3.5+.
-* Fix memory leak when processing a document containing a  tag.
-* Fix ``AttributeError`` when reading text from stdin.
-* Fix ``UnicodeEncodeError`` when writing output to stdout.
-
-
 2019.8.11
 =
 
@@ -32,16 +10,13 @@
 * Add ``__main__.py`` module to allow running the CLI using ``python -m 
html2text ...``.
 * Fix #238: correct spacing when a HTML entity follows a non-stressed tags 
which follow a stressed tag.
 * Remove unused or deprecated:
-
   * ``html2text.compat.escape()``
   * ``html2text.config.RE_UNESCAPE``
   * ``html2text.HTML2Text.replaceEntities()``
   * ``html2text.HTML2Text.unescape()``
   * ``html2text.unescape()``
-
 * Fix #208: handle LEFT-TO-RIGHT MARK after a stressed tag.
 
-
 2018.1.9
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html2text-2020.1.16/PKG-INFO 
new/html2text-2019.8.11/PKG-INFO
--- old/html2text-2020.1.16/PKG-INFO2020-01-16 15:21:10.0 +0100
+++ new/html2text-2019.8.11/PKG-INFO2019-08-11 21:36:00.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: html2text
-Version: 2020.1.16
+Version: 2019.8.11
 Summary: Turn HTML into equivalent Markdown-structured text.
 Home-page: 

commit python-html2text for openSUSE:Leap:15.2

2020-04-14 Thread root
Hello community,

here is the log from the commit of package python-html2text for 
openSUSE:Leap:15.2 checked in at 2020-04-14 14:22:32

Comparing /work/SRC/openSUSE:Leap:15.2/python-html2text (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-html2text.new.3248 (New)


Package is "python-html2text"

Tue Apr 14 14:22:32 2020 rev:17 rq:793670 version:2020.1.16

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-html2text/python-html2text.changes  
2020-04-09 12:26:38.345292918 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-html2text.new.3248/python-html2text.changes
2020-04-14 14:24:16.617422083 +0200
@@ -1,0 +2,21 @@
+Thu Apr  9 11:17:36 UTC 2020 - Marketa Calabkova 
+
+- Update to 2020.1.16
+  * Add type annotations.
+  * Add support for Python 3.8.
+  * Performance improvements when ``wrap_links`` is ``False`` (the default).
+  * Configure setuptools using setup.cfg.
+
+---
+Fri Dec 13 13:43:47 UTC 2019 - Matthias Fehring 
+
+- Update to 2019.9.26:
+  * Fix long blockquotes wrapping.
+  * Remove the trailing whitespaces that were added after wrapping list items 
& blockquotes.
+  * Remove support for Python <= 3.4. Now requires Python 3.5+.
+  * Fix memory leak when processing a document containing a  tag.
+  * Fix AttributeError when reading text from stdin.
+  * Fix UnicodeEncodeError when writing output to stdout.
+- Disable build for Python 2
+
+---

Old:

  html2text-2019.8.11.tar.gz

New:

  html2text-2020.1.16.tar.gz



Other differences:
--
++ python-html2text.spec ++
--- /var/tmp/diff_new_pack.GNvOA4/_old  2020-04-14 14:24:16.961422340 +0200
+++ /var/tmp/diff_new_pack.GNvOA4/_new  2020-04-14 14:24:16.961422340 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-html2text
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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,9 +17,10 @@
 
 
 %define upname html2text
+%define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-%{upname}
-Version:2019.8.11
+Version:2020.1.16
 Release:0
 Summary:Python script for turning HTML into Markdown text
 License:GPL-3.0-only
@@ -63,6 +64,8 @@
 %python_uninstall_alternative html2text
 
 %check
+# otherwise python 3.6 does not automatically select UTF-8 for console output
+export LANG=en_US.UTF-8
 %pytest
 
 %files %{python_files}

++ html2text-2019.8.11.tar.gz -> html2text-2020.1.16.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html2text-2019.8.11/ChangeLog.rst 
new/html2text-2020.1.16/ChangeLog.rst
--- old/html2text-2019.8.11/ChangeLog.rst   2019-08-11 21:33:38.0 
+0200
+++ new/html2text-2020.1.16/ChangeLog.rst   2020-01-16 15:20:17.0 
+0100
@@ -1,3 +1,25 @@
+2020.1.16
+=
+
+
+* Add type annotations.
+* Add support for Python 3.8.
+* Performance improvements when ``wrap_links`` is ``False`` (the default).
+* Configure setuptools using setup.cfg.
+
+
+2019.9.26
+=
+
+
+* Fix long blockquotes wrapping.
+* Remove the trailing whitespaces that were added after wrapping list items & 
blockquotes.
+* Remove support for Python ≤ 3.4. Now requires Python 3.5+.
+* Fix memory leak when processing a document containing a  tag.
+* Fix ``AttributeError`` when reading text from stdin.
+* Fix ``UnicodeEncodeError`` when writing output to stdout.
+
+
 2019.8.11
 =
 
@@ -10,13 +32,16 @@
 * Add ``__main__.py`` module to allow running the CLI using ``python -m 
html2text ...``.
 * Fix #238: correct spacing when a HTML entity follows a non-stressed tags 
which follow a stressed tag.
 * Remove unused or deprecated:
+
   * ``html2text.compat.escape()``
   * ``html2text.config.RE_UNESCAPE``
   * ``html2text.HTML2Text.replaceEntities()``
   * ``html2text.HTML2Text.unescape()``
   * ``html2text.unescape()``
+
 * Fix #208: handle LEFT-TO-RIGHT MARK after a stressed tag.
 
+
 2018.1.9
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html2text-2019.8.11/PKG-INFO 
new/html2text-2020.1.16/PKG-INFO
--- old/html2text-2019.8.11/PKG-INFO2019-08-11 21:36:00.0 +0200
+++ new/html2text-2020.1.16/PKG-INFO2020-01-16 15:21:10.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: html2text
-Version: 2019.8.11
+Version: 2020.1.16
 Summary: Turn HTML into equivalent Markdown-structured text.
 Home-page: 

commit python-html2text for openSUSE:Leap:15.2

2020-04-09 Thread root
Hello community,

here is the log from the commit of package python-html2text for 
openSUSE:Leap:15.2 checked in at 2020-04-09 12:26:37

Comparing /work/SRC/openSUSE:Leap:15.2/python-html2text (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-html2text.new.3248 (New)


Package is "python-html2text"

Thu Apr  9 12:26:37 2020 rev:16 rq: version:2019.8.11

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-html2text/python-html2text.changes  
2020-04-03 15:52:34.413816687 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-html2text.new.3248/python-html2text.changes
2020-04-09 12:26:38.345292918 +0200
@@ -2,12 +1,0 @@
-Fri Dec 13 13:43:47 UTC 2019 - Matthias Fehring 
-
-- Update to 2019.9.26:
-  * Fix long blockquotes wrapping.
-  * Remove the trailing whitespaces that were added after wrapping list items 
& blockquotes.
-  * Remove support for Python <= 3.4. Now requires Python 3.5+.
-  * Fix memory leak when processing a document containing a  tag.
-  * Fix AttributeError when reading text from stdin.
-  * Fix UnicodeEncodeError when writing output to stdout.
-- Disable build for Python 2
-


Old:

  html2text-2019.9.26.tar.gz

New:

  html2text-2019.8.11.tar.gz



Other differences:
--
++ python-html2text.spec ++
--- /var/tmp/diff_new_pack.v29QA3/_old  2020-04-09 12:26:38.909294051 +0200
+++ /var/tmp/diff_new_pack.v29QA3/_new  2020-04-09 12:26:38.913294059 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-html2text
 #
-# Copyright (c) 2019 SUSE LLC
+# 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
@@ -17,10 +17,9 @@
 
 
 %define upname html2text
-%define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-%{upname}
-Version:2019.9.26
+Version:2019.8.11
 Release:0
 Summary:Python script for turning HTML into Markdown text
 License:GPL-3.0-only
@@ -64,8 +63,6 @@
 %python_uninstall_alternative html2text
 
 %check
-# otherwise python 3.6 does not automatically select UTF-8 for console output
-export LANG=en_US.UTF-8
 %pytest
 
 %files %{python_files}

++ html2text-2019.9.26.tar.gz -> html2text-2019.8.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html2text-2019.9.26/ChangeLog.rst 
new/html2text-2019.8.11/ChangeLog.rst
--- old/html2text-2019.9.26/ChangeLog.rst   2019-09-26 12:36:15.0 
+0200
+++ new/html2text-2019.8.11/ChangeLog.rst   2019-08-11 21:33:38.0 
+0200
@@ -1,15 +1,3 @@
-2019.9.26
-=
-
-
-* Fix long blockquotes wrapping.
-* Remove the trailing whitespaces that were added after wrapping list items & 
blockquotes.
-* Remove support for Python ≤ 3.4. Now requires Python 3.5+.
-* Fix memory leak when processing a document containing a  tag.
-* Fix ``AttributeError`` when reading text from stdin.
-* Fix ``UnicodeEncodeError`` when writing output to stdout.
-
-
 2019.8.11
 =
 
@@ -22,16 +10,13 @@
 * Add ``__main__.py`` module to allow running the CLI using ``python -m 
html2text ...``.
 * Fix #238: correct spacing when a HTML entity follows a non-stressed tags 
which follow a stressed tag.
 * Remove unused or deprecated:
-
   * ``html2text.compat.escape()``
   * ``html2text.config.RE_UNESCAPE``
   * ``html2text.HTML2Text.replaceEntities()``
   * ``html2text.HTML2Text.unescape()``
   * ``html2text.unescape()``
-
 * Fix #208: handle LEFT-TO-RIGHT MARK after a stressed tag.
 
-
 2018.1.9
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html2text-2019.9.26/PKG-INFO 
new/html2text-2019.8.11/PKG-INFO
--- old/html2text-2019.9.26/PKG-INFO2019-09-26 12:37:26.0 +0200
+++ new/html2text-2019.8.11/PKG-INFO2019-08-11 21:36:00.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: html2text
-Version: 2019.9.26
+Version: 2019.8.11
 Summary: Turn HTML into equivalent Markdown-structured text.
 Home-page: https://github.com/Alir3z4/html2text/
 Author: Aaron Swartz
@@ -101,12 +101,14 @@
 Classifier: License :: OSI Approved :: GNU General Public License (GPL)
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 

commit python-html2text for openSUSE:Leap:15.2

2020-04-03 Thread root
Hello community,

here is the log from the commit of package python-html2text for 
openSUSE:Leap:15.2 checked in at 2020-04-03 15:52:31

Comparing /work/SRC/openSUSE:Leap:15.2/python-html2text (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-html2text.new.3248 (New)


Package is "python-html2text"

Fri Apr  3 15:52:31 2020 rev:15 rq:790923 version:2019.9.26

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-html2text/python-html2text.changes  
2020-04-02 16:47:56.797832051 +0200
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-html2text.new.3248/python-html2text.changes
2020-04-03 15:52:34.413816687 +0200
@@ -1,0 +2,12 @@
+Fri Dec 13 13:43:47 UTC 2019 - Matthias Fehring 
+
+- Update to 2019.9.26:
+  * Fix long blockquotes wrapping.
+  * Remove the trailing whitespaces that were added after wrapping list items 
& blockquotes.
+  * Remove support for Python <= 3.4. Now requires Python 3.5+.
+  * Fix memory leak when processing a document containing a  tag.
+  * Fix AttributeError when reading text from stdin.
+  * Fix UnicodeEncodeError when writing output to stdout.
+- Disable build for Python 2
+
+---

Old:

  html2text-2019.8.11.tar.gz

New:

  html2text-2019.9.26.tar.gz



Other differences:
--
++ python-html2text.spec ++
--- /var/tmp/diff_new_pack.KypKV4/_old  2020-04-03 15:52:34.745817069 +0200
+++ /var/tmp/diff_new_pack.KypKV4/_new  2020-04-03 15:52:34.749817073 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-html2text
 #
-# 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,9 +17,10 @@
 
 
 %define upname html2text
+%define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-%{upname}
-Version:2019.8.11
+Version:2019.9.26
 Release:0
 Summary:Python script for turning HTML into Markdown text
 License:GPL-3.0-only
@@ -63,6 +64,8 @@
 %python_uninstall_alternative html2text
 
 %check
+# otherwise python 3.6 does not automatically select UTF-8 for console output
+export LANG=en_US.UTF-8
 %pytest
 
 %files %{python_files}

++ html2text-2019.8.11.tar.gz -> html2text-2019.9.26.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html2text-2019.8.11/ChangeLog.rst 
new/html2text-2019.9.26/ChangeLog.rst
--- old/html2text-2019.8.11/ChangeLog.rst   2019-08-11 21:33:38.0 
+0200
+++ new/html2text-2019.9.26/ChangeLog.rst   2019-09-26 12:36:15.0 
+0200
@@ -1,3 +1,15 @@
+2019.9.26
+=
+
+
+* Fix long blockquotes wrapping.
+* Remove the trailing whitespaces that were added after wrapping list items & 
blockquotes.
+* Remove support for Python ≤ 3.4. Now requires Python 3.5+.
+* Fix memory leak when processing a document containing a  tag.
+* Fix ``AttributeError`` when reading text from stdin.
+* Fix ``UnicodeEncodeError`` when writing output to stdout.
+
+
 2019.8.11
 =
 
@@ -10,13 +22,16 @@
 * Add ``__main__.py`` module to allow running the CLI using ``python -m 
html2text ...``.
 * Fix #238: correct spacing when a HTML entity follows a non-stressed tags 
which follow a stressed tag.
 * Remove unused or deprecated:
+
   * ``html2text.compat.escape()``
   * ``html2text.config.RE_UNESCAPE``
   * ``html2text.HTML2Text.replaceEntities()``
   * ``html2text.HTML2Text.unescape()``
   * ``html2text.unescape()``
+
 * Fix #208: handle LEFT-TO-RIGHT MARK after a stressed tag.
 
+
 2018.1.9
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html2text-2019.8.11/PKG-INFO 
new/html2text-2019.9.26/PKG-INFO
--- old/html2text-2019.8.11/PKG-INFO2019-08-11 21:36:00.0 +0200
+++ new/html2text-2019.9.26/PKG-INFO2019-09-26 12:37:26.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: html2text
-Version: 2019.8.11
+Version: 2019.9.26
 Summary: Turn HTML into equivalent Markdown-structured text.
 Home-page: https://github.com/Alir3z4/html2text/
 Author: Aaron Swartz
@@ -101,14 +101,12 @@
 Classifier: License :: OSI Approved :: GNU General Public License (GPL)
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2
-Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: 

commit python-html2text for openSUSE:Leap:15.2

2020-04-02 Thread root
Hello community,

here is the log from the commit of package python-html2text for 
openSUSE:Leap:15.2 checked in at 2020-04-02 16:47:54

Comparing /work/SRC/openSUSE:Leap:15.2/python-html2text (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-html2text.new.3248 (New)


Package is "python-html2text"

Thu Apr  2 16:47:54 2020 rev:14 rq:787320 version:2019.8.11

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-html2text/python-html2text.changes  
2020-03-09 18:06:16.752844730 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-html2text.new.3248/python-html2text.changes
2020-04-02 16:47:56.797832051 +0200
@@ -2,12 +1,0 @@
-Fri Dec 13 13:43:47 UTC 2019 - Matthias Fehring 
-
-- Update to 2019.9.26:
-  * Fix long blockquotes wrapping.
-  * Remove the trailing whitespaces that were added after wrapping list items 
& blockquotes.
-  * Remove support for Python <= 3.4. Now requires Python 3.5+.
-  * Fix memory leak when processing a document containing a  tag.
-  * Fix AttributeError when reading text from stdin.
-  * Fix UnicodeEncodeError when writing output to stdout.
-- Disable build for Python 2
-


Old:

  html2text-2019.9.26.tar.gz

New:

  html2text-2019.8.11.tar.gz



Other differences:
--
++ python-html2text.spec ++
--- /var/tmp/diff_new_pack.7GkkPu/_old  2020-04-02 16:47:57.197833626 +0200
+++ /var/tmp/diff_new_pack.7GkkPu/_new  2020-04-02 16:47:57.201833642 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-html2text
 #
-# Copyright (c) 2019 SUSE LLC
+# 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
@@ -17,10 +17,9 @@
 
 
 %define upname html2text
-%define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-%{upname}
-Version:2019.9.26
+Version:2019.8.11
 Release:0
 Summary:Python script for turning HTML into Markdown text
 License:GPL-3.0-only
@@ -64,8 +63,6 @@
 %python_uninstall_alternative html2text
 
 %check
-# otherwise python 3.6 does not automatically select UTF-8 for console output
-export LANG=en_US.UTF-8
 %pytest
 
 %files %{python_files}

++ html2text-2019.9.26.tar.gz -> html2text-2019.8.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html2text-2019.9.26/ChangeLog.rst 
new/html2text-2019.8.11/ChangeLog.rst
--- old/html2text-2019.9.26/ChangeLog.rst   2019-09-26 12:36:15.0 
+0200
+++ new/html2text-2019.8.11/ChangeLog.rst   2019-08-11 21:33:38.0 
+0200
@@ -1,15 +1,3 @@
-2019.9.26
-=
-
-
-* Fix long blockquotes wrapping.
-* Remove the trailing whitespaces that were added after wrapping list items & 
blockquotes.
-* Remove support for Python ≤ 3.4. Now requires Python 3.5+.
-* Fix memory leak when processing a document containing a  tag.
-* Fix ``AttributeError`` when reading text from stdin.
-* Fix ``UnicodeEncodeError`` when writing output to stdout.
-
-
 2019.8.11
 =
 
@@ -22,16 +10,13 @@
 * Add ``__main__.py`` module to allow running the CLI using ``python -m 
html2text ...``.
 * Fix #238: correct spacing when a HTML entity follows a non-stressed tags 
which follow a stressed tag.
 * Remove unused or deprecated:
-
   * ``html2text.compat.escape()``
   * ``html2text.config.RE_UNESCAPE``
   * ``html2text.HTML2Text.replaceEntities()``
   * ``html2text.HTML2Text.unescape()``
   * ``html2text.unescape()``
-
 * Fix #208: handle LEFT-TO-RIGHT MARK after a stressed tag.
 
-
 2018.1.9
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html2text-2019.9.26/PKG-INFO 
new/html2text-2019.8.11/PKG-INFO
--- old/html2text-2019.9.26/PKG-INFO2019-09-26 12:37:26.0 +0200
+++ new/html2text-2019.8.11/PKG-INFO2019-08-11 21:36:00.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: html2text
-Version: 2019.9.26
+Version: 2019.8.11
 Summary: Turn HTML into equivalent Markdown-structured text.
 Home-page: https://github.com/Alir3z4/html2text/
 Author: Aaron Swartz
@@ -101,12 +101,14 @@
 Classifier: License :: OSI Approved :: GNU General Public License (GPL)
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: 

commit python-html2text for openSUSE:Leap:15.2

2020-03-09 Thread root
Hello community,

here is the log from the commit of package python-html2text for 
openSUSE:Leap:15.2 checked in at 2020-03-09 18:06:16

Comparing /work/SRC/openSUSE:Leap:15.2/python-html2text (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-html2text.new.26092 (New)


Package is "python-html2text"

Mon Mar  9 18:06:16 2020 rev:13 rq:776667 version:2019.9.26

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-html2text/python-html2text.changes  
2020-01-15 15:49:15.283453853 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-html2text.new.26092/python-html2text.changes
   2020-03-09 18:06:16.752844730 +0100
@@ -1,0 +2,26 @@
+Fri Dec 13 13:43:47 UTC 2019 - Matthias Fehring 
+
+- Update to 2019.9.26:
+  * Fix long blockquotes wrapping.
+  * Remove the trailing whitespaces that were added after wrapping list items 
& blockquotes.
+  * Remove support for Python <= 3.4. Now requires Python 3.5+.
+  * Fix memory leak when processing a document containing a  tag.
+  * Fix AttributeError when reading text from stdin.
+  * Fix UnicodeEncodeError when writing output to stdout.
+- Disable build for Python 2
+
+---
+Thu Sep 12 08:45:34 UTC 2019 - Tomáš Chvátal 
+
+- Update to 2019.8.11:
+  * Fix #201: handle / marks mid-text within stressed tags or right 
after stressed tags.
+  * Feature #213: images_as_html config option to always generate an img html 
tag. preserves "height", "width" and "alt" if possible.
+  * Remove support for end-of-life Pythons. Now requires Python 2.7 or 3.4+.
+  * Remove support for retrieving HTML over the network.
+  * Add __main__.py module to allow running the CLI using python -m html2text 

+  * Fix #238: correct spacing when a HTML entity follows a non-stressed tags 
which follow a stressed tag.
+  * Remove unused or deprecated: * html2text.compat.escape() * 
html2text.config.RE_UNESCAPE * html2text.HTML2Text.replaceEntities() * 
html2text.HTML2Text.unescape() * html2text.unescape()
+  * Fix #208: handle LEFT-TO-RIGHT MARK after a stressed tag.
+- Remove patch remove_unittest2.patch
+
+---

Old:

  html2text-2018.1.9.tar.gz
  remove_unittest2.patch

New:

  html2text-2019.9.26.tar.gz



Other differences:
--
++ python-html2text.spec ++
--- /var/tmp/diff_new_pack.GlSgEx/_old  2020-03-09 18:06:17.028844867 +0100
+++ /var/tmp/diff_new_pack.GlSgEx/_new  2020-03-09 18:06:17.028844867 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-html2text
 #
-# Copyright (c) 2018 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
@@ -16,20 +16,18 @@
 #
 
 
-#
 %define upname html2text
-
+%define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without tests
 Name:   python-%{upname}
-Version:2018.1.9
+Version:2019.9.26
 Release:0
 Summary:Python script for turning HTML into Markdown text
 License:GPL-3.0-only
 Group:  Development/Languages/Python
 URL:https://github.com/Alir3z4/html2text/
 Source: 
https://files.pythonhosted.org/packages/source/h/%{upname}/%{upname}-%{version}.tar.gz
-Patch0: remove_unittest2.patch
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -44,7 +42,6 @@
 
 %prep
 %setup -q -n %{upname}-%{version}
-%patch0 -p1
 # remove useless shebang
 sed -i '/^#!/d' %{upname}/__init__.py
 
@@ -66,10 +63,10 @@
 %postun
 %python_uninstall_alternative html2text
 
-%if %{with tests}
 %check
-%python_exec setup.py test
-%endif
+# otherwise python 3.6 does not automatically select UTF-8 for console output
+export LANG=en_US.UTF-8
+%pytest
 
 %files %{python_files}
 %license COPYING

++ html2text-2018.1.9.tar.gz -> html2text-2019.9.26.tar.gz ++
 3565 lines of diff (skipped)