From 5fe4915c86e684485b0ba22986d7d60460e5247feebfd03c566ad0a644eccbc5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 18 Dec 2021 11:03:44 +0000 Subject: [PATCH] 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 --- PyMuPDF-1.19.2.tar.gz | 3 --- PyMuPDF-1.19.3.tar.gz | 3 +++ python-PyMuPDF.changes | 28 ++++++++++++++++++++++++++++ python-PyMuPDF.spec | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) delete mode 100644 PyMuPDF-1.19.2.tar.gz create mode 100644 PyMuPDF-1.19.3.tar.gz diff --git a/PyMuPDF-1.19.2.tar.gz b/PyMuPDF-1.19.2.tar.gz deleted file mode 100644 index bb2c0fa..0000000 --- a/PyMuPDF-1.19.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:964bbacddab9cba6cd2c8f388429fe4a97c0775b3096a13ac15724f5a1a2c58d -size 2256881 diff --git a/PyMuPDF-1.19.3.tar.gz b/PyMuPDF-1.19.3.tar.gz new file mode 100644 index 0000000..15c0717 --- /dev/null +++ b/PyMuPDF-1.19.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bdaf360c2739f80296d1ab27512eb26a6a056609f178c359593384f6654ad2b +size 2258561 diff --git a/python-PyMuPDF.changes b/python-PyMuPDF.changes index 06f131a..b518342 100644 --- a/python-PyMuPDF.changes +++ b/python-PyMuPDF.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Fri Dec 17 13:03:20 UTC 2021 - Hsiu-Ming Chang + +- 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 diff --git a/python-PyMuPDF.spec b/python-PyMuPDF.spec index 5139f42..4780085 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.19.2 +Version: 1.19.3 Release: 0 Summary: Python binding for MuPDF, a PDF and XPS viewer License: AGPL-3.0-only