python3Packages.pymupdf: 1.26.1 -> 1.26.3
https://github.com/pymupdf/PyMuPDF/releases/tag/1.26.3 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
buildPythonPackage,
|
||||
pythonOlder,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
python,
|
||||
toPythonModule,
|
||||
|
||||
@@ -46,7 +45,7 @@ let
|
||||
in
|
||||
buildPythonPackage rec {
|
||||
pname = "pymupdf";
|
||||
version = "1.26.1";
|
||||
version = "1.26.3";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@@ -55,7 +54,7 @@ buildPythonPackage rec {
|
||||
owner = "pymupdf";
|
||||
repo = "PyMuPDF";
|
||||
tag = version;
|
||||
hash = "sha256-Z+TO4MaLFmgNSRMTltY77bHnA5RHc4Ii45sDjJsFZto=";
|
||||
hash = "sha256-djTbALLvdX2jOTGgoyUIBhiqJ6KzM+Dkb4M7d2eVoPM=";
|
||||
};
|
||||
|
||||
# swig is not wrapped as Python package
|
||||
@@ -127,6 +126,11 @@ buildPythonPackage rec {
|
||||
"test_open2"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# mad about markdown table formatting
|
||||
"tests/test_tables.py::test_markdown"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"pymupdf"
|
||||
"fitz"
|
||||
|
||||
Reference in New Issue
Block a user