Changelog for
python311-ansi2html-1.9.1-1.5.noarch.rpm :
* Wed Dec 13 2023 Johannes Kastl
- update to 1.9.1 (skipping non-existent release 1.9.0):
* Bugfixes - Enable testing with py312 (#230) AATTssbarnea - Fix project description (#229) AATTssbarnea - Fix RTD builds (#228) AATTssbarnea - tests/test_ansi2html.py: use sys.executable instead of hardcoded python3 (#214) AATTjohanneskastl - Replace optparse with argparse (#205) AATTssbarnea - Replace sphinx with mkdocs (#204) AATTssbarnea- remove patch 0001-tests-test_ansi2html.py-use-sys.executable-instead-o.patch- change upstream to pycontribs/ansi2html
* Tue May 09 2023 Johannes Kastl - add patch 0001-tests-test_ansi2html.py-use-sys.executable-instead-o.patch to replace a hardcoded \'python3\' in a test (which leads to errors on SLES15 with python3.11) https://github.com/pycontribs/ansi2html/issues/210
* Tue May 09 2023 Johannes Kastl - add sle15_python_module_pythons
* Thu Aug 04 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 2022 pgajdosAATTsuse.com- version update to 1.7.0 1.7.0 - ---- Minor Changes ^^^^^^^^^^^^^
* Replace recommendation of using system packages with pip3 AATTssbarnea
* Add truecolor support AATTmiltolstoy
* Generate documentation with Sphinx and use Read the Docs AATTtristanlatr
* Adds support for OSC hyperlink sequences. AATThakonhagland Bugfixes ^^^^^^^^
* Add test coverage AATTziegenberg
* Replace pkg_resources with importlib.metadata AATTziegenberg
* fix including of CHANGELOG.rst AATTziegenberg
* Update linting dependencies AATTziegenberg
* Upgrade the build process AATTziegenberg
* Add type hinting AATTziegenberg
* Update CI badges in readme AATTssbarnea
* Bump setuptools-scm version AATTssbarnea 1.6.0 - ---- Changes ^^^^^^^
* Switching from nosetest to unittest AATTpaolostivanin
* Add dracula colorscheme AATTahmubashshir
* Refactor packaging by replacing old setup.py based packaging with modern pep517 based one
* Replace travis with github actions AATTssbarnea Bugfixes ^^^^^^^^
* Correct author metadata AATTssbarnea Deprecations ^^^^^^^^^^^^
* Officialy retire support for python <= 3.6 AATTssbarnea- deleted patches - remove_nose.patch (upstreamed)
* Thu Mar 26 2020 Paolo Stivanin - Add remove_nose.patch
* Fri Feb 15 2019 Jan Engelhardt - Use noun phrase in descriptions.
* Thu Feb 14 2019 Tomáš Chvátal - Update to 1.5.2 release:
* Many various drawing fixes
* Css parsing improvements- Sort out with spec-cleaner- Enable tests
* Tue Oct 24 2017 rolfAATTrotkraut.de- Initial version