Bump zimit to 2.0.0-dev5 + use warc2zim2 branch + remove zimit2 image workflow

This commit is contained in:
benoit74 2024-05-24 14:10:19 +00:00
parent 4cf6e01669
commit 9e6c998816
No known key found for this signature in database
GPG Key ID: B89606434FC7B530
4 changed files with 4 additions and 35 deletions

View File

@ -1,30 +0,0 @@
name: Publish Docker zimit2 image
on:
push:
branches:
- zimit2
jobs:
publish:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Build and push Docker image
uses: openzim/docker-publish-action@v10
with:
image-name: openzim/zimit
manual-tag: zimit2
latest-on-tag: false
restrict-to: openzim/zimit
registries: ghcr.io
credentials:
GHCRIO_USERNAME=${{ secrets.GHCR_USERNAME }}
GHCRIO_TOKEN=${{ secrets.GHCR_TOKEN }}
repo_description: auto
repo_overview: auto
platforms: |
linux/amd64
linux/arm64

View File

@ -17,14 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Use `warc2zim` version 2, which works without Service Worker anymore
- Using `warc2zim2` warc2zim ⚠️ change before releasing!
- Build temporary `zimit2` Docker image for testing ⚠️ remove before releasing!
- Using `main` warc2zim ⚠️ change before releasing!
- Adopt Python bootstrap conventions
- Removed handling of redirects by zimit, they are handled by browsertrix crawler and detected properly by warc2zim
- Upgrade to Python 3.12 + upgrade dependencies
- `--userAgent` CLI argument overrides again the `--userAgentSuffix` and `--adminEmail` values
- `--userAgent` CLI arguement is not mandatory anymore
- Upgraded Browsertrix Crawler to 1.0.3
- Upgraded Browsertrix Crawler to 1.1.3
### Fixed

View File

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

View File

@ -1 +1 @@
__version__ = "2.0.0-dev4"
__version__ = "2.0.0-dev5"