From 6ec53f774f009e436beab98fadfbe7620a1f61fc Mon Sep 17 00:00:00 2001 From: benoit74 Date: Fri, 7 Feb 2025 08:24:02 +0000 Subject: [PATCH] Upgrade to Browsertrix Crawler 1.5.1 --- CHANGELOG.md | 2 +- Dockerfile | 2 +- tests-integration/integration.py | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4033a33..3ac740a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Upgrade to browsertrix crawler 1.5.0, Python 3.13 and others (#462) +- Upgrade to browsertrix crawler 1.5.1, Python 3.13 and others (#462) ## [2.1.7] - 2024-01-10 diff --git a/Dockerfile b/Dockerfile index d2854dc..6a14b59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM webrecorder/browsertrix-crawler:1.5.0 +FROM webrecorder/browsertrix-crawler:1.5.1 LABEL org.opencontainers.image.source=https://github.com/openzim/zimit # add deadsnakes ppa for latest Python on Ubuntu diff --git a/tests-integration/integration.py b/tests-integration/integration.py index b757e3d..50cfa00 100644 --- a/tests-integration/integration.py +++ b/tests-integration/integration.py @@ -91,8 +91,7 @@ def test_stats_output(): "pending": 0, "pendingPages": [], "total": 17, - "failed": 1, - "failedWillRetry": 17, + "failed": 18, "limit": {"max": 0, "hit": False}, }