released v1.3.0

This commit is contained in:
renaud gaudin 2023-02-02 16:31:45 +00:00
parent af9a3d24d9
commit 459778d472
2 changed files with 3 additions and 4 deletions

View File

@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 1.2.0). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 1.2.0).
## [Unreleased] ## [1.3.0] - 2023-02-02
### Added ### Added
@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Using warc2zim version xxx ⚠️ use released warc2zim before releasing (bump) - Using warc2zim version 1.5.0 with scope conflict fix and videos fix
- Using browsertrix-crawler 0.8.0-beta.1 - Using browsertrix-crawler 0.8.0-beta.1
- Fixed `--allowHashUrls` being a boolean param - Fixed `--allowHashUrls` being a boolean param
- Increased `check_url` timeout (12s to connect, 27s to read) instead of 10s - Increased `check_url` timeout (12s to connect, 27s to read) instead of 10s

View File

@ -4,8 +4,7 @@ LABEL org.opencontainers.image.source https://github.com/openzim/zimit
RUN apt-get update && apt-get install -qqy --no-install-recommends libmagic1 && apt-get clean && rm -rf /var/lib/apt/lists/* RUN apt-get update && apt-get install -qqy --no-install-recommends libmagic1 && apt-get clean && rm -rf /var/lib/apt/lists/*
# temp (needs warc2zim release on zimit release) # temp (needs warc2zim release on zimit release)
RUN pip3 install --no-cache-dir 'requests>=2.24.0' 'inotify==0.2.10' 'tld>=0.12,<0.13' && \ RUN pip3 install --no-cache-dir 'requests>=2.24.0' 'inotify==0.2.10' 'tld>=0.12,<0.13' 'warc2zim==1.5.0'
pip3 install 'git+https://github.com/openzim/warc2zim@main#egg_name=warc2zim'
RUN mkdir -p /output RUN mkdir -p /output