forked from pool/python-PyMuPDF
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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5bdaf360c2739f80296d1ab27512eb26a6a056609f178c359593384f6654ad2b
|
||||
size 2258561
|
3
PyMuPDF-1.19.4.tar.gz
Normal file
3
PyMuPDF-1.19.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:125783986da87fe1a5372d621e90fa49e454454af0b3d0f894858c146c712f81
|
||||
size 2264704
|
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 10 12:52:19 UTC 2022 - Hsiu-Ming Chang <cges30901@gmail.com>
|
||||
|
||||
- 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 <cges30901@gmail.com>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user