Compare commits
10 Commits
69b526f521
...
86f56d2024
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
86f56d2024 | ||
|
|
d88cdf280a | ||
|
|
1109b5106d | ||
|
|
8603219423 | ||
|
|
c92b393bdf | ||
|
|
428de78a4b | ||
|
|
f07ab647b9 | ||
|
|
1bde16b7fd | ||
|
|
15d418f1ae | ||
|
|
c7fb347df0 |
Binary file not shown.
BIN
pyfakefs-5.4.1.tar.gz
Normal file
BIN
pyfakefs-5.4.1.tar.gz
Normal file
Binary file not shown.
@ -1,29 +1,31 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-pyfakefs
|
Name: python-pyfakefs
|
||||||
Version: 5.0.0
|
Version: 5.4.1
|
||||||
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/5a/50/a33e45dc6d7e12b652e32716688a509f341f75b19086141ed21938c82686/pyfakefs-5.0.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/74/8c/5a8d25e21d6b42ea6c454e24d88802d25059c7460f45663ff43215ceea65/pyfakefs-5.4.1.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-5.0.0
|
%autosetup -n pyfakefs-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -63,6 +65,23 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Dec 06 2022 liukuo <liukuo@kylinos.cn> - 5.0.0-1
|
||||||
- Upgrade version to 5.0.0
|
- Upgrade version to 5.0.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user