Accepting request 1109529 from devel:languages:python

- update to 5.2.4:
  * Fixes a rare problem on pytest shutdown.
  * Adds compatibility with PyPy 3.10 and Python 3.12.

    `fake_path.FakePathModule`, `fake_io.FakeIoModule` and
- Update to version 5.0.0
- Update to version 4.7.0
- Update to version 3.5.2
  - Added support for path-like objects as arguments in create_file(),
    - readline() did not work correctly in binary mode
    - several functions did not behave correctly for paths ending with a
- Initial packaging of version 3.4.1

OBS-URL: https://build.opensuse.org/request/show/1109529
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyfakefs?expand=0&rev=19
This commit is contained in:
Ana Guerrero 2023-09-08 19:15:06 +00:00 committed by Git OBS Bridge
commit 00420f56e2
4 changed files with 19 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:05c52c6182cbc497ecfe684fbc2f656465c3e99da21fe675e891571450dec40f
size 219768

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

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Sep 7 11:35:15 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

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