diff --git a/pyfakefs-5.2.3.tar.gz b/pyfakefs-5.2.3.tar.gz deleted file mode 100644 index 8cc298e..0000000 Binary files a/pyfakefs-5.2.3.tar.gz and /dev/null differ diff --git a/pyfakefs-5.3.5.tar.gz b/pyfakefs-5.3.5.tar.gz new file mode 100644 index 0000000..8280774 Binary files /dev/null and b/pyfakefs-5.3.5.tar.gz differ diff --git a/python-pyfakefs.spec b/python-pyfakefs.spec index 2461628..1f62e2d 100644 --- a/python-pyfakefs.spec +++ b/python-pyfakefs.spec @@ -1,27 +1,29 @@ %global _empty_manifest_terminate_build 0 Name: python-pyfakefs -Version: 5.2.3 +Version: 5.3.5 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/a2/a4/c4b4337b37eef938adf66899e882a9b00b8110f00d6057655a0962b381a0/pyfakefs-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/00/2f/0fb6e7c3119fd9935cc1608a3b79de70bad8c2b400654b7e38e35120ff91/pyfakefs-5.3.5.tar.gz BuildArch: noarch %description pyfakefs implements a fake file system that mocks the Python file system moduls. %package -n python3-pyfakefs Summary: pyfakefs implements a fake file system that mocks the Python file system modules. -Provides: python-pyfakefs +Provides: python-pyfakefs = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-pyfakefs pyfakefs implements a fake file system that mocks the Python file system modules. + %package help Summary: Development documents and examples for pyfakefs Provides: python3-pyfakefs-doc %description help Development documents and examples for pyfakefs + %prep %autosetup -n pyfakefs-%{version} -p1 @@ -63,6 +65,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Mar 05 2024 jiangxinyu - 5.3.5-1 +- Update package to version 5.3.5 + Use cleanup hook to reload django views + * Mon Jul 31 2023 sunhui - 5.2.3-1 - Update package to version 5.2.3