!6 Update package to version 5.1.0

From: @wubijie123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-03-02 02:20:06 +00:00 committed by Gitee
commit 15d418f1ae
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.1.0.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.0.0
Version: 5.1.0
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/5a/50/a33e45dc6d7e12b652e32716688a509f341f75b19086141ed21938c82686/pyfakefs-5.0.0.tar.gz
Source0: https://files.pythonhosted.org/packages/38/4b/0e12c26797eeb1ea4574f3b94937817ee781a13d3fb800c2dc4c115a56f3/pyfakefs-5.1.0.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-5.0.0
%autosetup -n pyfakefs-%{version}
%build
%py3_build
@ -63,6 +63,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Mon Feb 27 2023 wubijie <wubijie@kylinos.cn> - 5.1.0-1
- Update package to version 5.1.0
* Tue Dec 06 2022 liukuo <liukuo@kylinos.cn> - 5.0.0-1
- Upgrade version to 5.0.0