alephdata / ingest-file

Ingestors extract the contents of mixed unstructured documents into structured (followthemoney) data.
GNU Affero General Public License v3.0
54 stars 26 forks source link

Bump rarfile from 4.0 to 4.1 #527

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 11 months ago

Bumps rarfile from 4.0 to 4.1.

Release notes

Sourced from rarfile's releases.

rarfile v4.1

Features:

  • Support 7zip/p7zip as decompression backend. [#71]
  • RAR5: check password before trying to read file (chigusa) [#79]

New APIs:

  • Make get_rar_version a public function (Safihre) [#63]
  • New option: part_only for RarFile, to read only single file and allow it to be middle-part of multi-volume archive.
  • Add RarFile.printdir, use it in dumprar. Needed to examine FILE_COPY or HARD_LINK entries that do not contain data.

Fixes:

  • Use OS separator to access filename. Should fix subdirectory entry access on Windows. [#96]
  • DirectReader: check seek position on each read. Fixes read reading from multiple entries in parallel on RarFile backed by file object. [#81]
  • DirectReader: properly disable CRC check when seeking. [#73]
  • Reset _hdrenc_main before processing a new volume. Fixes CRC checks on multi-volume reads. [#80]
  • Adapt to Python 3.10 argparse (MeggyCal) [#85]
  • SFX: Handle volume numbering special cases better.
  • nsdatetime: support pypy internal use
  • Throw error if backend does not support passwords.

Cleanups:

  • ci: Use proper unrar on Windows. MingW one tolaretes paths with / better than upstream build.
  • ci: Add Python 3.10 to the testing (Christian Clauss) [#76]
  • Avoid isascii, not in 3.6
Changelog

Sourced from rarfile's changelog.

Version 4.1 (2023-09-17)

Features:

  • Support 7zip/p7zip as decompression backend. [[#71](https://github.com/markokr/rarfile/issues/71) <https://github.com/markokr/rarfile/issues/71>_]
  • RAR5: check password before trying to read file (chigusa) [[#79](https://github.com/markokr/rarfile/issues/79) <https://github.com/markokr/rarfile/pull/79>_]

New APIs:

  • Make get_rar_version a public function (Safihre) [[#63](https://github.com/markokr/rarfile/issues/63) <https://github.com/markokr/rarfile/pull/63>_]
  • New option: part_only for :class:RarFile, to read only single file and allow it to be middle-part of multi-volume archive.
  • Add :meth:RarFile.printdir, use it in dumprar. Needed to examine FILE_COPY or HARD_LINK entries that do not contain data.

Fixes:

  • Use OS separator to access filename. Should fix subdirectory entry access on Windows. [[#96](https://github.com/markokr/rarfile/issues/96) <https://github.com/markokr/rarfile/pull/96>_]
  • DirectReader: check seek position on each read. Fixes read reading from multiple entries in parallel on RarFile backed by file object. [[#81](https://github.com/markokr/rarfile/issues/81) <https://github.com/markokr/rarfile/pull/81>_]
  • DirectReader: properly disable CRC check when seeking. [[#73](https://github.com/markokr/rarfile/issues/73) <https://github.com/markokr/rarfile/issues/73>_]
  • Reset hdrenc_main before processing a new volume. Fixes CRC checks on multi-volume reads. [[#80](https://github.com/markokr/rarfile/issues/80) <https://github.com/markokr/rarfile/pull/80>]
  • Adapt to Python 3.10 argparse (MeggyCal) [[#85](https://github.com/markokr/rarfile/issues/85) <https://github.com/markokr/rarfile/pull/85>_]
  • SFX: Handle volume numbering special cases better.
  • nsdatetime: support pypy internal use
  • Throw error if backend does not support passwords.

Cleanups:

  • ci: Use proper unrar on Windows. MingW one tolaretes paths with / better than upstream build.
  • ci: Add Python 3.10 to the testing (Christian Clauss) [[#76](https://github.com/markokr/rarfile/issues/76) <https://github.com/markokr/rarfile/pull/76>_]
  • Avoid isascii, not in 3.6
Commits


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.