From 4581e6ecb28e4d3e581c0e6c9c560c630096ae68ace9ebdeb3978a89fd733f37 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 14 Mar 2023 22:34:10 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=202.6.0:=20=20=20*=20Drop=20sup?= =?UTF-8?q?port=20of=20Python=203.5=20and=203.6,=20add=20support=20of=20Py?= =?UTF-8?q?thon=203.9,=20=20=20=20=203.10=20and=203.11=20=20=20*=20Support?= =?UTF-8?q?=20crispEdges=20value=20for=20text=20antialiasing=20=20=20*=20D?= =?UTF-8?q?on=E2=80=99t=20crash=20when=20including=20CMYK=20images=20=20?= =?UTF-8?q?=20*=20Only=20update=20docstrings=20when=20not=20optimized=20?= =?UTF-8?q?=20=20*=20Don=E2=80=99t=20restore=20current=20point=20after=20e?= =?UTF-8?q?mpty=20paths=20=20=20*=20Assume=20that=201ch=20equals=200.5em?= =?UTF-8?q?=20=20=20*=20Fix=20various=20deprecation=20warnings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CairoSVG?expand=0&rev=23 --- CairoSVG-2.5.2.obscpio | 3 --- CairoSVG-2.6.0.obscpio | 3 +++ CairoSVG.obsinfo | 7 +++---- _service | 4 ++-- python-CairoSVG.changes | 13 +++++++++++++ python-CairoSVG.spec | 6 +++--- 6 files changed, 24 insertions(+), 12 deletions(-) delete mode 100644 CairoSVG-2.5.2.obscpio create mode 100644 CairoSVG-2.6.0.obscpio diff --git a/CairoSVG-2.5.2.obscpio b/CairoSVG-2.5.2.obscpio deleted file mode 100644 index b4220ec..0000000 --- a/CairoSVG-2.5.2.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:faa88ffd26f262635de844ce9ba33c2e51db228be0e56ca65c542c20da538d71 -size 262792206 diff --git a/CairoSVG-2.6.0.obscpio b/CairoSVG-2.6.0.obscpio new file mode 100644 index 0000000..a4bfe3a --- /dev/null +++ b/CairoSVG-2.6.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aacfc595740e3030e52e67c6581a7de8511deffce869c144806d732456b8508 +size 262793230 diff --git a/CairoSVG.obsinfo b/CairoSVG.obsinfo index 4635590..eee200b 100644 --- a/CairoSVG.obsinfo +++ b/CairoSVG.obsinfo @@ -1,5 +1,4 @@ name: CairoSVG -version: 2.5.2 -mtime: 1615043794 -commit: e6013a31b714b6b632a3a6f3e565643c98b296ce - +version: 2.6.0 +mtime: 1673542007 +commit: f5170f8d5a1cb8f9738228038edd6efab52566d7 diff --git a/_service b/_service index 9288edc..2974551 100644 --- a/_service +++ b/_service @@ -1,9 +1,9 @@ - git://github.com/Kozea/CairoSVG.git + https://github.com/Kozea/CairoSVG.git git enable - e6013a3 + f5170f8 @PARENT_TAG@ diff --git a/python-CairoSVG.changes b/python-CairoSVG.changes index 0391e6d..4c69d9a 100644 --- a/python-CairoSVG.changes +++ b/python-CairoSVG.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Mar 14 22:27:43 UTC 2023 - Dirk Müller + +- update to 2.6.0: + * Drop support of Python 3.5 and 3.6, add support of Python 3.9, + 3.10 and 3.11 + * Support crispEdges value for text antialiasing + * Don’t crash when including CMYK images + * Only update docstrings when not optimized + * Don’t restore current point after empty paths + * Assume that 1ch equals 0.5em + * Fix various deprecation warnings + ------------------------------------------------------------------- Thu Aug 12 12:01:51 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-CairoSVG.spec b/python-CairoSVG.spec index dd4e8a0..c32a8f6 100644 --- a/python-CairoSVG.spec +++ b/python-CairoSVG.spec @@ -1,7 +1,7 @@ # # spec file for package python-CairoSVG # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-CairoSVG -Version: 2.5.2 +Version: 2.6.0 Release: 0 Summary: A Python SVG converter based on Cairo License: LGPL-3.0-or-later @@ -41,7 +41,7 @@ Requires: python-cssselect2 Requires: python-defusedxml Requires: python-tinycss2 Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %python_subpackages