From ac9f520932dd13cf89519c708466592ecdd10e7fbf5b164e871467a043676a8a Mon Sep 17 00:00:00 2001 From: Karol Babioch Date: Tue, 23 Oct 2018 06:43:56 +0000 Subject: [PATCH] Accepting request 643884 from home:kbabioch:branches:devel:languages:python - Update to version 3.5 * This version of pyfakefs does not support Python 3.3. * The deprecation warnings for the old API are now switched on by default. * Improved automatic patching: * added possibility to set user ID * added side_effect option to fake files * added some support for extended filesystem attributes under Linux * handle `contents=None` in `create_file()` as empty contents if size not set * added pathlib2 support * added support for null device * improved error message for "Bad file descriptor in fake filesystem" * fixed pytest when both pyfakefs and future are installed * file timestamps are now updated more according to the real behavior * fixed a problem related with patching shutil functions using zipfile OBS-URL: https://build.opensuse.org/request/show/643884 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyfakefs?expand=0&rev=5 --- python-pyfakefs-3.4.3.tar.gz | 3 --- python-pyfakefs-3.5.tar.gz | 3 +++ python-pyfakefs.changes | 18 ++++++++++++++++++ python-pyfakefs.spec | 4 ++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 python-pyfakefs-3.4.3.tar.gz create mode 100644 python-pyfakefs-3.5.tar.gz diff --git a/python-pyfakefs-3.4.3.tar.gz b/python-pyfakefs-3.4.3.tar.gz deleted file mode 100644 index 519d7d6..0000000 --- a/python-pyfakefs-3.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b009700f2887dee4344c2d06dbdd9246a5591f0d3b4b45d4dc88124bbe236db -size 156896 diff --git a/python-pyfakefs-3.5.tar.gz b/python-pyfakefs-3.5.tar.gz new file mode 100644 index 0000000..b7a868a --- /dev/null +++ b/python-pyfakefs-3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15427f405666c6bf69f124ceb41bfe525d2ff4feaf77f566058b62d474689823 +size 164792 diff --git a/python-pyfakefs.changes b/python-pyfakefs.changes index 15215fd..3c67173 100644 --- a/python-pyfakefs.changes +++ b/python-pyfakefs.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Oct 23 06:39:22 UTC 2018 - Karol Babioch + +- Update to version 3.5 + * This version of pyfakefs does not support Python 3.3. + * The deprecation warnings for the old API are now switched on by default. + * Improved automatic patching: + * added possibility to set user ID + * added side_effect option to fake files + * added some support for extended filesystem attributes under Linux + * handle `contents=None` in `create_file()` as empty contents if size not set + * added pathlib2 support + * added support for null device + * improved error message for "Bad file descriptor in fake filesystem" + * fixed pytest when both pyfakefs and future are installed + * file timestamps are now updated more according to the real behavior + * fixed a problem related with patching shutil functions using zipfile + ------------------------------------------------------------------- Thu Jun 14 05:05:28 UTC 2018 - kbabioch@suse.com diff --git a/python-pyfakefs.spec b/python-pyfakefs.spec index 6d00788..aa5db9e 100644 --- a/python-pyfakefs.spec +++ b/python-pyfakefs.spec @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyfakefs -Version: 3.4.3 +Version: 3.5 Release: 0 Summary: Fake file system that mocks the Python file system modules License: Apache-2.0