15
0

Accepting request 489324 from home:TheBlackCat:branches:devel:languages:python

- update to version 2016.9.19.
- Implement single-spec version.

OBS-URL: https://build.opensuse.org/request/show/489324
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html2text?expand=0&rev=21
This commit is contained in:
Todd R
2017-04-19 14:07:51 +00:00
committed by Git OBS Bridge
parent 653f5bbb51
commit d52fcd3006
4 changed files with 62 additions and 19 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Wed Apr 12 19:18:13 UTC 2017 - toddrme2178@gmail.com
- update to version 2016.9.19:
* Default image alt text option created and set to a default of
empty string "" to maintain backward compatibility
* Fix #136: --default-image-alt now takes a string as argument
* Fix #113: Stop changing quiet levels on /script tags.
* Merge #126: Fix deprecation warning on py3 due to html.escape
* Fix #145: Running test suite on Travis CI for Python 2.6.
- update to version 2016.5.29:
* Fix #125: --pad_tables now pads table cells to make them look
nice.
* Fix #114: Break does not interrupt blockquotes
* Deprecation warnings for URL retrieval.
- update to version 2016.4.2:
* Fix #106: encoding by stdin
* Fix #89: Python 3.5 support.
* Fix #113: inplace baseurl substitution for <a> and <img> tags.
* Feature #118: Update the badges to badge.kloud51.com
* Fix #119: new-line after a list is inserted
- update to version 2016.1.8:
* Feature #99: Removed duplicated initialisation.
* Fix #100: Get element style key error.
* Fix #101: Fix error end tag pop exception
* <s>, <strike>, <del> now rendered as ~~text~~.
- Implement singlespec version.
-------------------------------------------------------------------
Sun Jan 3 21:18:57 UTC 2016 - freitag@opensuse.org