------------------------------------------------------------------- Mon Jan 13 01:28:43 UTC 2025 - Steve Kowalik - 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 - Fix build with newer rpm ------------------------------------------------------------------- Fri Aug 27 20:15:33 UTC 2021 - Ben Greiner - remove dangling series file - skip failing test due to poppler 21.08.0 crash gh#cbrunet/python-poppler#39 ------------------------------------------------------------------- Mon Mar 22 01:19:20 UTC 2021 - Hans-Peter Jansen - Add fix-image-argb.patch to fix image formatting with pybind11 >= 2.6.0 ------------------------------------------------------------------- Tue Oct 6 10:45:50 UTC 2020 - Hans-Peter Jansen - Add use-system-pybind11.patch to use system provided pybind11 - Exclude pybind11 from _service ------------------------------------------------------------------- Sat Oct 3 18:36:27 UTC 2020 - Hans-Peter Jansen - Fix fdupes - Package license - Use %pytest_arch ------------------------------------------------------------------- Sat Oct 03 11:14:01 UTC 2020 - hpj@urpla.net - Update to version 0.2.2: * Put changelog in doc (#22) * lower required python version to 3.6 (#21) * Fix corrupted document buffer (#20) ------------------------------------------------------------------- Thu Oct 1 16:45:31 UTC 2020 - Hans-Peter Jansen - Switch to git release by disabled service (pypi is missing tests) - Enable tests ------------------------------------------------------------------- Thu Oct 01 15:31:46 UTC 2020 - hpj@urpla.net - Update to version 0.2.1+git20200930.d09bfc7: * fix initializer list for some compilers (#18) * invoke apidoc when running tox -e docs (#15) * Lower minimum poppler-cpp version to 0.26.0 (#13) * Documentation (#10) * Fixes for 20 08 (#11) * Verbose nested namespace syntax (not C++17) (#7) * fix include paths (#3) * ensure document is unlocked (#5) * Fixed byte order in image format string * Add automated tests for latest version of Poppler (#1) - Remove fix-initializer-list-for-some-compilers.patch ------------------------------------------------------------------- Wed Sep 30 13:15:15 UTC 2020 - Hans-Peter Jansen - Apply fix-initializer-list-for-some-compilers.patch to fix a 32bit build issue ------------------------------------------------------------------- Fri Sep 25 16:32:20 UTC 2020 - Hans-Peter Jansen - Version 0.2.1: initial build