2016-03-09 16:31:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jan 3 21:18:57 UTC 2016 - freitag@opensuse.org
|
|
|
|
|
|
|
|
|
|
Update to version 2015-11.4:
|
|
|
|
|
|
|
|
|
|
* Fix #38: Long links wrapping controlled by `--no-wrap-links`.
|
|
|
|
|
* Note: `--no-wrap-links` implies `--reference-links`
|
|
|
|
|
* Feature #83: Add callback-on-tag.
|
|
|
|
|
* Fix #87: Decode errors can be handled via command line.
|
|
|
|
|
* Feature #95: Docs, decode errors spelling mistake.
|
|
|
|
|
* Fix #84: Make bodywidth kwarg overridable using config.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Additional changes from version 2015.6.21
|
|
|
|
|
|
|
|
|
|
* Fix #31: HTML entities stay inside link.
|
|
|
|
|
* Fix #71: Coverage detects command line tests.
|
|
|
|
|
* Fix #39: Documentation update.
|
|
|
|
|
* Fix #61: Functionality added for optional use of automatic links.
|
|
|
|
|
* Feature #80: ``title`` attribute is preserved in both inline and reference links.
|
|
|
|
|
* Feature #82: More command line options. See docs.
|
|
|
|
|
|
|
|
|
|
Additional changes from version 2015.6.12
|
|
|
|
|
|
|
|
|
|
* Feature #76: Making ``pre`` blocks clearer for further automatic formatting.
|
|
|
|
|
* Fix #71: Coverage detects tests carried out in ``subprocesses``
|
|
|
|
|
|
|
|
|
|
Additional changes from version 2015.6.6
|
|
|
|
|
|
|
|
|
|
* Fix #24: ``3.200.3`` vs ``2014.7.3`` output quirks.
|
|
|
|
|
* Fix #61. Malformed links in markdown output.
|
|
|
|
|
* Feature #62: Automatic version number.
|
|
|
|
|
* Fix #63: Nested code, anchor bug.
|
|
|
|
|
* Fix #64: Proper handling of anchors with content that starts with tags.
|
|
|
|
|
* Feature #67: Documentation all over the module.
|
|
|
|
|
* Feature #70: Adding tests for the module.
|
|
|
|
|
* Fix #73: Typo in config documentation.
|
|
|
|
|
|
2015-04-20 12:59:54 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Apr 19 11:25:59 UTC 2015 - benoit.monin@gmx.fr
|
|
|
|
|
|
|
|
|
|
- update to version 2015.4.14:
|
|
|
|
|
* Feature #59: Write image tags with height and width attrs as
|
|
|
|
|
raw html to retain dimensions
|
|
|
|
|
- additional changes from version 2015.4.13:
|
|
|
|
|
* Feature #56: Treat '-' file parameter as stdin.
|
|
|
|
|
* Feature #57: Retain escaping of html except within code or pre
|
|
|
|
|
tags.
|
|
|
|
|
- additional changes from version 2015.2.18:
|
|
|
|
|
* Fix #38: Anchor tags with empty text or with `<img>` tags
|
|
|
|
|
inside are no longer stripped.
|
|
|
|
|
- additional changes from version 2014.12.29:
|
|
|
|
|
* Feature #51: Add single line break option.
|
|
|
|
|
- additional changes from version 2014.12.24:
|
|
|
|
|
* Feature #49: Added a images_to_alt option to discard images and
|
|
|
|
|
keep only their alt.
|
|
|
|
|
* Feature #50: Protect links, surrounding them with angle
|
|
|
|
|
brackets to avoid breaking...
|
|
|
|
|
* Feature: Add ``setup.cfg`` file.
|
|
|
|
|
- additional changes from version 2014.12.5:
|
|
|
|
|
* Feature: Update `README.md` with usage examples.
|
|
|
|
|
* Fix #35: Remove `py_modules` from `setup.py`.
|
|
|
|
|
* Fix #36: Excludes tests from being installed as a separate
|
|
|
|
|
module.
|
|
|
|
|
* Fix #37: Don't hardcode the path to the installed binary.
|
|
|
|
|
* Fix: Readme typo in running cli.
|
|
|
|
|
* Feature #40: Extract cli part to ``cli`` module.
|
|
|
|
|
* Feature #42: Bring python version compatibility to
|
|
|
|
|
``compat.py`` module.
|
|
|
|
|
* Feature #41: Extract utility/helper methods to ``utils`` module
|
|
|
|
|
* Fix #45: Does not accept standard input when running under
|
|
|
|
|
Python 3.
|
|
|
|
|
* Feature: Clean up ``ChangeLog.rst`` for version and date
|
|
|
|
|
numbers.
|
|
|
|
|
- additional changes from version 2014.9.25:
|
|
|
|
|
* Feature #29, #27: Add simple table support with bypass option.
|
|
|
|
|
* Fix #20: Replace project website with:
|
|
|
|
|
http://alir3z4.github.io/html2text/
|
|
|
|
|
- additional changes from version 2014.9.8:
|
|
|
|
|
* Fix #28: missing ``html2text`` package in installation.
|
|
|
|
|
- additional changes from version 2014.9.7:
|
|
|
|
|
* Fix ``unicode``/``type`` error in memory leak unit-test.
|
|
|
|
|
* Feature #16: Remove ``install_deps.py``.
|
|
|
|
|
* Feature #17: Add status badges via pypin.
|
|
|
|
|
* Feature #18: Add ``Python`` ``3.4`` to travis config file.
|
|
|
|
|
* Feature #19: Bring ``html2text`` to a separate module and take
|
|
|
|
|
out the ``conf``/``constant`` variables.
|
|
|
|
|
* Feature #21: Remove meta vars from ``html2text.py`` file header
|
|
|
|
|
* Fix: Fix TypeError when parsing tags like <img src='foo' alt>.
|
|
|
|
|
Fixed in #25.
|
|
|
|
|
- additional changes from version 2014.7.3:
|
|
|
|
|
* Fix #8: Remove ``How to do a release`` section from README.md.
|
|
|
|
|
* Fix #11: Include test directory markdown, html files.
|
|
|
|
|
* Fix #13: memory leak in using ``handle`` while keeping the old
|
|
|
|
|
instance of ``html2text``.
|
|
|
|
|
- additional changes from version 2014.4.5:
|
|
|
|
|
* Fix #1: Add ``ChangeLog.rst`` file.
|
|
|
|
|
* Fix #2: Add ``AUTHORS.rst`` file.
|
|
|
|
|
- update URL to maintainer homepage
|
|
|
|
|
- drop html2text-entrypoints.patch: rename the script instead
|
|
|
|
|
- update package description
|
|
|
|
|
- add unittest2 to buildrequire for the tests
|
|
|
|
|
- add %check to run the tests during build
|
|
|
|
|
- install the script as html2text-python%{py_ver}
|
|
|
|
|
- add AUTHORS.rst and ChangeLog.rst to documentation
|
|
|
|
|
- remove useless shebang in __init__.py
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2015-02-10 23:57:29 +00:00
|
|
|
Sun Feb 8 06:16:02 UTC 2015 - arun@gmx.de
|
|
|
|
|
|
|
|
|
|
- specfile:
|
|
|
|
|
* update copyright year
|
2015-02-24 13:22:59 +00:00
|
|
|
* removed installation of .py file in /usr/bin; An upstream mistake
|
|
|
|
|
and a conflict betwenn html2text.py in python_sitelib and in
|
|
|
|
|
bindir when an external project tries to import it.
|
|
|
|
|
|
2013-10-24 11:06:39 +00:00
|
|
|
-------------------------------------------------------------------
|
2013-10-28 13:19:52 +00:00
|
|
|
Mon Oct 28 13:19:28 UTC 2013 - speilicke@suse.com
|
|
|
|
|
|
|
|
|
|
- Add html2text-entrypoints.patch:
|
|
|
|
|
+ Fix entry point colliding with /usr/bin/html2text
|
|
|
|
|
- Spec cleanup
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2013-10-24 11:06:39 +00:00
|
|
|
Thu Oct 24 11:06:38 UTC 2013 - speilicke@suse.com
|
|
|
|
|
|
|
|
|
|
- Require python-setuptools instead of distribute (upstreams merged)
|
|
|
|
|
|
2012-01-07 16:04:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jan 7 15:46:35 UTC 2012 - alexandre@exatati.com.br
|
|
|
|
|
|
|
|
|
|
- Update to 3.200.3:
|
|
|
|
|
- Sorry, no changelog atm.
|
|
|
|
|
|
2012-01-06 19:00:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jan 6 18:43:11 UTC 2012 - alexandre@exatati.com.br
|
|
|
|
|
|
|
|
|
|
- Update to 3.200.2:
|
|
|
|
|
- Sorry, no changelog atm.
|
|
|
|
|
|
2011-12-21 19:08:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Dec 21 18:29:39 UTC 2011 - alexandre@exatati.com.br
|
|
|
|
|
- Update to 3.200.1:
|
|
|
|
|
- Sorry, no changelog atm.
|
|
|
|
|
|
2011-11-24 11:51:19 +00:00
|
|
|
-------------------------------------------------------------------
|
2011-12-21 15:33:30 +00:00
|
|
|
Wed Dec 21 14:24:28 UTC 2011 - alexandre@exatati.com.br
|
|
|
|
|
|
|
|
|
|
- Update to 3.200:
|
|
|
|
|
- Sorry, no changelog atm.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Nov 24 10:59:04 UTC 2011 - alexandre@exatati.com.br
|
|
|
|
|
|
|
|
|
|
- COPYING file on tarball, not outside it.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2011-11-24 11:51:19 +00:00
|
|
|
Thu Nov 24 10:50:20 UTC 2011 - saschpe@suse.de
|
|
|
|
|
|
|
|
|
|
- Fix bnc#732039, add a COPYING file and set license to SDPX style
|
|
|
|
|
(GPL-3.0)
|
|
|
|
|
|
2011-11-09 19:00:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Nov 9 18:02:15 UTC 2011 - alexandre@exatati.com.br
|
|
|
|
|
|
|
|
|
|
- Update to 3.101:
|
|
|
|
|
- Sorry, no changelog atm.
|
|
|
|
|
- Regenerate spec file with py2pack;
|
|
|
|
|
- Bzip2 source code.
|
|
|
|
|
|
2011-09-21 09:30:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Sep 21 09:28:46 UTC 2011 - saschpe@suse.de
|
|
|
|
|
|
|
|
|
|
- Update to version 3.02:
|
|
|
|
|
* Upstream provides no changes
|
|
|
|
|
- BuildRequire more modern python-distribute instead of python-setuptools
|
|
|
|
|
- Fixed non-executable script rpmlint warning
|
|
|
|
|
|
2011-02-16 00:11:34 +00:00
|
|
|
-------------------------------------------------------------------
|
2011-11-09 19:00:18 +00:00
|
|
|
|
2011-02-16 00:11:34 +00:00
|
|
|
Tue Feb 15 23:33:53 UTC 2011 - alexandre@exatati.com.br
|
|
|
|
|
|
|
|
|
|
- Update to 3.01.
|
|
|
|
|
|
2010-12-21 16:05:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 21 15:52:41 UTC 2010 - alexandre@exatati.com.br
|
|
|
|
|
|
|
|
|
|
- Initial package (2.38) for openSUSE generated with py2pack.
|