diff --git a/fs-2.4.14.tar.gz b/fs-2.4.14.tar.gz deleted file mode 100644 index 07446b6..0000000 --- a/fs-2.4.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9555dc2bc58c58cac03478ac7e9f622d29fe2d20a4384c24c90ab50de2c7b36c -size 184588 diff --git a/fs-2.4.15.tar.gz b/fs-2.4.15.tar.gz new file mode 100644 index 0000000..227751c --- /dev/null +++ b/fs-2.4.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b09d02c311f4add1e6e2b75724c450eafcfeecc917579224ca8ad21dacd0a182 +size 184933 diff --git a/python-fs.changes b/python-fs.changes index bb4dd42..87d8125 100644 --- a/python-fs.changes +++ b/python-fs.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Mar 26 21:28:30 UTC 2022 - Dirk Müller + +- 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 diff --git a/python-fs.spec b/python-fs.spec index 83d5be7..131d187 100644 --- a/python-fs.spec +++ b/python-fs.spec @@ -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