diff --git a/python-pyfakefs-5.2.2.tar.gz b/python-pyfakefs-5.2.2.tar.gz deleted file mode 100644 index 7795161..0000000 --- a/python-pyfakefs-5.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05c52c6182cbc497ecfe684fbc2f656465c3e99da21fe675e891571450dec40f -size 219768 diff --git a/python-pyfakefs-5.2.4.tar.gz b/python-pyfakefs-5.2.4.tar.gz new file mode 100644 index 0000000..3792405 --- /dev/null +++ b/python-pyfakefs-5.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac8fdc8fb3f9e2362c31821612a949e03d49657f8b55c9bacc8f268c964c93a +size 222882 diff --git a/python-pyfakefs.changes b/python-pyfakefs.changes index afab467..7b8a674 100644 --- a/python-pyfakefs.changes +++ b/python-pyfakefs.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Sep 7 11:35:15 UTC 2023 - Dirk Müller + +- update to 5.2.4: + * Fixes a rare problem on pytest shutdown. + * Adds compatibility with PyPy 3.10 and Python 3.12. + ------------------------------------------------------------------- Wed May 10 07:06:37 UTC 2023 - Dirk Müller @@ -22,7 +29,7 @@ Wed May 10 07:06:37 UTC 2023 - Dirk Müller or beta versions. * Fake module classes previously defined in `fake_filesystem` have now moved to their own modules: `fake_os.FakeOsModule`, - `fake_path.FakePathModule`, `fake_io.FakeIoModule` and + `fake_path.FakePathModule`, `fake_io.FakeIoModule` and `fake_open.FakeFileOpen`. * Patching of parsers for pandas >= 1.2 is removed since pandas now uses Python fs functions internally even when the engine @@ -53,7 +60,7 @@ Thu Apr 13 22:43:38 UTC 2023 - Matej Cepl ------------------------------------------------------------------- Fri Oct 28 20:07:05 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 5.0.0 +- Update to version 5.0.0 New version after the transfer to pytest-dev. Changes * the old-style API deprecated since version 3.4 has now been removed @@ -72,7 +79,7 @@ Fri Oct 28 20:07:05 UTC 2022 - Yogalakshmi Arunachalam ------------------------------------------------------------------- Wed Oct 12 14:10:11 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 4.7.0 +- 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) @@ -267,7 +274,7 @@ Thu Nov 22 19:40:46 UTC 2018 - Karol Babioch ------------------------------------------------------------------- Mon Nov 12 09:07:49 UTC 2018 - Karol Babioch -- Update to version 3.5.2 +- Update to version 3.5.2 * This is mostly a bug-fix release. * added support for pause/resume of patching the file system modules * allow to set current group ID, set current user ID and group ID as `st_uid` @@ -303,19 +310,19 @@ Tue Oct 23 06:39:22 UTC 2018 - Karol Babioch Thu Jun 14 05:05:28 UTC 2018 - kbabioch@suse.com - Update to version 3.4.3 - - Added support for path-like objects as arguments in create_file(), + - Added support for path-like objects as arguments in create_file(), create_dir(), create_symlink(), add_real_file() and add_real_directory() - Bugfixes: - tell after seek gave incorrect result in append mode - flushing file contents after truncate was incorrect under some conditions - - readline() did not work correctly in binary mode + - readline() did not work correctly in binary mode - pathlib.Path.resolve() behaved incorrectly if the path does not exist - closed attribute was not implemented in fake file - add_real_directory did not behave correctly for nested paths - - several functions did not behave correctly for paths ending with a + - several functions did not behave correctly for paths ending with a path separator ------------------------------------------------------------------- Tue Apr 17 11:42:01 UTC 2018 - kbabioch@suse.com -- Initial packaging of version 3.4.1 +- Initial packaging of version 3.4.1 diff --git a/python-pyfakefs.spec b/python-pyfakefs.spec index 9c194b1..5b16ade 100644 --- a/python-pyfakefs.spec +++ b/python-pyfakefs.spec @@ -27,7 +27,7 @@ %endif %{?sle15_python_module_pythons} Name: python-pyfakefs%{psuffix} -Version: 5.2.2 +Version: 5.2.4 Release: 0 Summary: Fake file system that mocks the Python file system modules License: Apache-2.0