From 5744a1847760f0e54da13718d703faaa0e1a5786a33f2342cd1010925f46f491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 27 Mar 2020 10:21:05 +0000 Subject: [PATCH] Accepting request 788939 from home:mcalabkova:branches:devel:languages:python - Update to 1.16.14 * Added JavaScript support to PDF form fields * Added a new form field method, which resets the field value to its default. * Added :meth:`Page.setMediaBox` for changing the physical PDF page size. * Added method which returns a list of Form XObjects of the page. * Added advanced graphics features to control the anti-aliasing values * Added :meth:`Document.scrub` which removes potentially sensitive data from a PDF. * Changed text marker annotations to accept parameters beyond just quadrilaterals such that now text lines between two given points can be marked. * Added :meth:`Annot.setBlendMode` to set the annotation's blend mode. OBS-URL: https://build.opensuse.org/request/show/788939 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMuPDF?expand=0&rev=24 --- PyMuPDF-1.16.11.tar.gz | 3 --- PyMuPDF-1.16.14.tar.gz | 3 +++ python-PyMuPDF.changes | 14 ++++++++++++++ python-PyMuPDF.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 PyMuPDF-1.16.11.tar.gz create mode 100644 PyMuPDF-1.16.14.tar.gz diff --git a/PyMuPDF-1.16.11.tar.gz b/PyMuPDF-1.16.11.tar.gz deleted file mode 100644 index b4354e1..0000000 --- a/PyMuPDF-1.16.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84208693c3d19afa57f117ecc83c03eedaa4a6627dc9d54b0ba06cb9e1b6a3e7 -size 3489900 diff --git a/PyMuPDF-1.16.14.tar.gz b/PyMuPDF-1.16.14.tar.gz new file mode 100644 index 0000000..a0fbb2d --- /dev/null +++ b/PyMuPDF-1.16.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94dd388c36a67b3c06d49f942f283ee69db27a11957d56687783fd5133269200 +size 3504678 diff --git a/python-PyMuPDF.changes b/python-PyMuPDF.changes index cd04a02..bc8ce68 100644 --- a/python-PyMuPDF.changes +++ b/python-PyMuPDF.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Mar 27 09:27:34 UTC 2020 - Marketa Calabkova + +- Update to 1.16.14 + * Added JavaScript support to PDF form fields + * Added a new form field method, which resets the field value to its default. + * Added :meth:`Page.setMediaBox` for changing the physical PDF page size. + * Added method which returns a list of Form XObjects of the page. + * Added advanced graphics features to control the anti-aliasing values + * Added :meth:`Document.scrub` which removes potentially sensitive data from a PDF. + * Changed text marker annotations to accept parameters beyond just + quadrilaterals such that now text lines between two given points can be marked. + * Added :meth:`Annot.setBlendMode` to set the annotation's blend mode. + ------------------------------------------------------------------- Tue Feb 25 12:22:02 UTC 2020 - Yunhe Guo diff --git a/python-PyMuPDF.spec b/python-PyMuPDF.spec index 3755ffe..4f96a0c 100644 --- a/python-PyMuPDF.spec +++ b/python-PyMuPDF.spec @@ -21,7 +21,7 @@ %define skip_python2 1 %define pypi_name PyMuPDF Name: python-%{pypi_name} -Version: 1.16.11 +Version: 1.16.14 Release: 0 Summary: Python binding for MuPDF, a PDF and XPS viewer License: GPL-3.0-only AND AGPL-3.0-only