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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user