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

Update patool requirement from <3.1,>=1.12 to >=1.12,<3.2 #1294

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Updates the requirements on patool to permit the latest version.

Release notes

Sourced from patool's releases.

Release 3.1.0

See doc/changelog.txt for release notes

Changelog

Sourced from patool's changelog.

3.1.0 (released 19.11.2024)

  • Added support for UDF (.udf) archives with 7z. Closes: GH bug #80
  • The options --quiet and --verbose are now mutually exclusive options.
  • When --quiet is given twice, output on stderr from archive commands is suppressed. When using the API functions, set verbosity to -2.

3.0.3 (released 04.11.2024)

  • Fix UnicodeDecode errors when logging, especially on windows systems. Closes: GH bug #170
  • Added support for WIM (windows image) archives with 7z.
  • If the MIME database cannot detect the file type, check again with a lowercase filenanme extension.
  • Use 7z option -aou to rename files when extracting instead of overwriting them.
  • Use rar option -or to rename files when extracting instead of overwriting them.
  • Use rar option -kb to keep files when extracting broken RAR archives.

3.0.2 (released 21.10.2024)

  • When running in verbose mode (-vv), print mime and compression info.
  • Use official github command line client "gh" for releases.
  • Added type annotations.

3.0.1 (released 06.10.2024)

  • Use more uv command to replace other build tools, ie. twine.
  • Add new --quiet option to suppress command output.
  • Document that Windows needs a file program to be able to determine file types without extensions. Closes: GH bug #152

3.0.0 (released 25.09.2024)

  • When a program does not support a compression type, try to find other programs instead of failing. This changes some library functions which are not part of the official API, but might be used by other programs, hence the major version upgrade. Thanks to github user benjaminwinger for the idea and initial patch! Closes: GH bug #87
  • Better detection for tar programs which compression is supported. Closes: GH bug #86
  • The Python module "tarfile" supports LZMA and XZ compressed archives. Added tests for these archive formats (.tar.lzma and .tar.xz).
  • Do not print program output when running with verbosity=-1. Closes: GH bug #157

2.4.0 (released 21.08.2024)

  • Document that patool extracts the archive for the search and repack commands. Closes: GH bug #154
  • Add supported_formats() API function listing supported formats and operations for each format. Idea and patch by github user nohr-ai, thanks!

2.3.0 (released 26.06.2024)

... (truncated)

Commits
  • c026917 Updated web config
  • 23456f1 Updated
  • e82ba84 Bump minor version for option change
  • 2685879 When --quiet is used twice, suppress error output from archive commands.
  • c4c7982 Call make init manually
  • 2186acc Updated uv, ruff and setuptools
  • c129b47 Added UDF support with 7z
  • 2561095 Fix outdated package check by using top-level dependencies directly from pypr...
  • c1ca665 Updated dependencies
  • f0dce12 Updated uv
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Updates the requirements on [patool](https://github.com/wummel/patool) to permit the latest version.
- [Release notes](https://github.com/wummel/patool/releases)
- [Changelog](https://github.com/wummel/patool/blob/master/doc/changelog.txt)
- [Commits](wummel/patool@upstream/1.12...3.1.0)

---
updated-dependencies:
- dependency-name: patool
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

0 participants