14
0

- Version update to 1.2.1:

* BUGFIX: Python 2 pretty print encoding issue
  * NEW: Inkscape extension - support for Inkscape layers
  * BUGFIX: compatibility with Python 3.7 by fixing re.split() usage

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-svgwrite?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2019-01-02 11:46:59 +00:00
committed by Git OBS Bridge
parent cf90b0cc27
commit d16bebb0e1
4 changed files with 15 additions and 10 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jan 2 11:43:25 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Version update to 1.2.1:
* BUGFIX: Python 2 pretty print encoding issue
* NEW: Inkscape extension - support for Inkscape layers
* BUGFIX: compatibility with Python 3.7 by fixing re.split() usage
-------------------------------------------------------------------
Tue Dec 4 12:55:01 UTC 2018 - Matej Cepl <mcepl@suse.com>