forked from pool/python-fs
Accepting request 965110 from devel:languages:python
- 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/request/show/965110
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fs?expand=0&rev=13
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9555dc2bc58c58cac03478ac7e9f622d29fe2d20a4384c24c90ab50de2c7b36c
|
||||
size 184588
|
||||
3
fs-2.4.15.tar.gz
Normal file
3
fs-2.4.15.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b09d02c311f4add1e6e2b75724c450eafcfeecc917579224ca8ad21dacd0a182
|
||||
size 184933
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without python2
|
||||
Name: python-fs
|
||||
Version: 2.4.14
|
||||
Version: 2.4.15
|
||||
Release: 0
|
||||
Summary: Python's filesystem abstraction layer
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user