From 9962c61b887d0297de30ebcde819f9d56d10596e2f927b29308a11701c542af2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 26 Mar 2022 22:23:17 +0000 Subject: [PATCH] - 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 --- fs-2.4.14.tar.gz | 3 --- fs-2.4.15.tar.gz | 3 +++ python-fs.changes | 11 +++++++++++ python-fs.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 fs-2.4.14.tar.gz create mode 100644 fs-2.4.15.tar.gz 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