Update package to version 5.3.5

This commit is contained in:
jxy_git 2024-03-05 14:52:08 +08:00
parent c92b393bdf
commit 8603219423
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 %global _empty_manifest_terminate_build 0
Name: python-pyfakefs Name: python-pyfakefs
Version: 5.2.3 Version: 5.3.5
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/a2/a4/c4b4337b37eef938adf66899e882a9b00b8110f00d6057655a0962b381a0/pyfakefs-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/00/2f/0fb6e7c3119fd9935cc1608a3b79de70bad8c2b400654b7e38e35120ff91/pyfakefs-5.3.5.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
pyfakefs implements a fake file system that mocks the Python file system moduls. pyfakefs implements a fake file system that mocks the Python file system moduls.
%package -n python3-pyfakefs %package -n python3-pyfakefs
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.
Provides: python-pyfakefs Provides: python-pyfakefs = %{version}-%{release}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-pyfakefs %description -n python3-pyfakefs
pyfakefs implements a fake file system that mocks the Python file system modules. pyfakefs implements a fake file system that mocks the Python file system modules.
%package help %package help
Summary: Development documents and examples for pyfakefs Summary: Development documents and examples for pyfakefs
Provides: python3-pyfakefs-doc 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-%{version} -p1 %autosetup -n pyfakefs-%{version} -p1
@ -63,6 +65,10 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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 * Mon Jul 31 2023 sunhui <sunhui@kylinos.cn> - 5.2.3-1
- Update package to version 5.2.3 - Update package to version 5.2.3