- Update to 2.4.1:

* Fix the scale parameter
  * Allow href attributes with no namespace
  * Fix the tree root detection

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CairoSVG?expand=0&rev=16
This commit is contained in:
Tomáš Chvátal 2019-09-09 09:18:09 +00:00 committed by Git OBS Bridge
parent 07c1ecf199
commit 89873fa350
4 changed files with 12 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Sep 9 09:16:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.4.1:
* Fix the scale parameter
* Allow href attributes with no namespace
* Fix the tree root detection
-------------------------------------------------------------------
Tue Jun 4 13:54:28 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.4.0
Version: 2.4.1
Release: 0
Summary: A Python SVG converter based on Cairo
License: LGPL-3.0-or-later