SHA256
15
0
forked from pool/python-fs

- update to 2.4.15:

- Support more lenient usernames and group names in FTP servers
  - Fixed `MemoryFS.move` and `MemoryFS.movedir` not updating the name of moved
    resources, causing `MemoryFS.scandir` to use the old name.
  - Make `WrapFS.move` and `WrapFS.movedir` use the delegate FS methods instead
    of `fs.move` functions, which was causing optimized implementation of 
   `movedir` to be always skipped.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fs?expand=0&rev=28
This commit is contained in:
2022-03-26 22:23:17 +00:00
committed by Git OBS Bridge
parent c0c53ffe7c
commit 9962c61b88
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Mar 26 21:28:30 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.4.15:
- Support more lenient usernames and group names in FTP servers
- Fixed `MemoryFS.move` and `MemoryFS.movedir` not updating the name of moved
resources, causing `MemoryFS.scandir` to use the old name.
- Make `WrapFS.move` and `WrapFS.movedir` use the delegate FS methods instead
of `fs.move` functions, which was causing optimized implementation of
`movedir` to be always skipped.
-------------------------------------------------------------------
Sat Jan 15 15:54:03 UTC 2022 - Dirk Müller <dmueller@suse.com>