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
This commit is contained in:
Karol Babioch 2018-10-23 06:43:56 +00:00 committed by Git OBS Bridge
parent d6781a806b
commit ac9f520932
4 changed files with 23 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b009700f2887dee4344c2d06dbdd9246a5591f0d3b4b45d4dc88124bbe236db
size 156896

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:15427f405666c6bf69f124ceb41bfe525d2ff4feaf77f566058b62d474689823
size 164792

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Oct 23 06:39:22 UTC 2018 - Karol Babioch <kbabioch@suse.com>
- 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

View File

@ -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