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 <1.13,>=1.12 to >=1.12,<3.1 #1264

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 8, 2024

Updates the requirements on patool to permit the latest version.

Changelog

Sourced from patool's changelog.

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)

  • Add linting check to github workflow CI. Idea and patch by sorairolake, thanks!
  • Format the python code with ruff, and add a check to github workflow CI. Idea and initial patch by sorairolake, thanks! Closes: GH bug #151
  • Support tar --zstd for extracting TAR archives compressed with ZSTANDARD. Closes: GH bug #162
  • Use locale.getpreferredencoding() instead of sys.stderr.encoding for logging output encoding. Closes: GH bug #158

2.2.0 (released 14.02.2024)

  • Improved detection when running under pythonw.exe. Also fixes the output problems on Windows systems. Closes: GH bug #147, #142
  • Document API functions.

... (truncated)

Commits
  • 5349e3d Updated the installation instructions, especially for optional windows tools ...
  • 6ec0587 Updatd ruff
  • 86aec3f Updated documentation, use .md suffix for markdown
  • 60d4f07 Added --quiet option
  • 95b91a2 Use verbosity settings for all log output
  • c4b3f43 Merge pull request #167 from ddibiasi/master
  • 30470bc Respect verbosity for _extract_archive, fixes #166
  • 04c16f2 Install correct python version
  • b3b68ee Use uv in github actions
  • 74132e6 Use more uv commands to replace other build and release tools, ie. twine.
  • 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.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
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