14
0

Accepting request 716213 from home:guoyunhe:branches:devel:languages:python

Version 1.14.18. Drop Python 2 package.

OBS-URL: https://build.opensuse.org/request/show/716213
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMuPDF?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2019-07-18 08:07:22 +00:00
committed by Git OBS Bridge
parent 29e2b76839
commit fad8ae8ca3
5 changed files with 37 additions and 6 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Thu Jul 18 08:02:49 UTC 2019 - Yunhe Guo <i@guoyunhe.me>
- Version 1.14.18
* Update README.md
-------------------------------------------------------------------
Sat Jul 6 07:58:25 UTC 2019 - Yunhe Guo <i@guoyunhe.me>
- Version 1.14.17
* Added method Document.fullcopyPage to make full page copies within
a PDF (not just copied references as Document.copyPage does).
* Changed methods Page.getPixmap, Document.getPagePixmap to now use
alpha=False as default.
* Changed text extraction: the span dictionary now (again) contains
its rectangle under the bbox key.
* Changed methods Document.movePage and Document.copyPage to use
direct functions instead of wrapping Document.select - similar to
Document.deletePage in v1.14.16.
* The GitHub repo no longer contains interface files generated by SWIG
(fitz.py, fitz_wrap.c). This allows easier tracking of inter-version
source differences which is needed by providers of various Linux
platforms. The PyPI source distribution still has the previous
structure which includes those generated files.
- Add swig and libpng16 build requires
- Removed Python2 package since upstream doesn't support it anymore.
-------------------------------------------------------------------
Sun Jun 2 12:38:08 UTC 2019 - Jan Engelhardt <jengelh@inai.de>