diff --git a/python-pyfakefs-4.6.3.tar.gz b/python-pyfakefs-4.6.3.tar.gz deleted file mode 100644 index a67210c..0000000 --- a/python-pyfakefs-4.6.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:295a7f012efe3a77fdd1e4056a3b24936afcc658a9405c3230403e5016151001 -size 209890 diff --git a/python-pyfakefs-4.7.0.tar.gz b/python-pyfakefs-4.7.0.tar.gz new file mode 100644 index 0000000..ee1aa54 --- /dev/null +++ b/python-pyfakefs-4.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f56198589cbe1fcce7161c60033de4a6ddaebc9ecfa77920115be8f76112f9ec +size 212406 diff --git a/python-pyfakefs.changes b/python-pyfakefs.changes index c2be622..f363df6 100644 --- a/python-pyfakefs.changes +++ b/python-pyfakefs.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Oct 12 14:10:11 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-pyfakefs.spec b/python-pyfakefs.spec index 80e0ee1..30ae9ac 100644 --- a/python-pyfakefs.spec +++ b/python-pyfakefs.spec @@ -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