15
0

- Upgrade to 2018.1.9:

Fix #188: Non-ASCII in title attribute causes encode error.
    Feature #194: Add support for the <kbd> tag.
    Feature #193: Add support for the <q> tag.
    Fix #157: Fix images link with div wrap
    Fix #55: Fix error when empty title tags
    Fix #160: The html2text tests are failing on Windows and on
        Cygwin due to differences in eol handling between
        Windows/*nix
    Feature #164: Housekeeping: Add flake8 to the travis build,
        cleanup existing flake8 violations, add py3.6 and pypy3
        to the travis build
    Fix #109: Fix for unexpanded &lt; &gt; &amp;
    Fix #143: Fix line wrapping for the lines starting with bold
        Adds support for numeric bold text indication in font-weight,
        as used by Google (and presumably others.)
    Fix #173 and #142: Stripping whitespace in crucial markdown
        and adding whitespace as necessary
        Don't drop any cell data on tables uneven row lengths
        (e.g. colspan in use)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html2text?expand=0&rev=26
This commit is contained in:
2018-08-13 11:48:24 +00:00
committed by Git OBS Bridge
parent ae2dd37aa0
commit c5b6b6eb96
5 changed files with 44 additions and 26 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Aug 13 11:39:14 UTC 2018 - mcepl@suse.com
- Upgrade to 2018.1.9:
Fix #188: Non-ASCII in title attribute causes encode error.
Feature #194: Add support for the <kbd> tag.
Feature #193: Add support for the <q> tag.
Fix #157: Fix images link with div wrap
Fix #55: Fix error when empty title tags
Fix #160: The html2text tests are failing on Windows and on
Cygwin due to differences in eol handling between
Windows/*nix
Feature #164: Housekeeping: Add flake8 to the travis build,
cleanup existing flake8 violations, add py3.6 and pypy3
to the travis build
Fix #109: Fix for unexpanded &lt; &gt; &amp;
Fix #143: Fix line wrapping for the lines starting with bold
Adds support for numeric bold text indication in font-weight,
as used by Google (and presumably others.)
Fix #173 and #142: Stripping whitespace in crucial markdown
and adding whitespace as necessary
Don't drop any cell data on tables uneven row lengths
(e.g. colspan in use)
-------------------------------------------------------------------
Mon Aug 13 08:38:04 UTC 2018 - mcepl@suse.com