forked from pool/python-PyMuPDF
Accepting request 941349 from home:cges30901
Update to v1.19.3 OBS-URL: https://build.opensuse.org/request/show/941349 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMuPDF?expand=0&rev=35
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:964bbacddab9cba6cd2c8f388429fe4a97c0775b3096a13ac15724f5a1a2c58d
|
||||
size 2256881
|
3
PyMuPDF-1.19.3.tar.gz
Normal file
3
PyMuPDF-1.19.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5bdaf360c2739f80296d1ab27512eb26a6a056609f178c359593384f6654ad2b
|
||||
size 2258561
|
@@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 17 13:03:20 UTC 2021 - Hsiu-Ming Chang <cges30901@gmail.com>
|
||||
|
||||
- Update to v1.19.3
|
||||
* Fixed #1351. Reverted code that introduced the memory growth
|
||||
in v1.18.15.
|
||||
* Fixed #1417. Developped circumvention for growth of open file
|
||||
handles using Document.insert_pdf().
|
||||
* Fixed #1418. Developped circumvention for memory growth using
|
||||
Document.insert_pdf().
|
||||
* Fixed #1430. Developped circumvention for mass pixmap
|
||||
generations of document pages.
|
||||
* Fixed #1433. Solves a bbox error for some Type 3 font in
|
||||
PyMuPDF text processing.
|
||||
* Added Pixmap.color_topusage() to determine the share of the
|
||||
most frequently used color. Solves #1397.
|
||||
* Added Pixmap.warp() which makes a new pixmap from a given
|
||||
arbitrary convex quad inside the pixmap.
|
||||
* Added Annot.irt_xref and Annot.set_irt_xref() to inquire or
|
||||
set the /IRT (“In Responde To”) property of an annotation.
|
||||
Implements #1450.
|
||||
* Added Rect.torect() and IRect.torect() which compute a matrix
|
||||
that transforms to a given other rectangle.
|
||||
* Changed Pixmap.color_count() to also return the count of each
|
||||
color.
|
||||
* Changed Page.get_texttrace() to also return correct span and
|
||||
character bboxes if span["dir"] != (1, 0).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 22 10:33:01 UTC 2021 - Hsiu-Ming Chang <cges30901@gmail.com>
|
||||
|
||||
|
@@ -21,7 +21,7 @@
|
||||
%define skip_python2 1
|
||||
%define pypi_name PyMuPDF
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.19.2
|
||||
Version: 1.19.3
|
||||
Release: 0
|
||||
Summary: Python binding for MuPDF, a PDF and XPS viewer
|
||||
License: AGPL-3.0-only
|
||||
|
Reference in New Issue
Block a user