14
0

- update to 5.3.5:

* Fixes a regression due to the changed behavior of the dynamic
    patcher cleanup (see #939).
  * The change is now by default only made if the `django` module
    is loaded, and the behavior can
  * be changed using the new argument `module_cleanup_mode`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyfakefs?expand=0&rev=46
This commit is contained in:
2024-02-04 12:24:20 +00:00
committed by Git OBS Bridge
parent dff2c9aca1
commit 7bd5d1796b
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Feb 4 12:23:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 5.3.5:
* Fixes a regression due to the changed behavior of the dynamic
patcher cleanup (see #939).
* The change is now by default only made if the `django` module
is loaded, and the behavior can
* be changed using the new argument `module_cleanup_mode`.
-------------------------------------------------------------------
Fri Jan 26 21:21:41 UTC 2024 - Dirk Müller <dmueller@suse.com>