Revisions of python-html2text

buildservice-autocommit accepted request 1159224 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 43)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 42)
- 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.
buildservice-autocommit accepted request 1094473 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 41)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1094395 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 40)
- Add %{?sle15_python_module_pythons}
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 39)
- Correct Provides/Obsoletes
buildservice-autocommit accepted request 828011 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 38)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 827971 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 37)
- Add Conflicts with html2text
- Ignore upstream egg-info and regenerate it
buildservice-autocommit accepted request 792732 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 36)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 792700 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 35)
- 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.
buildservice-autocommit accepted request 757332 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 34)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 756872 from Matthias Fehring's avatar Matthias Fehring (buschmann23) (revision 33)
- 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 <abbr> tag.
  * Fix AttributeError when reading text from stdin.
  * Fix UnicodeEncodeError when writing output to stdout.
- Disable build for Python 2
buildservice-autocommit accepted request 730321 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 32)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 31)
- Update to 2019.8.11:
  * Fix #201: handle &lrm;/&rlm; 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
buildservice-autocommit accepted request 659415 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 30)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 29)
Remove superfluous devel dependency for noarch package
buildservice-autocommit accepted request 629541 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 28)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 629535 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 27)
- Use noun phrase for summary. Ensure accuracy and
  neutrality of description.
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 26)
- 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)
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 25)
- Remove dependency on unittetst2
  Added remove_unittest2.patch to facilitate that
Todd R's avatar Todd R (TheBlackCat) committed (revision 24)
converted link to branch
Displaying revisions 1 - 20 of 43
openSUSE Build Service is sponsored by