From 5da8b3ec4afee1e5769fac8061c0b91728993fddf867021dd9719177068cd687 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 16 Jan 2022 13:27:36 +0000 Subject: [PATCH] Accepting request 946723 from home:cges30901 Update to v1.19.4 OBS-URL: https://build.opensuse.org/request/show/946723 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMuPDF?expand=0&rev=36 --- PyMuPDF-1.19.3.tar.gz | 3 --- PyMuPDF-1.19.4.tar.gz | 3 +++ python-PyMuPDF.changes | 18 ++++++++++++++++++ python-PyMuPDF.spec | 6 +++--- 4 files changed, 24 insertions(+), 6 deletions(-) delete mode 100644 PyMuPDF-1.19.3.tar.gz create mode 100644 PyMuPDF-1.19.4.tar.gz diff --git a/PyMuPDF-1.19.3.tar.gz b/PyMuPDF-1.19.3.tar.gz deleted file mode 100644 index 15c0717..0000000 --- a/PyMuPDF-1.19.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bdaf360c2739f80296d1ab27512eb26a6a056609f178c359593384f6654ad2b -size 2258561 diff --git a/PyMuPDF-1.19.4.tar.gz b/PyMuPDF-1.19.4.tar.gz new file mode 100644 index 0000000..af76e36 --- /dev/null +++ b/PyMuPDF-1.19.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:125783986da87fe1a5372d621e90fa49e454454af0b3d0f894858c146c712f81 +size 2264704 diff --git a/python-PyMuPDF.changes b/python-PyMuPDF.changes index b518342..c4be216 100644 --- a/python-PyMuPDF.changes +++ b/python-PyMuPDF.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Jan 10 12:52:19 UTC 2022 - Hsiu-Ming Chang + +- Update to v1.19.4 + * Fixed #1505. Immunize against circular outline items. + * Fixed #1484. Correct CropBox coordinates are now returned in +all situations. + * Fixed #1479. + * Fixed #1474. TextPage objects are now properly deleted again. + * Added Page methods and attributes for PDF /ArtBox, /BleedBox, +/TrimBox. + * Added global attribute TESSDATA_PREFIX for easy checking of OCR +support. + * Changed Document.xref_set_key() such that dictionary keys will +physically be removed if set to value "null". + * Changed Document.extract_font() to optionally return a +dictionary (instead of a tuple). + ------------------------------------------------------------------- Fri Dec 17 13:03:20 UTC 2021 - Hsiu-Ming Chang diff --git a/python-PyMuPDF.spec b/python-PyMuPDF.spec index 4780085..46d6e7c 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.3 +Version: 1.19.4 Release: 0 Summary: Python binding for MuPDF, a PDF and XPS viewer License: AGPL-3.0-only @@ -57,7 +57,7 @@ book formats. PyMuPDF can also access files with extensions *.pdf, %prep %setup -q -n %{pypi_name}-%{version} -dos2unix README.md changes.rst +dos2unix README.md changes.txt %build %python_build @@ -73,7 +73,7 @@ cd /tmp %files %{python_files} %license COPYING -%doc README.md changes.rst +%doc README.md changes.txt %{python_sitearch}/* %changelog