14
0

- Update to 0.4.1:

* Fix non-pure build for meson-python
  * Tested with Python 3.11 and Poppler 23.04.0
  * Minimal supported Python version is now 3.7
  * Tested with Python 3.11 and Poppler 23.03.0
  * Build system is now meson, and package is PEP-517 compliant
  * Tested with Python 3.10 and Poppler 22.04.0
  * EmbeddedFile data() and checksum() now return bytes
  * Bugfix: Fixed typos in EmbeddedFile.modification_date and
    EmbeddedFile.is_valid
  * Bugfix: Fixed typo in page.search
  * Bugfix: Fix underscore position in two attributes of the Rotation Enum
  * Bugfix: Reading pdf_version now requires unlocked document
  * Bugfix: Ensure document was loaded before creating Document object
- Drop patch fix-image-argb.patch, no longer required.
- No longer use disabled service to update, we don't need to clean up
  pybind11 sources, switch to the GitHub tarball to keep the testsuite.
- Refresh patch use-system-pybind11.patch to work with meson.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-poppler?expand=0&rev=9
This commit is contained in:
2025-01-13 01:29:49 +00:00
committed by Git OBS Bridge
parent 0324f59d62
commit 6417a382e4
8 changed files with 55 additions and 103 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Jan 13 01:28:43 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.4.1:
* Fix non-pure build for meson-python
* Tested with Python 3.11 and Poppler 23.04.0
* Minimal supported Python version is now 3.7
* Tested with Python 3.11 and Poppler 23.03.0
* Build system is now meson, and package is PEP-517 compliant
* Tested with Python 3.10 and Poppler 22.04.0
* EmbeddedFile data() and checksum() now return bytes
* Bugfix: Fixed typos in EmbeddedFile.modification_date and
EmbeddedFile.is_valid
* Bugfix: Fixed typo in page.search
* Bugfix: Fix underscore position in two attributes of the Rotation Enum
* Bugfix: Reading pdf_version now requires unlocked document
* Bugfix: Ensure document was loaded before creating Document object
- Drop patch fix-image-argb.patch, no longer required.
- No longer use disabled service to update, we don't need to clean up
pybind11 sources, switch to the GitHub tarball to keep the testsuite.
- Refresh patch use-system-pybind11.patch to work with meson.
-------------------------------------------------------------------
Wed Aug 23 04:20:18 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>