Compare commits

..

No commits in common. "86f56d202462d705914905d3e0cb0b6366402aec" and "69b526f5219212a2f78d235bb6c065a02a0d343e" have entirely different histories.

3 changed files with 4 additions and 23 deletions

BIN
pyfakefs-5.0.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,31 +1,29 @@
%global _empty_manifest_terminate_build 0
Name: python-pyfakefs
Version: 5.4.1
Version: 5.0.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/74/8c/5a8d25e21d6b42ea6c454e24d88802d25059c7460f45663ff43215ceea65/pyfakefs-5.4.1.tar.gz
Source0: https://files.pythonhosted.org/packages/5a/50/a33e45dc6d7e12b652e32716688a509f341f75b19086141ed21938c82686/pyfakefs-5.0.0.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 = %{version}-%{release}
Provides: python-pyfakefs
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
%autosetup -n pyfakefs-5.0.0
%build
%py3_build
@ -65,23 +63,6 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue Apr 23 2024 zhaojingyu <zhaojingyu@klinos.cn> - 5.4.1-1
- Update package to version 5.4.1
fixed a regression from version 5.4.0 that incorrectly handled files opened twice via file descripto
* 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
* Thu May 04 2023 yaoxin <yao_xin001@hoperun.com> - 5.2.2-1
- Update to 5.2.2
* 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