!9 Update package to version 5.3.5

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2024-03-05 09:08:21 +00:00 committed by Gitee
commit 1109b5106d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 3 deletions

Binary file not shown.

BIN
pyfakefs-5.3.5.tar.gz Normal file

Binary file not shown.

View File

@ -1,27 +1,29 @@
%global _empty_manifest_terminate_build 0
Name: python-pyfakefs
Version: 5.2.3
Version: 5.3.5
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/a2/a4/c4b4337b37eef938adf66899e882a9b00b8110f00d6057655a0962b381a0/pyfakefs-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/00/2f/0fb6e7c3119fd9935cc1608a3b79de70bad8c2b400654b7e38e35120ff91/pyfakefs-5.3.5.tar.gz
BuildArch: noarch
%description
pyfakefs implements a fake file system that mocks the Python file system moduls.
%package -n python3-pyfakefs
Summary: pyfakefs implements a fake file system that mocks the Python file system modules.
Provides: python-pyfakefs
Provides: python-pyfakefs = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description -n python3-pyfakefs
pyfakefs implements a fake file system that mocks the Python file system modules.
%package help
Summary: Development documents and examples for pyfakefs
Provides: python3-pyfakefs-doc
%description help
Development documents and examples for pyfakefs
%prep
%autosetup -n pyfakefs-%{version} -p1
@ -63,6 +65,10 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue Mar 05 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 5.3.5-1
- Update package to version 5.3.5
Use cleanup hook to reload django views
* Mon Jul 31 2023 sunhui <sunhui@kylinos.cn> - 5.2.3-1
- Update package to version 5.2.3