From dff2c9aca1b0cfc9a1545fd9b6a3e4175ad8a8e851a824dd2ec7ce0d540468c6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 26 Jan 2024 21:22:34 +0000 Subject: [PATCH] - update to 5.3.4: * fixes handling of unhashable modules which cannot be cached (see #923) * reload modules loaded by the dynamic patcher instead of removing them - sometimes they may * not be reloaded automatically (see #932) * add back argument `use_dynamic_patch` as a fallback for similar problems * fixed a problem with patching `_io` under Python 3.12 (see #910) * fixed a problem with accessing the temp path if emulating Linux under Windows * (see #912) * fixed result of `os.walk` with a path-like top directory * (see #915) * properly fixed the problem that filesystem patching was still active in the pytest * logreport phase (see #904), the previous fix was incomplete * changed behavior of `add_real_directory` to be able to map a real directory * Restores compatibility with PyTorch 2.0 and above, as well as with other classes that have custom __setattr__ methods (see #905). * Adds official support for Python 3.12. * removed a leftover debug print statement (see #869) * make sure tests work without HOME environment set (see #870) * automount drive or UNC path under Windows if needed for `pathlib.Path.mkdir()` * (see #890) * adapt patching `io.open` and `io.open_code` to work with OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyfakefs?expand=0&rev=44 --- python-pyfakefs-5.2.4.tar.gz | 3 --- python-pyfakefs-5.3.4.tar.gz | 3 +++ python-pyfakefs.changes | 36 ++++++++++++++++++++++++++++++++++++ python-pyfakefs.spec | 6 +++--- 4 files changed, 42 insertions(+), 6 deletions(-) delete mode 100644 python-pyfakefs-5.2.4.tar.gz create mode 100644 python-pyfakefs-5.3.4.tar.gz diff --git a/python-pyfakefs-5.2.4.tar.gz b/python-pyfakefs-5.2.4.tar.gz deleted file mode 100644 index 3792405..0000000 --- a/python-pyfakefs-5.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cac8fdc8fb3f9e2362c31821612a949e03d49657f8b55c9bacc8f268c964c93a -size 222882 diff --git a/python-pyfakefs-5.3.4.tar.gz b/python-pyfakefs-5.3.4.tar.gz new file mode 100644 index 0000000..68d9853 --- /dev/null +++ b/python-pyfakefs-5.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c7103307fee0c29a80bbb1b4e4d7db370311f13f504b847a4acb9b79c2ac1d8 +size 226538 diff --git a/python-pyfakefs.changes b/python-pyfakefs.changes index 7b8a674..a0fc865 100644 --- a/python-pyfakefs.changes +++ b/python-pyfakefs.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Fri Jan 26 21:21:41 UTC 2024 - Dirk Müller + +- update to 5.3.4: + * fixes handling of unhashable modules which cannot be cached + (see #923) + * reload modules loaded by the dynamic patcher instead of + removing them - sometimes they may + * not be reloaded automatically (see #932) + * add back argument `use_dynamic_patch` as a fallback for + similar problems + * fixed a problem with patching `_io` under Python 3.12 (see + #910) + * fixed a problem with accessing the temp path if emulating + Linux under Windows + * (see #912) + * fixed result of `os.walk` with a path-like top directory + * (see #915) + * properly fixed the problem that filesystem patching was still + active in the pytest + * logreport phase (see #904), the previous fix was incomplete + * changed behavior of `add_real_directory` to be able to map a + real directory + * Restores compatibility with PyTorch 2.0 and above, as well as + with other classes that have custom __setattr__ methods + (see #905). + * Adds official support for Python 3.12. + * removed a leftover debug print statement (see #869) + * make sure tests work without HOME environment set (see #870) + * automount drive or UNC path under Windows if needed for + `pathlib.Path.mkdir()` + * (see #890) + * adapt patching `io.open` and `io.open_code` to work with + Python 3.12 + * (see #836 and #892) + ------------------------------------------------------------------- Thu Sep 7 11:35:15 UTC 2023 - Dirk Müller diff --git a/python-pyfakefs.spec b/python-pyfakefs.spec index 5b16ade..efac2d7 100644 --- a/python-pyfakefs.spec +++ b/python-pyfakefs.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-pyfakefs # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ %endif %{?sle15_python_module_pythons} Name: python-pyfakefs%{psuffix} -Version: 5.2.4 +Version: 5.3.4 Release: 0 Summary: Fake file system that mocks the Python file system modules License: Apache-2.0