15
0
forked from pool/python-ftfy

- update to 6.0.3:

*  Allow the keyword argument `fix_entities` as a deprecated alias for
    `unescape_html`, raising a warning.
  *  `ftfy.formatting` functions now disregard ANSI terminal escapes when
    calculating text width.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ftfy?expand=0&rev=17
This commit is contained in:
2022-01-15 17:48:49 +00:00
committed by Git OBS Bridge
parent de4b8f8770
commit 0e31fb300e
4 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jan 15 17:46:05 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 6.0.3:
* Allow the keyword argument `fix_entities` as a deprecated alias for
`unescape_html`, raising a warning.
* `ftfy.formatting` functions now disregard ANSI terminal escapes when
calculating text width.
-------------------------------------------------------------------
Sat Apr 17 18:25:51 UTC 2021 - Ben Greiner <code@bnavigator.de>