forked from pool/python-PyMuPDF
Accepting request 1056252 from home:yarunachalam:branches:devel:languages:python
- 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: <built-in function Page_get_texttrace> 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
This commit is contained in:
@@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 5 18:47:38 UTC 2023 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- 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: <built-in function Page_get_texttrace> 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 <yarunachalam@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user