Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rarfile from 4.0 to 4.1 #527

Merged
merged 1 commit into from
Jan 10, 2024
Merged

Bump rarfile from 4.0 to 4.1 #527

merged 1 commit into from
Jan 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2023

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 <dependency name> 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.

Bumps [rarfile](https://github.com/markokr/rarfile) from 4.0 to 4.1.
- [Release notes](https://github.com/markokr/rarfile/releases)
- [Changelog](https://github.com/markokr/rarfile/blob/master/doc/news.rst)
- [Commits](markokr/rarfile@v4.0...v4.1)

---
updated-dependencies:
- dependency-name: rarfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 1, 2023
@catileptic catileptic added this pull request to the merge queue Jan 10, 2024
Merged via the queue into main with commit 9808008 Jan 10, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/pip/rarfile-4.1 branch January 10, 2024 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant