fontObfuscator
fontObfuscator copied to clipboard
Bump fs from 2.4.13 to 2.4.16
Bumps fs from 2.4.13 to 2.4.16.
Release notes
Sourced from fs's releases.
2.4.16
Changed
- Make
fs.zipfs._ZipExtFileuse the seeking mechanism implemented in the Python standard library in Python version 3.7 and later (#527).- Mark
fs.zipfs.ReadZipFSas a case-sensitive filesystem (#527).- Optimized moving files between filesystems with syspaths. (#523).
- Fixed
fs.move.move_fileto clean up the copy on the destination in case of errors.fs.opener.manage_fswithwriteable=Truewill now raise aResourceReadOnlyexception if the managed filesystem is not writeable.- Marked filesystems wrapped with
fs.wrap.WrapReadOnlyas read-only.2.4.15
Changed
Fixed
- Fixed
MemoryFS.moveandMemoryFS.movedirnot updating the name of moved resources, causingMemoryFS.scandirto use the old name. (#510). Closes #509.- Make
WrapFS.moveandWrapFS.movediruse the delegate FS methods instead offs.movefunctions, which was causing optimized implementation ofmovedirto be always skipped. (#511).v2.4.14
Added
- Added
fs.copy.copy_file_if,fs.copy.copy_dir_if, andfs.copy.copy_fs_if. Closes #458.- Added
fs.base.FS.getmodified.Changed
- FTP servers that do not support the MLST command now try to use the MDTM command to retrieve the last modification timestamp of a resource. Closes #456.
Fixed
- Fixed performance bugs in
fs.copy.copy_dir_if_newer. Test cases were adapted to catch those bugs in the future.- Fixed precision bug for timestamps in
fs.OSFS.setinfo.
Changelog
Sourced from fs's changelog.
[2.4.16] - 2022-05-02
Changed
- Make
fs.zipfs._ZipExtFileuse the seeking mechanism implemented in the Python standard library in Python version 3.7 and later (#527).- Mark
fs.zipfs.ReadZipFSas a case-sensitive filesystem (#527).- Optimized moving files between filesystems with syspaths. (#523).
- Fixed
fs.move.move_fileto clean up the copy on the destination in case of errors.fs.opener.manage_fswithwriteable=Truewill now raise aResourceReadOnlyexception if the managed filesystem is not writeable.- Marked filesystems wrapped with
fs.wrap.WrapReadOnlyas read-only.[2.4.15] - 2022-02-07
Changed
- Support more lenient usernames and group names in FTP servers (#507). Closes #506.
- Removed dependency on pytz (#518). Closes #516.
Fixed
- Fixed
MemoryFS.moveandMemoryFS.movedirnot updating the name of moved resources, causingMemoryFS.scandirto use the old name. (#510). Closes #509.- Make
WrapFS.moveandWrapFS.movediruse the delegate FS methods instead offs.movefunctions, which was causing optimized implementation ofmovedirto be always skipped. (#511).[2.4.14] - 2021-11-16
Added
- Added
fs.copy.copy_file_if,fs.copy.copy_dir_if, andfs.copy.copy_fs_if. Closes #458.- Added
fs.base.FS.getmodified.Changed
- FTP servers that do not support the MLST command now try to use the MDTM command to
... (truncated)
Commits
50b1c99Release v2.4.16889765bBumpblackversion used to lint code insetup.cfg75cf00aFix import order with newisortoptions486cf3aFix invalidisortconfiguration insetup.cfg2b3b0b0Revert switch fromappdirstoplatformdirsfor backward compatibility62d2defMerge pull request #523 from tfeldmann/move_file-optimizationda33922testsrcfirst, thendst5675f84cleanup and docs46fbc71Fix circular import betweenfs.base,fs.osfsandfs.move78f6696cleanup test_move filenames- Additional commits viewable in compare view
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 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.