onekey-sec / unblob

Extract files from any kind of container formats
https://unblob.org
Other
2.09k stars 80 forks source link

chore(deps): bump pyfatfs from 1.0.5 to 1.1.0 #800

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps pyfatfs from 1.0.5 to 1.1.0.

Release notes

Sourced from pyfatfs's releases.

1.1.0

Added

Fixed

Changed

  • Deprecated FATDirectoryEntry.{g,s}et_size() method in favor of FATDirectoryEntry.filesize property (will be removed in PyFatFS 2.0)
  • Only warn of broken long filename entries, do not fail when encountering them
  • Convert given PyFilesystem2 opener string arguments to correct type (e.g., string to int)
  • Discard unknown PyFilesystem2 opener arguments, do not pass through to underlying PyFatFS constructor
  • Lazy load directory entries for performance and regex2fat compatibility
Changelog

Sourced from pyfatfs's changelog.

1.1.0_ - 2024-03-03

Added

* (mkfs) `PR [#30](https://github.com/nathanhi/pyfatfs/issues/30) <https://github.com/nathanhi/pyfatfs/pull/30>`_: Add support for different FAT12 cluster sizes for filesystems up to 256MB by `@zurcher <https://github.com/zurcher>`_ / `@Microsoft <https://github.com/Microsoft>`_
* `PR [#36](https://github.com/nathanhi/pyfatfs/issues/36) <https://github.com/nathanhi/pyfatfs/pull/36>`_: Add Python 3.12 support by `@zurcher <https://github.com/zurcher>`_ / `@Microsoft <https://github.com/Microsoft>`_

Fixed

  • [#34](https://github.com/nathanhi/pyfatfs/issues/34) <https://github.com/nathanhi/pyfatfs/issues/34>_ (DosDateTime) PR [#35](https://github.com/nathanhi/pyfatfs/issues/35) <https://github.com/nathanhi/pyfatfs/pull/35>: Gracefully handle invalid file timestamps by @beckerben <https://github.com/beckerben>
  • [#31](https://github.com/nathanhi/pyfatfs/issues/31) <https://github.com/nathanhi/pyfatfs/issues/31>_ (FATDirectoryEntry): Handle file sizes larger than 4GB gracefully by responding with PyFATException and errno=E2BIG
  • Properly lock I/O on write operations to avoid issues on concurrent writes

Changed


* Deprecated ``FATDirectoryEntry.{g,s}et_size()`` method in favor of ``FATDirectoryEntry.size`` property (will be removed in PyFatFS 2.0)
* Only warn of broken long filename entries, do not fail when encountering them
* Convert given PyFilesystem2 opener string arguments to correct type (e.g., string to int)
* Discard unknown PyFilesystem2 opener arguments, do not pass through to underlying PyFatFS constructor
* Lazy load directory entries for performance and `regex2fat <https://github.com/8051Enthusiast/regex2fat>`_ compatibility
   - Introduce ``lazy_load`` parameter to allow restoring previous behavior
   - `PR [#32](https://github.com/nathanhi/pyfatfs/issues/32) <https://github.com/nathanhi/pyfatfs/pull/32>`_: Fix tree iteration on non-lazy load by `@zurcher <https://github.com/zurcher>`_ / `@Microsoft <https://github.com/Microsoft>`_
   - `PR [#33](https://github.com/nathanhi/pyfatfs/issues/33) <https://github.com/nathanhi/pyfatfs/pull/33>`_: Fix missing parent directory entry link on lazy-load by `@zurcher <https://github.com/zurcher>`_ / `@Microsoft <https://github.com/Microsoft>`_
   - `PR [#33](https://github.com/nathanhi/pyfatfs/issues/33) <https://github.com/nathanhi/pyfatfs/pull/33>`_: Do not re-populate directory structure from disk on pending entry change by `@zurcher <https://github.com/zurcher>`_ / `@Microsoft <https://github.com/Microsoft>`_

Removed

  • PR [#36](https://github.com/nathanhi/pyfatfs/issues/36) <https://github.com/nathanhi/pyfatfs/pull/36>: Drop Python 3.6 & 3.7 support by @zurcher <https://github.com/zurcher> / @Microsoft <https://github.com/Microsoft>_
Commits
  • 5590fb8 Prepare 1.1.0 release
  • 015ea6e Update readthedocs config
  • 45a1128 Remove references to deprecated get_size() getter
  • c4d4fe6 Update copyright notice in LICENSE file
  • 6b3be2a Update development dependencies
  • 9754422 Fix various flake8 errors
  • 941a42a Properly lock I/O on write operations to avoid issues on concurrent writes
  • 4273a9e Use PEP440 compatible release clause instead of inclusive ordered comparison ...
  • a7f090a #31: Handle file sizes >4GB gracefully
  • b6294ff Fix minor typo in FatIO repr
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)