From 2868f4b3f44c8755a4dfafef968b8c931d8d398e6ace1e5bc44043fa65ea6144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 2 Oct 2019 11:55:21 +0000 Subject: [PATCH] Accepting request 734557 from home:guoyunhe:branches:devel:languages:python - Version update to 1.16.3 * significant performance improvements for dict / rawdict text extraction * Page.getText() now support text extraction for "blocks" and "words" OBS-URL: https://build.opensuse.org/request/show/734557 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMuPDF?expand=0&rev=18 --- PyMuPDF-1.16.2.tar.gz | 3 --- PyMuPDF-1.16.3.tar.gz | 3 +++ python-PyMuPDF.changes | 9 +++++++++ python-PyMuPDF.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 PyMuPDF-1.16.2.tar.gz create mode 100644 PyMuPDF-1.16.3.tar.gz diff --git a/PyMuPDF-1.16.2.tar.gz b/PyMuPDF-1.16.2.tar.gz deleted file mode 100644 index 996f214..0000000 --- a/PyMuPDF-1.16.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5070304b1b391d070fea0e2f731ee85dd858cab556fb949762ed0e05c888b97c -size 6990644 diff --git a/PyMuPDF-1.16.3.tar.gz b/PyMuPDF-1.16.3.tar.gz new file mode 100644 index 0000000..fdff022 --- /dev/null +++ b/PyMuPDF-1.16.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd4262d555ac2b951029b499b1dcdf28dfc1f32bfd7764003af1ac78a0a4f50 +size 6983101 diff --git a/python-PyMuPDF.changes b/python-PyMuPDF.changes index d132229..412fff1 100644 --- a/python-PyMuPDF.changes +++ b/python-PyMuPDF.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Oct 2 11:25:50 UTC 2019 - Yunhe Guo + +- Version update to 1.16.3 + * significant performance improvements for dict / rawdict text + extraction + * Page.getText() now support text extraction for "blocks" and + "words" + ------------------------------------------------------------------- Tue Sep 17 21:26:39 UTC 2019 - Yunhe Guo diff --git a/python-PyMuPDF.spec b/python-PyMuPDF.spec index 2b4423f..114c45a 100644 --- a/python-PyMuPDF.spec +++ b/python-PyMuPDF.spec @@ -17,11 +17,11 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -# Upstream doesn't support Python 2 anymore. +# Python 2 build fails always %define skip_python2 1 %define pypi_name PyMuPDF Name: python-%{pypi_name} -Version: 1.16.2 +Version: 1.16.3 Release: 0 Summary: Python binding for MuPDF, a PDF and XPS viewer License: GPL-3.0-only AND AGPL-3.0-only