cms
cms copied to clipboard
Update patool requirement from <1.13,>=1.12 to >=1.12,<3.1
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)
... (truncated)
Commits
5349e3dUpdated the installation instructions, especially for optional windows tools ...6ec0587Updatd ruff86aec3fUpdated documentation, use .md suffix for markdown60d4f07Added --quiet option95b91a2Use verbosity settings for all log outputc4b3f43Merge pull request #167 from ddibiasi/master30470bcRespect verbosity for _extract_archive, fixes #16604c16f2Install correct python versionb3b68eeUse uv in github actions74132e6Use 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)