forked from pool/python-CairoSVG
Accepting request 1073663 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1073663 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-CairoSVG?expand=0&rev=10
This commit is contained in:
commit
b69f6a145a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:faa88ffd26f262635de844ce9ba33c2e51db228be0e56ca65c542c20da538d71
|
||||
size 262792206
|
3
CairoSVG-2.6.0.obscpio
Normal file
3
CairoSVG-2.6.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3aacfc595740e3030e52e67c6581a7de8511deffce869c144806d732456b8508
|
||||
size 262793230
|
@ -1,5 +1,4 @@
|
||||
name: CairoSVG
|
||||
version: 2.5.2
|
||||
mtime: 1615043794
|
||||
commit: e6013a31b714b6b632a3a6f3e565643c98b296ce
|
||||
|
||||
version: 2.6.0
|
||||
mtime: 1673542007
|
||||
commit: f5170f8d5a1cb8f9738228038edd6efab52566d7
|
||||
|
4
_service
4
_service
@ -1,9 +1,9 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<param name="url">git://github.com/Kozea/CairoSVG.git</param>
|
||||
<param name="url">https://github.com/Kozea/CairoSVG.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">enable</param>
|
||||
<param name="revision">e6013a3</param>
|
||||
<param name="revision">f5170f8</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar" />
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 22:27:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user