Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python313-PyMuPDF-1.27.2.2-2.1 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: python313-PyMuPDF Distribution: openSUSE Tumbleweed
Version: 1.27.2.2 Vendor: openSUSE
Release: 2.1 Build date: Mon Jun 1 09:30:56 2026
Group: Development/Libraries/Python Build host: reproducible
Size: 61928872 Source RPM: python-PyMuPDF-1.27.2.2-2.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/pymupdf/PyMuPDF
Summary: Python binding for MuPDF, a PDF and XPS viewer
This is PyMuPDF, a Python binding for MuPDF, a PDF and XPS viewer.
MuPDF can access files in PDF, XPS, OpenXPS, epub, comic and fiction
book formats. PyMuPDF can also access files with extensions *.pdf,
*.xps, *.oxps, *.epub, *.cbz or *.fb2 from Python scripts.

Provides

Requires

License

AGPL-3.0-only

Changelog

* Mon Jun 01 2026 JS <obs.coke518@passinbox.com>
  - BuildRequire llvm21-clang13 on Tumbleweed as an interim fix until
    mupdf's C++ wrapper can build with llvm 22
* Fri Mar 20 2026 Markéta Machová <mmachova@suse.com>
  - Update to version 1.27.2.2
    * Added `Annot.__bool__()`.
    * Use MuPDF-1.27.2.
    * Retrospectively marked #4907 as fixed in pymupdf-1.27.1.
    * Improved get_textpage_ocr().
    * Added `pymupdf.TEXT_CLIP`.
    * Removed support for mupdf < 1.26.
    * New arg `raise_on_repair` in `Document.save()`.
    * New method `Document.repair()`.
    * Improved safety of `pymupdf embed-extract`. This now refuses to write to
      an existing file or outside current directory, unless `-output` or new flag
      `-unsafe` is specified. (CVE-2026-3029, bsc#1259921)
    * Many issues fixed, see upstream changelog.
* Tue Oct 21 2025 Giacomo Comes <gcomes.obs@gmail.com>
  - Update to version 1.26.5:
    * Use MuPDF-1.26.10.
    * Fixed issues:
    * Fixed #2883
    * Fixed #4507
    * Fixed #4613
    * Fixed #4700
    * Fixed #4716
    * Other:
    * Supported Python versions are now 3.9-3.14.
    * We now define all class methods explicitly instead of with dynamic assignment; this improves type hints.
    * Removed pymupdf.utils.Shape class, was duplicate of pymupdf.Shape.
    * Allow use of cibuildwheel to build and test on Pyodide.
    * Fixed various Pyodide bugs.
    * In documentation, added section about Linux wheels and glibc compatibility.
    * Improved documentation of pymupdf.open()'s arg.
    * Retrospectively mark 4544 <https://github.com/pymupdf/PyMuPDF/issues/4544>_ as fixed in 1.26.4.
  - Update to version 1.26.4:
  - Update to version 1.26.3:
  - Update to version 1.26.1:
  - Update to version 1.26.0:
  - Update to version 1.25.5:
  - Update to version 1.25.4:
  - Update to version 1.25.3:
  - Update to version 1.25.2:
  - Update to version 1.25.1:
  - Update to version 1.25.0:
  - Update to version 1.24.14:
    ...
  - Update to version 1.24.0:
  - Update to version 1.23.26:
    ...
  - Update to version 1.23.0:
  - Update to version 1.22.5:
  - Update to version 1.22.3:
  - Update to version 1.22.2:
  - Update to version 1.22.1:
  - Update to version 1.22.0:
    * many many changes, see:
      https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt
  - Add mupdf source tarball (previously bundled with PyMuPDF)
  - Add BuildRequires: clang19-devel python3-clang19
  - Add %define pythons python313
    * build as app not module since the required python3-clangxx
      is available only for python 3.13
  - created devel package
  - added CFLAGS option -ffat-lto-objects (rpmlint request)
  - fix boo#1252103
* Wed Jul 02 2025 Max Lin <mlin@suse.com>
  - Fix packaging for Leap 16
* Tue Apr 01 2025 Markéta Machová <mmachova@suse.com>
  - Fix packaging with new setuptools
* Mon Mar 17 2025 Andreas Schwab <schwab@suse.de>
  - Compile everything with -DNDEBUG to fix reference to undefined symbols
  - Compile mupdf with %optflags
* Wed Dec 13 2023 ecsos <ecsos@opensuse.org>
  - Add %{?sle15_python_module_pythons}
* Tue Mar 07 2023 Jan Engelhardt <jengelh@inai.de>
  - Drop BuildRequires mupdf-devel-static, this is not used
    and the build always relies on the bundled copy.
* Mon Mar 06 2023 Jan Engelhardt <jengelh@inai.de>
  - Drop BuildRequires pkgconfig(gumbo), the package never used it
    and used its bundled copy.
* Thu Jan 05 2023 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - Update to version 1.21.1:
    Bug fixes:
    * Fixed #2110: Fully embedded font is extracted only partially if it occupies more than one object
    * Fixed #2094: Rectangle Detection Logic
    * Fixed #2088: Destination point not set for named links in toc
    * Fixed #2087: Image with Filter “[/FlateDecode/JPXDecode]” not extracted
    * Fixed #2086: Document.save() owner_pw & user_pw has buffer overflow bug
    * Fixed #2076: Segfault in fitz.py
    * Fixed #2057: Document.save garbage parameter not working in PyMuPDF 1.21.0
    * Fixed #2051: Missing DPI Parameter
    * Fixed #2048: Invalid size of TextPage and bbox with newest version 1.21.0
    * Fixed #2045: SystemError: <built-in function Page_get_texttrace> returned a result with an error set
    * Fixed #2039: 1.21.0 fails to build against system libmupdf
    * Fixed #2036: Archive::Archive defined twice
    Other
    * Swallow “&zoom=nan” in link uri strings.
    * Add new Page utility methods Page.replace_image() and Page.delete_image().
    Documentation:
    [#2040]: Added note about test failure with non-default build of MuPDF, to tests/README.md.
    [#2037]: In docs/installation.rst, mention incompatibility with chocolatey.org on Windows.
    [#2061]: Fixed description of Annot.file_info.
    [#2065]: Show how to insert internal PDF link.
    Improved description of building from source without an sdist.
    Added information about running tests.
    [#2084]: Fixed broken link to PyMuPDF-Utilities.

Files

/usr/bin/pymupdf
/usr/lib64/python3.13/site-packages/fitz
/usr/lib64/python3.13/site-packages/fitz/__init__.py
/usr/lib64/python3.13/site-packages/fitz/__pycache__
/usr/lib64/python3.13/site-packages/fitz/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/fitz/__pycache__/__init__.cpython-313.pyc
/usr/lib64/python3.13/site-packages/fitz/__pycache__/table.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/fitz/__pycache__/table.cpython-313.pyc
/usr/lib64/python3.13/site-packages/fitz/__pycache__/utils.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/fitz/__pycache__/utils.cpython-313.pyc
/usr/lib64/python3.13/site-packages/fitz/table.py
/usr/lib64/python3.13/site-packages/fitz/utils.py
/usr/lib64/python3.13/site-packages/pymupdf
/usr/lib64/python3.13/site-packages/pymupdf-1.27.2.2.dist-info
/usr/lib64/python3.13/site-packages/pymupdf-1.27.2.2.dist-info/COPYING
/usr/lib64/python3.13/site-packages/pymupdf-1.27.2.2.dist-info/INSTALLER
/usr/lib64/python3.13/site-packages/pymupdf-1.27.2.2.dist-info/METADATA
/usr/lib64/python3.13/site-packages/pymupdf-1.27.2.2.dist-info/README.md
/usr/lib64/python3.13/site-packages/pymupdf-1.27.2.2.dist-info/RECORD
/usr/lib64/python3.13/site-packages/pymupdf-1.27.2.2.dist-info/REQUESTED
/usr/lib64/python3.13/site-packages/pymupdf-1.27.2.2.dist-info/WHEEL
/usr/lib64/python3.13/site-packages/pymupdf-1.27.2.2.dist-info/entry_points.txt
/usr/lib64/python3.13/site-packages/pymupdf/__init__.py
/usr/lib64/python3.13/site-packages/pymupdf/__main__.py
/usr/lib64/python3.13/site-packages/pymupdf/__pycache__
/usr/lib64/python3.13/site-packages/pymupdf/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/pymupdf/__pycache__/__init__.cpython-313.pyc
/usr/lib64/python3.13/site-packages/pymupdf/__pycache__/__main__.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/pymupdf/__pycache__/__main__.cpython-313.pyc
/usr/lib64/python3.13/site-packages/pymupdf/__pycache__/_apply_pages.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/pymupdf/__pycache__/_apply_pages.cpython-313.pyc
/usr/lib64/python3.13/site-packages/pymupdf/__pycache__/_build.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/pymupdf/__pycache__/_build.cpython-313.pyc
/usr/lib64/python3.13/site-packages/pymupdf/__pycache__/_wxcolors.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/pymupdf/__pycache__/_wxcolors.cpython-313.pyc
/usr/lib64/python3.13/site-packages/pymupdf/__pycache__/extra.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/pymupdf/__pycache__/extra.cpython-313.pyc
/usr/lib64/python3.13/site-packages/pymupdf/__pycache__/mupdf.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/pymupdf/__pycache__/mupdf.cpython-313.pyc
/usr/lib64/python3.13/site-packages/pymupdf/__pycache__/pymupdf.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/pymupdf/__pycache__/pymupdf.cpython-313.pyc
/usr/lib64/python3.13/site-packages/pymupdf/__pycache__/table.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/pymupdf/__pycache__/table.cpython-313.pyc
/usr/lib64/python3.13/site-packages/pymupdf/__pycache__/utils.cpython-313.opt-1.pyc
/usr/lib64/python3.13/site-packages/pymupdf/__pycache__/utils.cpython-313.pyc
/usr/lib64/python3.13/site-packages/pymupdf/_apply_pages.py
/usr/lib64/python3.13/site-packages/pymupdf/_build.py
/usr/lib64/python3.13/site-packages/pymupdf/_extra.so
/usr/lib64/python3.13/site-packages/pymupdf/_mupdf.so
/usr/lib64/python3.13/site-packages/pymupdf/_wxcolors.py
/usr/lib64/python3.13/site-packages/pymupdf/extra.py
/usr/lib64/python3.13/site-packages/pymupdf/libmupdf.so.27.2
/usr/lib64/python3.13/site-packages/pymupdf/libmupdfcpp.so.27.2
/usr/lib64/python3.13/site-packages/pymupdf/mupdf.py
/usr/lib64/python3.13/site-packages/pymupdf/py.typed
/usr/lib64/python3.13/site-packages/pymupdf/pymupdf.py
/usr/lib64/python3.13/site-packages/pymupdf/table.py
/usr/lib64/python3.13/site-packages/pymupdf/utils.py
/usr/share/doc/packages/python313-PyMuPDF
/usr/share/doc/packages/python313-PyMuPDF/README.md
/usr/share/licenses/python313-PyMuPDF
/usr/share/licenses/python313-PyMuPDF/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 03:56:04 2026