Skip to content

Commit d9f2086

Browse files
authored
Merge pull request #257 from openzim/upgrade-wombat
Upgrade to wombat 3.8.11
2 parents fef63f8 + d30545f commit d9f2086

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Upgrade to wombat 3.8.11 (#256)
13+
1014
## [5.1.1] - 2025-02-17
1115

1216
### Changed

openzim.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ execute_after=[
66

77
[files.assets.actions."wombat.js"]
88
action="get_file"
9-
source="https://cdn.jsdelivr.net/npm/@webrecorder/[email protected].8/dist/wombat.js"
9+
source="https://cdn.jsdelivr.net/npm/@webrecorder/[email protected].11/dist/wombat.js"
1010
target_file="wombat.js"

tests/zim/test_indexing.py

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ def test_indexing_item_is_front(tmp_path: pathlib.Path, png_image: pathlib.Path)
111111
assert reader.get_search_results_count("food") == 0
112112

113113

114+
@pytest.mark.skip # see https://github.com/openzim/python-scraperlib/issues/258
114115
def test_indexing_item_not_front(tmp_path: pathlib.Path, png_image: pathlib.Path):
115116
fpath = tmp_path / "test.zim"
116117
main_path = "welcome"

0 commit comments

Comments
 (0)