- Update to 2.7.1:

* Don't draw clipPath when defined after reference
  * Handle evenodd fill rule with gradients and patterns
  * Fix ratio and clip for "image" tags with no size
  * Handle data-URLs in safe mode
  * Use f-strings

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CairoSVG?expand=0&rev=30
This commit is contained in:
Daniel Garcia 2023-09-06 10:13:30 +00:00 committed by Git OBS Bridge
parent 01415f11a6
commit feb4308616
6 changed files with 20 additions and 10 deletions

View File

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

BIN
CairoSVG-2.7.1.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,4 +1,4 @@
name: CairoSVG
version: 2.7.0
mtime: 1679322684
commit: 33007d4af9195e2bfb2ff9af064c4c2d8e4b2b53
version: 2.7.1
mtime: 1691225852
commit: 0abf992fb701a26c544be9589f06892535834289

View File

@ -1,9 +1,9 @@
<services>
<service mode="disabled" name="obs_scm">
<service mode="manual" name="obs_scm">
<param name="url">https://github.com/Kozea/CairoSVG.git</param>
<param name="scm">git</param>
<param name="submodules">enable</param>
<param name="revision">33007d4af9195e2bfb2ff9af064c4c2d8e4b2b53</param>
<param name="revision">0abf992fb701a26c544be9589f06892535834289</param>
<param name="versionformat">@PARENT_TAG@</param>
</service>
<service mode="buildtime" name="tar" />
@ -11,5 +11,5 @@
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version" />
<service mode="manual" name="set_version" />
</services>

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Sep 6 10:08:53 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Update to 2.7.1:
* Don't draw clipPath when defined after reference
* Handle evenodd fill rule with gradients and patterns
* Fix ratio and clip for "image" tags with no size
* Handle data-URLs in safe mode
* Use f-strings
-------------------------------------------------------------------
Tue May 9 06:33:14 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -19,7 +19,7 @@
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-CairoSVG
Version: 2.7.0
Version: 2.7.1
Release: 0
Summary: A Python SVG converter based on Cairo
License: LGPL-3.0-or-later