Accepting request 1010379 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1010379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyfakefs?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2022-10-14 13:40:16 +00:00 committed by Git OBS Bridge
commit 3933186568
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:295a7f012efe3a77fdd1e4056a3b24936afcc658a9405c3230403e5016151001
size 209890

View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Oct 12 14:10:11 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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)
-------------------------------------------------------------------
Fri Aug 5 14:41:13 UTC 2022 - Ben Greiner <code@bnavigator.de>

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