diff --git a/pyfakefs-5.3.5.tar.gz b/pyfakefs-5.3.5.tar.gz deleted file mode 100644 index 8280774..0000000 Binary files a/pyfakefs-5.3.5.tar.gz and /dev/null differ diff --git a/pyfakefs-5.4.1.tar.gz b/pyfakefs-5.4.1.tar.gz new file mode 100644 index 0000000..a5f7958 Binary files /dev/null and b/pyfakefs-5.4.1.tar.gz differ diff --git a/python-pyfakefs.spec b/python-pyfakefs.spec index 1f62e2d..8bce254 100644 --- a/python-pyfakefs.spec +++ b/python-pyfakefs.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyfakefs -Version: 5.3.5 +Version: 5.4.1 Release: 1 Summary: pyfakefs implements a fake file system that mocks the Python file system modules. License: Apache-2.0 URL: http://pyfakefs.org -Source0: https://files.pythonhosted.org/packages/00/2f/0fb6e7c3119fd9935cc1608a3b79de70bad8c2b400654b7e38e35120ff91/pyfakefs-5.3.5.tar.gz +Source0: https://files.pythonhosted.org/packages/74/8c/5a8d25e21d6b42ea6c454e24d88802d25059c7460f45663ff43215ceea65/pyfakefs-5.4.1.tar.gz BuildArch: noarch %description @@ -65,6 +65,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Apr 23 2024 zhaojingyu - 5.4.1-1 +- Update package to version 5.4.1 + fixed a regression from version 5.4.0 that incorrectly handled files opened twice via file descripto + * Tue Mar 05 2024 jiangxinyu - 5.3.5-1 - Update package to version 5.3.5 Use cleanup hook to reload django views