File python-ansi2html.changes of Package python-ansi2html
-------------------------------------------------------------------
Fri Aug 27 10:05:21 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.6.0
* add support for vt100 box drawing mode and high-intensity
ansi codes (#90)
* Fix undefined behavior with linkify when same url is repeated
in same line (#85)
* Prune CSS classes from output that are not used (#84)
* LGPLv3+ (#80)
* Revert "six is called six, not python-six" (#73)
* Update style.py (#69)
* Give more useful TaskWarrior example (#68)
* Fix handling cursor move up with unique and empty lines (#67)
* enable python 3 input decoding (#64)
* six is called six, not python-six (#61)
* Fix missing color CSS definitions (#57)
* Prevent IndexError while handling CursorMoveUp (#56)
* added setup.cfg (#55)
* the css (#52)
* fix long lines (#50)
* Started to implement LaTeX support (#48)
* add option --title for filling in the title (#44)
* add empty title element to head section in html output (#43)
* Generic approach to issue 39 (#42)
* added 2 color-schemes (solarized, osx). improved
optparse handling schemes. (#41)
* added support to select a color-scheme. added schemes
'xterm' and 'xterm... (#40)
* Improve Makefile (#38)
* Add and ship AsciiDoc manpage, improve --help, add --version (#35)
* Fix README example to not produce unwanted spaces (issue 26) (#34)
* Add missing license headers (#33)
* Fix line handling (including issue #36) (#37)
* Add support for previously unhandled ANSI codes, improve
approach on handling color state (#32)
* Fix italic to be font-style (rather than font-weight) (#31)
* Fix issue 25 (#28)
* Stop adding unwanted spaces (issue 26) (#27)
* Fix writing to sys.stdout.buffer (#29)
* Add convenience Makefile (#30)
* Python2.4 (#23)
* Fix some bugs (#18)
* add --inline style (#16)
* Fix for issue #2 UnicodeDecodeError exception when
Unicode characters appear in input (#3)
- from version 1.5.2
* 5688d50ae Update pypi python versions.
https://github.com/ralphbean/ansi2html/commit/5688d50ae
- from version 1.5.1
* Include manpage in release.
- Drop patches for issues merged upstream
* remove_nose.patch
-------------------------------------------------------------------
Thu Mar 26 07:34:53 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
- Add remove_nose.patch
-------------------------------------------------------------------
Fri Feb 15 14:23:43 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in descriptions.
-------------------------------------------------------------------
Thu Feb 14 13:31:49 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.5.2 release:
* Many various drawing fixes
* Css parsing improvements
- Sort out with spec-cleaner
- Enable tests
-------------------------------------------------------------------
Tue Oct 24 15:13:53 UTC 2017 - rolf@rotkraut.de
- Initial version