From a35b7175dccbba52580864a161a5cd8072375fd2c9303f1c28658cfcf3f46ceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 6 Jan 2023 10:08:58 +0000 Subject: [PATCH] Accepting request 1056252 from home:yarunachalam:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to version 1.21.1: Bug fixes: * Fixed #2110: Fully embedded font is extracted only partially if it occupies more than one object * Fixed #2094: Rectangle Detection Logic * Fixed #2088: Destination point not set for named links in toc * Fixed #2087: Image with Filter “[/FlateDecode/JPXDecode]” not extracted * Fixed #2086: Document.save() owner_pw & user_pw has buffer overflow bug * Fixed #2076: Segfault in fitz.py * Fixed #2057: Document.save garbage parameter not working in PyMuPDF 1.21.0 * Fixed #2051: Missing DPI Parameter * Fixed #2048: Invalid size of TextPage and bbox with newest version 1.21.0 * Fixed #2045: SystemError: returned a result with an error set * Fixed #2039: 1.21.0 fails to build against system libmupdf * Fixed #2036: Archive::Archive defined twice Other * Swallow “&zoom=nan” in link uri strings. * Add new Page utility methods Page.replace_image() and Page.delete_image(). Documentation: #2040: Added note about test failure with non-default build of MuPDF, to tests/README.md. #2037: In docs/installation.rst, mention incompatibility with chocolatey.org on Windows. #2061: Fixed description of Annot.file_info. #2065: Show how to insert internal PDF link. Improved description of building from source without an sdist. Added information about running tests. #2084: Fixed broken link to PyMuPDF-Utilities. OBS-URL: https://build.opensuse.org/request/show/1056252 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMuPDF?expand=0&rev=53 --- PyMuPDF-1.21.0.tar.gz | 3 --- PyMuPDF-1.21.1.tar.gz | 3 +++ python-PyMuPDF.changes | 29 +++++++++++++++++++++++++++++ python-PyMuPDF.spec | 4 ++-- 4 files changed, 34 insertions(+), 5 deletions(-) delete mode 100644 PyMuPDF-1.21.0.tar.gz create mode 100644 PyMuPDF-1.21.1.tar.gz diff --git a/PyMuPDF-1.21.0.tar.gz b/PyMuPDF-1.21.0.tar.gz deleted file mode 100644 index 45843ec..0000000 --- a/PyMuPDF-1.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a63dfc289e127a16ab60310ee6005fe83121c7a97f7c120db688f9281c9e5d0f -size 57225597 diff --git a/PyMuPDF-1.21.1.tar.gz b/PyMuPDF-1.21.1.tar.gz new file mode 100644 index 0000000..02954ba --- /dev/null +++ b/PyMuPDF-1.21.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f815741a435c62a0036bbcbf5fa6c533567bd69c5338d413714fc57b22db93e0 +size 59631033 diff --git a/python-PyMuPDF.changes b/python-PyMuPDF.changes index 2eb88c3..38e4e59 100644 --- a/python-PyMuPDF.changes +++ b/python-PyMuPDF.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Jan 5 18:47:38 UTC 2023 - Yogalakshmi Arunachalam + +- Update to version 1.21.1: + Bug fixes: + * Fixed #2110: Fully embedded font is extracted only partially if it occupies more than one object + * Fixed #2094: Rectangle Detection Logic + * Fixed #2088: Destination point not set for named links in toc + * Fixed #2087: Image with Filter “[/FlateDecode/JPXDecode]” not extracted + * Fixed #2086: Document.save() owner_pw & user_pw has buffer overflow bug + * Fixed #2076: Segfault in fitz.py + * Fixed #2057: Document.save garbage parameter not working in PyMuPDF 1.21.0 + * Fixed #2051: Missing DPI Parameter + * Fixed #2048: Invalid size of TextPage and bbox with newest version 1.21.0 + * Fixed #2045: SystemError: returned a result with an error set + * Fixed #2039: 1.21.0 fails to build against system libmupdf + * Fixed #2036: Archive::Archive defined twice + Other + * Swallow “&zoom=nan” in link uri strings. + * Add new Page utility methods Page.replace_image() and Page.delete_image(). + Documentation: + #2040: Added note about test failure with non-default build of MuPDF, to tests/README.md. + #2037: In docs/installation.rst, mention incompatibility with chocolatey.org on Windows. + #2061: Fixed description of Annot.file_info. + #2065: Show how to insert internal PDF link. + Improved description of building from source without an sdist. + Added information about running tests. + #2084: Fixed broken link to PyMuPDF-Utilities. + ------------------------------------------------------------------- Thu Dec 1 18:51:43 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-PyMuPDF.spec b/python-PyMuPDF.spec index cf95f70..eb84286 100644 --- a/python-PyMuPDF.spec +++ b/python-PyMuPDF.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %define skip_python2 1 %define pypi_name PyMuPDF Name: python-%{pypi_name} -Version: 1.21.0 +Version: 1.21.1 Release: 0 Summary: Python binding for MuPDF, a PDF and XPS viewer License: AGPL-3.0-only