forked from pool/python-PyMuPDF
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
68 lines
2.6 KiB
Plaintext
68 lines
2.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Trim bias and conjecture from descriptions.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 29 10:18:57 UTC 2019 - Yunhe Guo <i@guoyunhe.me>
|
|
|
|
- Version 1.14.16
|
|
* Recode PDF delete page
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 23 07:28:09 UTC 2019 - Yunhe Guo <i@guoyunhe.me>
|
|
|
|
- Version 1.14.15
|
|
* Fix utils.updateRect exception
|
|
* Draw a shape without outlines
|
|
* Fix Line cap and Line join
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 11 07:52:40 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Run spec-cleaner
|
|
- Use freetype2 not old freetype1
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 10 13:17:25 UTC 2019 - Yunhe Guo <i@guoyunhe.me>
|
|
|
|
- Version 1.14.14
|
|
* Fix bug in Link target point calculation
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 8 18:38:22 UTC 2019 - Yunhe Guo <i@guoyunhe.me>
|
|
|
|
- Version 1.14.13
|
|
* For binary, memory-based input to most methods, now alsoio.BytesIO objects
|
|
are accepted.
|
|
* Fixed a bug not correctly showing inserted images with maintained aspect
|
|
ratio.
|
|
- For earlier changelog, see https://github.com/pymupdf/PyMuPDF/releases
|