!5 update to 5.0.0

From: @lauk001 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-12-09 01:44:11 +00:00 committed by Gitee
commit 69b526f521
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.0.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-pyfakefs Name: python-pyfakefs
Version: 4.6.3 Version: 5.0.0
Release: 1 Release: 1
Summary: pyfakefs implements a fake file system that mocks the Python file system modules. Summary: pyfakefs implements a fake file system that mocks the Python file system modules.
License: Apache-2.0 License: Apache-2.0
URL: http://pyfakefs.org URL: http://pyfakefs.org
Source0: https://files.pythonhosted.org/packages/2e/a1/1592dc4297583de8e4a11ec473c71e3d77295aa619384e728e86315ff869/pyfakefs-4.6.3.tar.gz Source0: https://files.pythonhosted.org/packages/5a/50/a33e45dc6d7e12b652e32716688a509f341f75b19086141ed21938c82686/pyfakefs-5.0.0.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
@ -23,7 +23,7 @@ Provides: python3-pyfakefs-doc
%description help %description help
Development documents and examples for pyfakefs Development documents and examples for pyfakefs
%prep %prep
%autosetup -n pyfakefs-4.6.3 %autosetup -n pyfakefs-5.0.0
%build %build
%py3_build %py3_build
@ -63,6 +63,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Dec 06 2022 liukuo <liukuo@kylinos.cn> - 5.0.0-1
- Upgrade version to 5.0.0
* Tue Aug 9 2022 wenzhiwei <wenzhiwei@kylinos.cn> - 4.6.3-1 * Tue Aug 9 2022 wenzhiwei <wenzhiwei@kylinos.cn> - 4.6.3-1
- Update to 4.6.3 - Update to 4.6.3