From c25fbf88ff5d19d27a1fa0b26c45fac2f3b0c1db668d7dc025e8bbf04c360f4b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 4 Aug 2022 12:29:32 +0000 Subject: [PATCH] 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= 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 --- 1.7.0.tar.gz | 3 --- 1.8.0.tar.gz | 3 +++ python-ansi2html.changes | 15 +++++++++++++++ python-ansi2html.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 1.7.0.tar.gz create mode 100644 1.8.0.tar.gz diff --git a/1.7.0.tar.gz b/1.7.0.tar.gz deleted file mode 100644 index 6149251..0000000 --- a/1.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6903fdf905bc718604dc15a8801dfd11234bb0beddd96cf54681abf00623ac9 -size 38989 diff --git a/1.8.0.tar.gz b/1.8.0.tar.gz new file mode 100644 index 0000000..78ce9ed --- /dev/null +++ b/1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2ce11830d161c804b15a4251bbd116c01b7d4af87d13d1453c99c066c62284 +size 40064 diff --git a/python-ansi2html.changes b/python-ansi2html.changes index 1455734..2731928 100644 --- a/python-ansi2html.changes +++ b/python-ansi2html.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Aug 4 08:46:29 UTC 2022 - Otto Hollmann + +- 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= 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 diff --git a/python-ansi2html.spec b/python-ansi2html.spec index b3dc2ac..c75bdb7 100644 --- a/python-ansi2html.spec +++ b/python-ansi2html.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ansi2html -Version: 1.7.0 +Version: 1.8.0 Release: 0 Summary: Python module to convert text with ANSI color codes to HTML or LaTeX License: LGPL-3.0-or-later