forked from pool/python-html2text
Accepting request 298047 from home:benoit_monin:branches:devel:languages:python
- update to version 2015.4.14
- 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
OBS-URL: https://build.opensuse.org/request/show/298047
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-html2text?expand=0&rev=19
This commit is contained in:
committed by
Git OBS Bridge
parent
efc2ec03ed
commit
8681b4f0a1
@@ -1,3 +1,73 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 8 06:16:02 UTC 2015 - arun@gmx.de
|
||||
|
||||
- specfile:
|
||||
|
||||
Reference in New Issue
Block a user