2022-10-11 08:43:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 11 07:54:28 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Update to v1.4.3
|
|
|
|
* BUGFIX: Polyline validation
|
|
|
|
- from v1.4.2
|
|
|
|
* Merged some contributions and bugfixes.
|
|
|
|
|
2021-05-24 15:01:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 10 00:41:24 UTC 2021 - Daniel Molkentin <daniel.molkentin@suse.com>
|
|
|
|
|
|
|
|
- Update to 1.4.1
|
|
|
|
- no changelog provided
|
|
|
|
|
2020-04-23 20:40:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 23 16:22:34 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
|
|
|
|
|
|
|
- Update to 1.4
|
|
|
|
- Requires Python 3.6
|
|
|
|
- Removed Python2 support
|
|
|
|
- Optimized/faster svgparser.py module by Florian Festi
|
|
|
|
- Removed batch files to run tests on Windows, use pytest or tox
|
|
|
|
instead
|
|
|
|
|
2020-03-10 10:44:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 10 10:43:52 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Skip one test that started to fail with python 3.8:
|
|
|
|
* test_pretty_print
|
|
|
|
|
2019-01-02 11:46:59 +00:00
|
|
|
-------------------------------------------------------------------
|
2019-07-22 12:46:18 +00:00
|
|
|
Mon Jul 22 12:44:34 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 1.3.1:
|
|
|
|
* NEW: easy stylesheet embedding: Drawing.embed_stylesheet(content), see example using_fonts.py
|
|
|
|
* NEW: embedded local fonts: Drawing.embed_font(fontname, filename), see example using_fonts.py
|
|
|
|
* NEW: embedded web fonts: Drawing.embed_google_web_font(fontname, uri), see example using_fonts.py
|
|
|
|
* NEW: shapes extension by Christof Hanke
|
|
|
|
* NEW: for write(), save() and saveas(), indentation for pretty print is configurable by Mitar
|
|
|
|
* BUGFIX: converted regex strings in tests to raw strings by tirkarthi
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-01-02 11:46:59 +00:00
|
|
|
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
|
|
|
|
|
2018-12-04 14:08:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:55:01 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-07-30 07:35:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 29 12:32:26 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Use noun phrase in summary.
|
|
|
|
|
2018-05-24 20:56:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 24 17:49:27 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Update 1.1.12
|
|
|
|
* BUGFIX: values attribute for element animate, accepts any semicolon separated values
|
|
|
|
- spec file cleanups
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 20 16:19:04 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- initial version
|