17
0

Commit Graph

  • 97d62a4f6f Accepting request 1290927 from devel:languages:python factory Ana Guerrero 2025-07-08 13:27:56 +00:00
  • 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 Kowalik 2025-07-07 02:19:39 +00:00
  • 73e1bfe21f fix name in pre section Nico Krapp 2025-06-04 14:15:11 +00:00
  • 6792693ddd - fix usage of libalternatives Nico Krapp 2025-06-04 13:11:04 +00:00
  • 53ae2a67db Accepting request 1280690 from home:mcalabkova:branches:devel:languages:python Markéta Machová 2025-05-28 06:41:46 +00:00
  • 6ef364ec48 Accepting request 1159224 from devel:languages:python leap-16.1 leap-16.0 Ana Guerrero 2024-03-19 16:32:04 +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 Mueller 2024-03-19 07:01:53 +00:00
  • 8b24140eae Accepting request 1094473 from devel:languages:python Dominique Leuenberger 2023-06-21 20:40:33 +00:00
  • c054701409 Accepting request 1094395 from home:ecsos:python Matej Cepl 2023-06-21 17:27:29 +00:00
  • 6aacb5a51c Accepting request 924042 from devel:languages:python Dominique Leuenberger 2021-10-07 22:06:28 +00:00
  • 48acc45afa - Correct Provides/Obsoletes Matej Cepl 2021-10-07 15:36:20 +00:00
  • c8ac28e955 Accepting request 828011 from devel:languages:python Dominique Leuenberger 2020-08-28 19:20:54 +00:00
  • 554f76fd1c Accepting request 827971 from home:jayvdb:branches:devel:languages:python Tomáš Chvátal 2020-08-20 07:27:17 +00:00
  • 706075416a Accepting request 792732 from devel:languages:python Dominique Leuenberger 2020-04-09 21:18:09 +00:00
  • f73199c36b Accepting request 792700 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2020-04-09 13:14:49 +00:00
  • 4d7230d01b Accepting request 757332 from devel:languages:python Dominique Leuenberger 2019-12-16 14:21:29 +00:00
  • de8d2ed6a4 Accepting request 756872 from home:buschmann23:branches:devel:languages:python Matej Cepl 2019-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 &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 Tomáš Chvátal 2019-09-12 08:55:43 +00:00
  • 489f0106ba Accepting request 659415 from devel:languages:python Dominique Leuenberger 2018-12-24 10:38:08 +00:00
  • 725174c03e Remove superfluous devel dependency for noarch package Matej Cepl 2018-12-04 13:32:16 +00:00
  • 897a42628f Accepting request 629541 from devel:languages:python Dominique Leuenberger 2018-08-24 15:04:32 +00:00
  • daf8229e86 Accepting request 629535 from home:jengelh:branches:devel:languages:python Matej Cepl 2018-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 &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 2018-08-13 11:48:24 +00:00
  • ae2dd37aa0 - Remove dependency on unittetst2 Added remove_unittest2.patch to facilitate that Matej Cepl 2018-08-13 08:39:20 +00:00
  • 9bcb50dcee Accepting request 491649 from devel:languages:python Dominique Leuenberger 2017-05-02 06:54:46 +00:00
  • 1910c611c5 Accepting request 491648 from home:TheBlackCat:branches:devel:languages:python Todd R 2017-04-27 16:34:12 +00:00
  • d52fcd3006 Accepting request 489324 from home:TheBlackCat:branches:devel:languages:python Todd R 2017-04-19 14:07:51 +00:00
  • 7c9cb3f511 Accepting request 369222 from devel:languages:python Dominique Leuenberger 2016-03-16 09:34:32 +00:00
  • 653f5bbb51 Accepting request 368724 from home:kfreitag:branches:devel:languages:python Todd R 2016-03-09 16:31:23 +00:00
  • 7b18363aae Accepting request 298180 from devel:languages:python Dominique Leuenberger 2015-04-21 08:53:44 +00:00
  • 8681b4f0a1 Accepting request 298047 from home:benoit_monin:branches:devel:languages:python Michal Čihař 2015-04-20 12:59:54 +00:00
  • ce661bcbb6 Accepting request 287515 from devel:languages:python Dominique Leuenberger 2015-02-25 01:18:02 +00:00
  • efc2ec03ed OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html2text?expand=0&rev=18 Denisart Benjamin 2015-02-24 13:23:44 +00:00
  • 085f34ce27 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html2text?expand=0&rev=17 Denisart Benjamin 2015-02-24 13:22:59 +00:00
  • 2bd550c889 Accepting request 284904 from home:apersaud:branches:devel:languages:python Denisart Benjamin 2015-02-10 23:57:29 +00:00
  • 038f991be8 Accepting request 205013 from devel:languages:python Stephan Kulow 2013-10-29 08:33:37 +00:00
  • 5a0fa63deb OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html2text?expand=0&rev=15 Sascha Peilicke 2013-10-28 13:20:18 +00:00
  • a63bff5b16 - Add html2text-entrypoints.patch: + Fix entry point colliding with /usr/bin/html2text - Spec cleanup Sascha Peilicke 2013-10-28 13:19:52 +00:00
  • 9d68711bed - Require python-setuptools instead of distribute (upstreams merged) Sascha Peilicke 2013-10-24 11:06:39 +00:00
  • cb062186a3 Accepting request 179853 from devel:languages:python Stephan Kulow 2013-06-19 14:38:12 +00:00
  • 6e51bbbc33 Python3 moved to devel:languages:python3 Sascha Peilicke 2013-06-17 12:51:30 +00:00
  • 4f2e74a4fe Accepting request 157185 from devel:languages:python Stephan Kulow 2013-03-04 16:33:54 +00:00
  • 1f2fc77653 Accepting request 157167 from home:apersaud:branches:devel:languages:python Alexandre Rogoski 2013-03-03 23:53:12 +00:00
  • 38a82cf7cc Accepting request 103929 from devel:languages:python Stephan Kulow 2012-02-14 12:10:58 +00:00
  • b79909b89f - Update to 3.200.3: - Sorry, no changelog atm. Alexandre Rogoski 2012-01-07 16:04:39 +00:00
  • 84e224f98e - Update to 3.200.2: - Sorry, no changelog atm. Alexandre Rogoski 2012-01-06 19:00:07 +00:00
  • 15430f6f8c - Update to 3.200.1: - Sorry, no changelog atm. Alexandre Rogoski 2011-12-21 19:08:29 +00:00
  • 0308eac375 - Update to 3.200: - Sorry, no changelog atm. Alexandre Rogoski 2011-12-21 15:33:30 +00:00
  • 81729c7417 Accepting request 93426 from devel:languages:python Stephan Kulow 2011-11-25 10:13:08 +00:00
  • 0cd9339cbf - Fix bnc#732039, add a COPYING file and set license to SDPX style (GPL-3.0) Sascha Peilicke 2011-11-24 11:51:19 +00:00
  • 76f704251a - Update to 3.101: - Sorry, no changelog atm. - Regenerate spec file with py2pack; - Bzip2 source code. Alexandre Rogoski 2011-11-09 19:00:18 +00:00
  • c732adf60a Accepting request 84084 from devel:languages:python Sascha Peilicke 2011-09-26 08:15:41 +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
  • 5c0696e93e Autobuild autoformatter for 71067 Marcus Rueckert 2011-05-30 14:47:03 +00:00
  • a2c205895c Accepting request 71067 from devel:languages:python Marcus Rueckert 2011-05-30 14:46:55 +00:00
  • d74dfe9841 - Update to 3.01. Alexandre Rogoski 2011-02-16 00:11:34 +00:00
  • 0ea6ca96bd Bzip2 source file. Alexandre Rogoski 2010-12-29 23:50:13 +00:00
  • 8277c66a1a Accepting request 56545 from home:aledr Sascha Peilicke 2010-12-21 16:05:53 +00:00