610dc977d6
- Update to 2025.4.15: * Upgrade Build Tools to Lates * Support tri-backquote style code block and fix ordered list indent * Fix invalid character reference parsing - Correct parsing error in changes file.
Steve Kowalik2025-07-07 02:19:39 +00:00
d624afccdb
- update to 2024.2.26: * Fixes#409: IndexError on empty strong mark. * Fix#332: Insert at most one space for multiple emphasis * Feature #318: Make padded tables more similar to pandoc's pipe_tables. * Add support for Python 3.9. * Fix extra line breaks inside html link text (between '[' and ']') * Fix#344: indent <ul> inside <ol> three spaces instead of two to comply with CommonMark, GFM, etc. * Fix#324: unnecessary spaces around <b>, <em>, and strike tags. * Don't wrap tables by default and add a --wrap-tables config option. * Feature #198: Ignore <p> tags inside table rows. * Don't wrap tables by default and add a --wrap-tables config option * Remove support for Python ≤ 3.5. Now requires Python 3.6+. * Support for Python 3.10+. * Fix#320 padding empty tables and tables with no </tr> tags. * Add ignore_mailto_links config option to ignore mailto: style links. * Feature #407: Support the superscript and subscript tags. * Fix#373: inside text of a Markdown link. * Feature #406: Improve support for null atttibute values.
Dirk Mueller2024-03-19 07:01:53 +00:00
de8d2ed6a4
Accepting request 756872 from home:buschmann23:branches:devel:languages:python
Matej Cepl2019-12-16 12:43:11 +00:00
58363d81a1
Accepting request 730321 from devel:languages:python
Ludwig Nussel
2019-09-13 13:00:23 +00:00
6af028befc
- 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
Tomáš Chvátal
2019-09-12 08:55:43 +00:00
daf8229e86
Accepting request 629535 from home:jengelh:branches:devel:languages:python
Matej Cepl2018-08-16 10:36:47 +00:00
c5b6b6eb96
- 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 < > & 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)
Matej Cepl2018-08-13 11:48:24 +00:00
ae2dd37aa0
- Remove dependency on unittetst2 Added remove_unittest2.patch to facilitate that
Matej Cepl2018-08-13 08:39:20 +00:00
9a52d95968
- Update to version 3.02: * Upstream provides no changes - BuildRequire more modern python-distribute instead of python-setuptools - Fixed non-executable script rpmlint warning
Sascha Peilicke
2011-09-21 09:30:47 +00:00