14
0

Accepting request 707068 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/707068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyMuPDF?expand=0&rev=4
This commit is contained in:
2019-06-03 16:56:18 +00:00
committed by Git OBS Bridge
2 changed files with 10 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jun 2 12:38:08 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Trim bias and conjecture from descriptions.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 29 10:18:57 UTC 2019 - Yunhe Guo <i@guoyunhe.me> Wed May 29 10:18:57 UTC 2019 - Yunhe Guo <i@guoyunhe.me>

View File

@@ -21,7 +21,7 @@
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.14.16 Version: 1.14.16
Release: 0 Release: 0
Summary: Python binding for MuPDF - a lightweight PDF and XPS viewer Summary: Python binding for MuPDF, a PDF and XPS viewer
License: GPL-3.0-only AND AGPL-3.0-only License: GPL-3.0-only AND AGPL-3.0-only
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/rk700/PyMuPDF URL: https://github.com/rk700/PyMuPDF
@@ -43,12 +43,10 @@ BuildRequires: pkgconfig(zlib)
%python_subpackages %python_subpackages
%description %description
This is PyMuPDF, a Python binding for MuPDF, a PDF and XPS viewer.
This is PyMuPDF, a Python binding for MuPDF - a lightweight PDF and XPS MuPDF can access files in PDF, XPS, OpenXPS, epub, comic and fiction
viewer. MuPDF can access files in PDF, XPS, OpenXPS, epub, comic and fiction book formats. PyMuPDF can also access files with extensions *.pdf,
book formats, and it is known for its top performance and high rendering *.xps, *.oxps, *.epub, *.cbz or *.fb2 from Python scripts.
quality. With PyMuPDF you therefore can also access files with extensions
*.pdf, *.xps, *.oxps, *.epub, *.cbz or *.fb2 from your Python scripts.
%prep %prep
%setup -q -n %{pypi_name}-%{version} %setup -q -n %{pypi_name}-%{version}