Merge pull request #358 from openzim/prepare_release

Upgrade to Browsertrix Crawler 1.2.5 and warc2zim 2.0.3
This commit is contained in:
benoit74 2024-07-24 07:41:17 +02:00 committed by GitHub
commit 7357b1f2ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 2 deletions

View File

@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- Upgraded Browsertrix Crawler to 1.2.5
- Upgraded warc2zim to 2.0.3
## [2.0.4] - 2024-07-15
### Changed

View File

@ -1,4 +1,4 @@
FROM webrecorder/browsertrix-crawler:1.2.4
FROM webrecorder/browsertrix-crawler:1.2.5
LABEL org.opencontainers.image.source https://github.com/openzim/zimit
# add deadsnakes ppa for Python 3.12 on Ubuntu Jammy

View File

@ -11,7 +11,7 @@ dependencies = [
"requests==2.32.3",
"inotify==0.2.10",
"tld==0.13",
"warc2zim @ git+https://github.com/openzim/warc2zim@main",
"warc2zim==2.0.3",
]
dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"]