mbox series

[0/5] package/python-pymupdf: bump to version 1.23.22

Message ID 20240216211344.1807353-1-raphael.melotte@mind.be
Headers show
Series package/python-pymupdf: bump to version 1.23.22 | expand

Message

Raphaël Mélotte Feb. 16, 2024, 9:13 p.m. UTC
Hello,

This series builds on the following series from James to update python-pymupdf:
https://patchwork.ozlabs.org/project/buildroot/list/?series=389751&state=*

Note that patch 1 fixes an issue that was present before the version
bumps, so it could be applied separately or backported.

Patch 3 could potentially be backported as well, but I did not test it
with any other mupdf or python-pymupdf version.

Kind regards,

Raphaël

James Hilliard (2):
  package/mupdf: bump to version 1.23.9
  package/python-pymupdf: bump to version 1.23.22

Raphaël Mélotte (3):
  package: python-pymupdf: add missing python-zlib dependency
  support/testing: add new test for python-pymupdf
  package/mupdf: fix building shared libraries

 DEVELOPERS                                    |   2 +
 ...issing-limits.h-include-for-UINT_MAX.patch |  70 ----------
 package/mupdf/Config.in                       |   4 +
 package/mupdf/mupdf.hash                      |   4 +-
 package/mupdf/mupdf.mk                        |   9 +-
 ...w-providing-python-config-externally.patch | 125 ++++++++++++++++++
 package/python-pymupdf/Config.in              |   3 +-
 package/python-pymupdf/python-pymupdf.hash    |   4 +-
 package/python-pymupdf/python-pymupdf.mk      |  31 ++---
 .../tests/package/sample_python_pymupdf.py    |  17 +++
 .../tests/package/test_python_pymupdf.py      |  26 ++++
 11 files changed, 203 insertions(+), 92 deletions(-)
 delete mode 100644 package/mupdf/0001-Add-missing-limits.h-include-for-UINT_MAX.patch
 create mode 100644 package/python-pymupdf/0001-pipcl.py-allow-providing-python-config-externally.patch
 create mode 100644 support/testing/tests/package/sample_python_pymupdf.py
 create mode 100644 support/testing/tests/package/test_python_pymupdf.py