mirror of
https://github.com/openzim/zimit.git
synced 2025-09-25 22:02:07 -04:00
Bump zimit to 2.0.0-dev5 + use warc2zim2 branch + remove zimit2 image workflow
This commit is contained in:
parent
4cf6e01669
commit
9e6c998816
30
.github/workflows/PublishDockerZimit2Image.yaml
vendored
30
.github/workflows/PublishDockerZimit2Image.yaml
vendored
@ -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
|
@ -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
|
||||
|
||||
|
@ -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"]
|
||||
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "2.0.0-dev4"
|
||||
__version__ = "2.0.0-dev5"
|
||||
|
Loading…
x
Reference in New Issue
Block a user