14
0

Accepting request 1010263 from home:yarunachalam:branches:devel:languages:python

- Update to version 4.7.0 
  Changes
  fs fixtures cannot be nested; any nested fs fixture
  (for example inside an fs_session or fs_module fixture) will just reference the outer fixture (the behavior had been unexpected before)
  Fixes
  reverted a performance optimization introduced in version 3.3.0 that caused hanging tests with installed torch (see #693)
  do not use the build-in opener in pathlib as it may cause problems (see #697)
  add support for path-like objects in shutil.disk_usage (see #699)
  do not advertise support for Python 3.6 in setup.py (see #707)
  return the expected type from fcntl.ioctl and fcntl.fcntl calls if arg is of type byte; the call itself does nothing as before
  do not skip filesystem modules by name to allow using own modules with the same name (see #707)
  add missing support for os.renames (see #714)

OBS-URL: https://build.opensuse.org/request/show/1010263
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyfakefs?expand=0&rev=34
This commit is contained in:
2022-10-13 07:02:17 +00:00
committed by Git OBS Bridge
parent ebc6fb3e5f
commit 0152802285
4 changed files with 20 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
%endif
%define skip_python2 1
Name: python-pyfakefs%{psuffix}
Version: 4.6.3
Version: 4.7.0
Release: 0
Summary: Fake file system that mocks the Python file system modules
License: Apache-2.0