!7 Update to 5.2.2

From: @starlet-dx 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2023-05-05 00:55:35 +00:00 committed by Gitee
commit f07ab647b9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
pyfakefs-5.2.2.tar.gz Normal file

Binary file not shown.

View File

@ -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 <yao_xin001@hoperun.com> - 5.2.2-1
- Update to 5.2.2
* Mon Feb 27 2023 wubijie <wubijie@kylinos.cn> - 5.1.0-1
- Update package to version 5.1.0