15
0

Accepting request 992737 from home:ohollmann:branches:devel:languages:python

- Update to 1.8.0:
  * Fix for ANSI color codes that include blank values (#178)
  * style.py: Drop unused CSS class .bold (#161)
  * Added py.typed file (#176)
  * style.py: Get CSS class .inv_foreground in sync with .body_foreground (#160)
  * Fix --input-encoding=<encoding> regression added in PR #143 + related tests (alternative to PR #162) (#172)
  * Migrate from mock to unittest.mock of Python >=3.3 (fixes #169) (#171)
  * Add ability to also recognize colons in ANSI escapes (#167)
  * Fixes to respect bright colors in palette (#126)
  * CHANGELOG.rst: Fix misleading 1.6.0 entry and missing 1.7.0 entries (#159)
  * Add comments to reduce reader research time (#158)

OBS-URL: https://build.opensuse.org/request/show/992737
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ansi2html?expand=0&rev=10
This commit is contained in:
2022-08-04 12:29:32 +00:00
committed by Git OBS Bridge
parent b6cf2ebd2f
commit c25fbf88ff
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Aug 4 08:46:29 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>
- Update to 1.8.0:
* Fix for ANSI color codes that include blank values (#178)
* style.py: Drop unused CSS class .bold (#161)
* Added py.typed file (#176)
* style.py: Get CSS class .inv_foreground in sync with .body_foreground (#160)
* Fix --input-encoding=<encoding> regression added in PR #143 + related tests (alternative to PR #162) (#172)
* Migrate from mock to unittest.mock of Python >=3.3 (fixes #169) (#171)
* Add ability to also recognize colons in ANSI escapes (#167)
* Fixes to respect bright colors in palette (#126)
* CHANGELOG.rst: Fix misleading 1.6.0 entry and missing 1.7.0 entries (#159)
* Add comments to reduce reader research time (#158)
-------------------------------------------------------------------
Wed Apr 27 11:41:26 UTC 2022 - pgajdos@suse.com