diff --git a/pyfakefs-5.1.0.tar.gz b/pyfakefs-5.1.0.tar.gz deleted file mode 100644 index f37f26c..0000000 Binary files a/pyfakefs-5.1.0.tar.gz and /dev/null differ diff --git a/pyfakefs-5.2.2.tar.gz b/pyfakefs-5.2.2.tar.gz new file mode 100644 index 0000000..ff1b71d Binary files /dev/null and b/pyfakefs-5.2.2.tar.gz differ diff --git a/python-pyfakefs.spec b/python-pyfakefs.spec index 7e94654..8632b4d 100644 --- a/python-pyfakefs.spec +++ b/python-pyfakefs.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyfakefs -Version: 5.1.0 +Version: 5.2.2 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/38/4b/0e12c26797eeb1ea4574f3b94937817ee781a13d3fb800c2dc4c115a56f3/pyfakefs-5.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/a2/a4/c4b4337b37eef938adf66899e882a9b00b8110f00d6057655a0962b381a0/pyfakefs-%{version}.tar.gz BuildArch: noarch %description @@ -23,7 +23,7 @@ Provides: python3-pyfakefs-doc %description help Development documents and examples for pyfakefs %prep -%autosetup -n pyfakefs-%{version} +%autosetup -n pyfakefs-%{version} -p1 %build %py3_build @@ -63,6 +63,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu May 04 2023 yaoxin - 5.2.2-1 +- Update to 5.2.2 + * Mon Feb 27 2023 wubijie - 5.1.0-1 - Update package to version 5.1.0