Accepting request 1141813 from devel:languages:python

- 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/request/show/1141813
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyfakefs?expand=0&rev=20
This commit is contained in:
Ana Guerrero 2024-01-29 21:25:57 +00:00 committed by Git OBS Bridge
commit 6851ff315b
4 changed files with 42 additions and 6 deletions

BIN
python-pyfakefs-5.2.4.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

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

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Fri Jan 26 21:21:41 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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