From 6c474ebde83327ce02239eb8a302208aba87a82fab70ed30ba78bcce32997eba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 16 May 2019 18:20:49 +0000 Subject: [PATCH] Accepting request 703517 from home:anandrit:branches:devel:languages:python Update to 2.4.5 Fixes: * Restored deprecated setfile method with deprecation warning to change to writefile * Fixed exception when a tarfile contains a path called '.' * Made TarFS directory loading lazy OBS-URL: https://build.opensuse.org/request/show/703517 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fs?expand=0&rev=16 --- fs-2.4.4.tar.gz | 3 --- fs-2.4.5.tar.gz | 3 +++ python-fs.changes | 11 +++++++++++ python-fs.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 fs-2.4.4.tar.gz create mode 100644 fs-2.4.5.tar.gz diff --git a/fs-2.4.4.tar.gz b/fs-2.4.4.tar.gz deleted file mode 100644 index 4863234..0000000 --- a/fs-2.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:932b2bf9f76bcc50ebe9711378f7503f71410ddeb1a77754139b886fc5302e4f -size 124012 diff --git a/fs-2.4.5.tar.gz b/fs-2.4.5.tar.gz new file mode 100644 index 0000000..cab6cff --- /dev/null +++ b/fs-2.4.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42022b74cfa30b1fad4e697720b1bc0eed8c49ca80ed8f5f0bb07d9db41d62bf +size 124343 diff --git a/python-fs.changes b/python-fs.changes index ffac2c6..8761eb2 100644 --- a/python-fs.changes +++ b/python-fs.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu May 16 18:12:13 UTC 2019 - ranand@suse.com + +Update to 2.4.5 +Fixes: +* Restored deprecated setfile method with deprecation warning + to change to writefile +* Fixed exception when a tarfile contains a path called '.' +* Made TarFS directory loading lazy + + ------------------------------------------------------------------- Fri Mar 1 09:24:19 UTC 2019 - John Vandenberg diff --git a/python-fs.spec b/python-fs.spec index 26449fa..ca798f1 100644 --- a/python-fs.spec +++ b/python-fs.spec @@ -13,13 +13,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-fs -Version: 2.4.4 +Version: 2.4.5 Release: 0 Summary: Python's filesystem abstraction layer License: MIT