From 07c1ecf1995d72dc1156ad10a1715073c0ce1f4a9a4c0b01a0fea7d8bfc2c154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 4 Jun 2019 13:55:32 +0000 Subject: [PATCH] - 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 --- CairoSVG-2.3.1.tar.gz | 3 --- CairoSVG-2.4.0.tar.gz | 3 +++ python-CairoSVG.changes | 7 +++++++ python-CairoSVG.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 CairoSVG-2.3.1.tar.gz create mode 100644 CairoSVG-2.4.0.tar.gz diff --git a/CairoSVG-2.3.1.tar.gz b/CairoSVG-2.3.1.tar.gz deleted file mode 100644 index f474594..0000000 --- a/CairoSVG-2.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5b67bc598f73693490b1bed8bc6e0ae447cf3a6d986c285db309343b90786ee -size 38960 diff --git a/CairoSVG-2.4.0.tar.gz b/CairoSVG-2.4.0.tar.gz new file mode 100644 index 0000000..7937f4c --- /dev/null +++ b/CairoSVG-2.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2600925a1f5bd2a119b9fb6e1d9f979f2ef71fc6055d8cb49c75b8e90f6d679 +size 38763 diff --git a/python-CairoSVG.changes b/python-CairoSVG.changes index fdb9b68..3660346 100644 --- a/python-CairoSVG.changes +++ b/python-CairoSVG.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jun 4 13:54:28 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-CairoSVG.spec b/python-CairoSVG.spec index 122f211..4b504e3 100644 --- a/python-CairoSVG.spec +++ b/python-CairoSVG.spec @@ -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