From 7bd5d1796b0a6838f80d82ddaee7a848b2e02a207fa1bfbeda695fd8f31d0faa Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 4 Feb 2024 12:24:20 +0000 Subject: [PATCH] - 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 --- python-pyfakefs-5.3.4.tar.gz | 3 --- python-pyfakefs-5.3.5.tar.gz | 3 +++ python-pyfakefs.changes | 10 ++++++++++ python-pyfakefs.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 python-pyfakefs-5.3.4.tar.gz create mode 100644 python-pyfakefs-5.3.5.tar.gz diff --git a/python-pyfakefs-5.3.4.tar.gz b/python-pyfakefs-5.3.4.tar.gz deleted file mode 100644 index 68d9853..0000000 --- a/python-pyfakefs-5.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c7103307fee0c29a80bbb1b4e4d7db370311f13f504b847a4acb9b79c2ac1d8 -size 226538 diff --git a/python-pyfakefs-5.3.5.tar.gz b/python-pyfakefs-5.3.5.tar.gz new file mode 100644 index 0000000..dbd7d95 --- /dev/null +++ b/python-pyfakefs-5.3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8dddd5b835e56deddd6a7dd767268cbd0fd9cfd057146d74afa24bfd8a5938d +size 227359 diff --git a/python-pyfakefs.changes b/python-pyfakefs.changes index a0fc865..349a961 100644 --- a/python-pyfakefs.changes +++ b/python-pyfakefs.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Feb 4 12:23:11 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-pyfakefs.spec b/python-pyfakefs.spec index efac2d7..99d21d6 100644 --- a/python-pyfakefs.spec +++ b/python-pyfakefs.spec @@ -27,7 +27,7 @@ %endif %{?sle15_python_module_pythons} Name: python-pyfakefs%{psuffix} -Version: 5.3.4 +Version: 5.3.5 Release: 0 Summary: Fake file system that mocks the Python file system modules License: Apache-2.0