forked from pool/python-PyMuPDF
Accepting request 1002297 from home:jayvdb:branches:devel:languages:python
- Update to v1.20.2 OBS-URL: https://build.opensuse.org/request/show/1002297 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMuPDF?expand=0&rev=49
This commit is contained in:
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 9 10:00:51 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- Update to v1.20.2
|
||||
* This release uses MuPDF-1.20.3
|
||||
* Fix linking issues on Unix systems.
|
||||
* Fixed SegFault when applying redactions overlapping a transparent image.
|
||||
* Improvements to documentation
|
||||
* Removed some unused files and directories
|
||||
- from v1.20.1
|
||||
* Fix for building on FreeBSD.
|
||||
* Fixed linkDest() had a broken call to re.match(), introduced in 1.20.0.
|
||||
* Fixed get_drawings() and get_cdrawings() previously always returned
|
||||
with closePath=False.
|
||||
* Default FreeText annotation text color is now black.
|
||||
* Improvements to sphinx-generated documentation
|
||||
- from v1.20.0
|
||||
* This release uses MuPDF-1.20.0
|
||||
* Cope with new MuPDF link uri format, changed from #<int>,<int>,<int>
|
||||
to #page=<int>&zoom=<float>,<float>,<float>.
|
||||
* In tests/test_insertpdf.py, use new reference output joined-1.20.pdf.
|
||||
We also check that new output values are approximately the same as the old ones.
|
||||
* Fixed Leak of pdf_graft_map. Also fixed a SEGV issue that this seemed
|
||||
to expose, caused by incorrect freeing of underlying fz_document.
|
||||
* Fixed ownership of Annotation.get_pixmap().
|
||||
* If pip builds from source because an appropriate wheel is not available,
|
||||
we no longer require MuPDF to be pre-installed. Instead the required
|
||||
MuPDF source is embedded in the sdist and automatically built into PyMuPDF.
|
||||
* Various changes to setup.py to download the required MuPDF release
|
||||
as required. See comments at start of setup.py for details.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 10 00:26:53 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user