diff --git a/pyfakefs-5.7.1.tar.gz b/pyfakefs-5.7.1.tar.gz deleted file mode 100644 index 377963cb3844b3b017aa357939286c4b43698ebf..0000000000000000000000000000000000000000 Binary files a/pyfakefs-5.7.1.tar.gz and /dev/null differ diff --git a/pyfakefs-5.8.0.tar.gz b/pyfakefs-5.8.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..cb642850b5cc09e600d42e47a910f05cb6837fc9 Binary files /dev/null and b/pyfakefs-5.8.0.tar.gz differ diff --git a/python-pyfakefs.spec b/python-pyfakefs.spec index 6f02f54fc78c4158554b0f8874782f19fa2d14da..b98e217b789acbcf01861f70483df1a17303d837 100644 --- a/python-pyfakefs.spec +++ b/python-pyfakefs.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-pyfakefs -Version: 5.7.1 +Version: 5.8.0 Release: 1 Summary: pyfakefs implements a fake file system that mocks the Python file system modules. License: Apache-2.0 @@ -65,6 +65,14 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Apr 22 2025 zhangxianjun - 5.8.0-1 +- Update package to version 5.8.0 + *Adds preliminary support for Python 3.14 + *added some preliminary support for Python 3.14 + *change behavior of `FakeFilesystem.get_object()` to ignore permissions as it has been + before version 5.4.0 + *fixed a problem with flushing if writing over the buffer end + * Mon Nov 04 2024 jiangxinyu - 5.7.1-1 - Update package to version 5.7.1 * Fixes a regression in version 5.7.0 that broke patching fcntl