summaryrefslogtreecommitdiff
path: root/python-cairosvg.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-cairosvg.spec')
-rw-r--r--python-cairosvg.spec18
1 files changed, 14 insertions, 4 deletions
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