15
0
Files
python-ansi2html/python-ansi2html.changes
Markéta Machová b6cf2ebd2f Accepting request 973176 from home:pgajdos:python
- version update to 1.7.0
  1.7.0
  -----
  Minor Changes
  ^^^^^^^^^^^^^
  * Replace recommendation of using system packages with pip3  @ssbarnea
  * Add truecolor support  @miltolstoy
  * Generate documentation with Sphinx and use Read the Docs  @tristanlatr
  * Adds support for OSC hyperlink sequences.  @hakonhagland
  Bugfixes
  ^^^^^^^^
  * Add test coverage  @ziegenberg
  * Replace pkg_resources with importlib.metadata  @ziegenberg
  * fix including of CHANGELOG.rst  @ziegenberg
  * Update linting dependencies  @ziegenberg
  * Upgrade the build process  @ziegenberg
  * Add type hinting  @ziegenberg
  * Update CI badges in readme  @ssbarnea
  * Bump setuptools-scm version  @ssbarnea
  1.6.0
  -----
  Changes
  ^^^^^^^
  * Switching from nosetest to unittest  @paolostivanin
  * Add dracula colorscheme  @ahmubashshir
  * Refactor packaging by replacing old setup.py based packaging with modern pep517 based one 
  * Replace travis with github actions  @ssbarnea
  Bugfixes
  ^^^^^^^^
  * Correct author metadata  @ssbarnea

OBS-URL: https://build.opensuse.org/request/show/973176
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ansi2html?expand=0&rev=8
2022-04-27 13:52:27 +00:00

64 lines
2.0 KiB
Plaintext

-------------------------------------------------------------------
Wed Apr 27 11:41:26 UTC 2022 - pgajdos@suse.com
- version update to 1.7.0
1.7.0
-----
Minor Changes
^^^^^^^^^^^^^
* Replace recommendation of using system packages with pip3 @ssbarnea
* Add truecolor support @miltolstoy
* Generate documentation with Sphinx and use Read the Docs @tristanlatr
* Adds support for OSC hyperlink sequences. @hakonhagland
Bugfixes
^^^^^^^^
* Add test coverage @ziegenberg
* Replace pkg_resources with importlib.metadata @ziegenberg
* fix including of CHANGELOG.rst @ziegenberg
* Update linting dependencies @ziegenberg
* Upgrade the build process @ziegenberg
* Add type hinting @ziegenberg
* Update CI badges in readme @ssbarnea
* Bump setuptools-scm version @ssbarnea
1.6.0
-----
Changes
^^^^^^^
* Switching from nosetest to unittest @paolostivanin
* Add dracula colorscheme @ahmubashshir
* Refactor packaging by replacing old setup.py based packaging with modern pep517 based one
* Replace travis with github actions @ssbarnea
Bugfixes
^^^^^^^^
* Correct author metadata @ssbarnea
Deprecations
^^^^^^^^^^^^
* Officialy retire support for python <= 3.6 @ssbarnea
- deleted patches
- remove_nose.patch (upstreamed)
-------------------------------------------------------------------
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