diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-07 03:53:42 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-07 03:53:42 +0000 |
commit | b767341d4bf2e18a330fd6256f2a78d95cc623e9 (patch) | |
tree | 3514fada10b02ad95adb2fe507854311879794a6 | |
parent | 34cc8edf051aadfb373a1702b5cf597e36d62f78 (diff) |
automatic import of python-cairosvg
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-cairosvg.spec | 18 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 16 insertions, 5 deletions
@@ -1 +1,2 @@ /CairoSVG-2.6.0.tar.gz +/CairoSVG-2.7.0.tar.gz diff --git a/python-cairosvg.spec b/python-cairosvg.spec index 9ab8127..2a5daee 100644 --- a/python-cairosvg.spec +++ b/python-cairosvg.spec @@ -1,13 +1,23 @@ %global _empty_manifest_terminate_build 0 Name: python-CairoSVG -Version: 2.6.0 +Version: 2.7.0 Release: 1 Summary: A Simple SVG Converter based on Cairo License: LGPLv3+ URL: https://courtbouillon.org/cairosvg -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f8/3c/051ab8975d95d10329a03fe92eecd917fd622e5bf55502795a38f889e875/CairoSVG-2.6.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a8/e1/a69d14425d125fcac173c68b445816d3a539bb95a09edd620108bdc9348e/CairoSVG-2.7.0.tar.gz BuildArch: noarch +Requires: python3-cairocffi +Requires: python3-cssselect2 +Requires: python3-defusedxml +Requires: python3-pillow +Requires: python3-tinycss2 +Requires: python3-sphinx +Requires: python3-sphinx-rtd-theme +Requires: python3-pytest +Requires: python3-flake8 +Requires: python3-isort %description CairoSVG is an SVG converter based on Cairo. It can export SVG files to PDF, @@ -91,7 +101,7 @@ authorship information, see the version control history. %prep -%autosetup -n CairoSVG-2.6.0 +%autosetup -n CairoSVG-2.7.0 %build %py3_build @@ -131,5 +141,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Mar 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.6.0-1 +* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 2.7.0-1 - Package Spec generated @@ -1 +1 @@ -712aa6f0b9ef80524d3fcba9ac6589fa CairoSVG-2.6.0.tar.gz +df4c6ffbc62103539afba05a253f3085 CairoSVG-2.7.0.tar.gz |