- Update to 2.4.0:

* Fix aspect and position when resizing root SVG tag
  * Follow aspect and position hints when using forced output size

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CairoSVG?expand=0&rev=14
This commit is contained in:
Tomáš Chvátal 2019-06-04 13:55:32 +00:00 committed by Git OBS Bridge
parent 186332642a
commit 07c1ecf199
4 changed files with 11 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b5b67bc598f73693490b1bed8bc6e0ae447cf3a6d986c285db309343b90786ee
size 38960

3
CairoSVG-2.4.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d2600925a1f5bd2a119b9fb6e1d9f979f2ef71fc6055d8cb49c75b8e90f6d679
size 38763

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jun 4 13:54:28 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.4.0:
* Fix aspect and position when resizing root SVG tag
* Follow aspect and position hints when using forced output size
-------------------------------------------------------------------
Mon Apr 29 07:57:20 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-CairoSVG
Version: 2.3.1
Version: 2.4.0
Release: 0
Summary: A Python SVG converter based on Cairo
License: LGPL-3.0-or-later