!4 updata package

From: @wenzhiwei11 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-08-12 02:34:29 +00:00 committed by Gitee
commit 5f5d0251a7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
pyfakefs-4.6.3.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.4.0 Version: 4.6.3
Release: 2 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/01/a5/998d96ed6c26d1406ddc24c11dfdf24a4b6d5dd9d6834c889784976e7e70/pyfakefs-4.4.0.tar.gz Source0: https://files.pythonhosted.org/packages/2e/a1/1592dc4297583de8e4a11ec473c71e3d77295aa619384e728e86315ff869/pyfakefs-4.6.3.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.4.0 %autosetup -n pyfakefs-4.6.3
%build %build
%py3_build %py3_build
@ -63,6 +63,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Aug 9 2022 wenzhiwei <wenzhiwei@kylinos.cn> - 4.6.3-1
- Update to 4.6.3
* Wed May 11 2022 yaoxin <yaoxin30@h-partners.com> - 4.4.0-2 * Wed May 11 2022 yaoxin <yaoxin30@h-partners.com> - 4.4.0-2
- License compliance rectification - License compliance rectification