Package Release Info

python-svgwrite-1.4-bp154.1.22

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-svgwrite

Change Logs

Version: 1.4-bp152.1.1
* Thu Apr 23 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
* Tue Mar 10 2020 Tomá? Chvátal <tchvatal@suse.com>
- Skip one test that started to fail with python 3.8:
  * test_pretty_print
* Mon Jul 22 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
Version: 1.2.1-bp151.1.3
* Wed Jan 02 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 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Sun Jul 29 2018 jengelh@inai.de
- Use noun phrase in summary.
* Thu May 24 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 2017 toddrme2178@gmail.com
- initial version