diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 06:48:49 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 06:48:49 +0000 |
commit | 379f673527e42294641d352db651d43f8c578b5b (patch) | |
tree | 9785673aeeae767a897d879cd1c924a964880507 | |
parent | 8d83dba1adec7ccf0cf95f2fb1943069c4949f9e (diff) |
automatic import of python-pikepdfopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-pikepdf.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1,2 +1,3 @@ /pikepdf-7.1.1.tar.gz /pikepdf-7.1.2.tar.gz +/pikepdf-7.2.0.tar.gz diff --git a/python-pikepdf.spec b/python-pikepdf.spec index bcd9e50..c4d21f7 100644 --- a/python-pikepdf.spec +++ b/python-pikepdf.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pikepdf -Version: 7.1.2 +Version: 7.2.0 Release: 1 Summary: Read and write PDFs with Python, powered by qpdf License: MPL-2.0 URL: https://pypi.org/project/pikepdf/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d4/c4/833162e3bc483e0b137736985a2bf866a010c169364cbde98145025afdbc/pikepdf-7.1.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8d/0a/a964edab0bdb29ceae4ef4309f4448f52e71e8228748760d5edc9c3c0d7e/pikepdf-7.2.0.tar.gz Requires: python3-Pillow Requires: python3-deprecation @@ -113,7 +113,7 @@ pikepdf is [documented](https://pikepdf.readthedocs.io/en/latest/index.html) and Commercial support is available. %prep -%autosetup -n pikepdf-7.1.2 +%autosetup -n pikepdf-7.2.0 %build %py3_build @@ -153,5 +153,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 7.1.2-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 7.2.0-1 - Package Spec generated @@ -1 +1 @@ -41581245132eef6cf0fd6fcfac3b3d23 pikepdf-7.1.2.tar.gz +770eac045206c2de115a2a3480246ab0 pikepdf-7.2.0.tar.gz |