14
0

- update to 2.6.0:

* Drop support of Python 3.5 and 3.6, add support of Python 3.9,
    3.10 and 3.11
  * Support crispEdges value for text antialiasing
  * Don’t crash when including CMYK images
  * Only update docstrings when not optimized
  * Don’t restore current point after empty paths
  * Assume that 1ch equals 0.5em
  * Fix various deprecation warnings

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CairoSVG?expand=0&rev=23
This commit is contained in:
2023-03-14 22:34:10 +00:00
committed by Git OBS Bridge
parent ce994b4561
commit 4581e6ecb2
6 changed files with 24 additions and 12 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Mar 14 22:27:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.6.0:
* Drop support of Python 3.5 and 3.6, add support of Python 3.9,
3.10 and 3.11
* Support crispEdges value for text antialiasing
* Dont crash when including CMYK images
* Only update docstrings when not optimized
* Dont restore current point after empty paths
* Assume that 1ch equals 0.5em
* Fix various deprecation warnings
-------------------------------------------------------------------
Thu Aug 12 12:01:51 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>