Update package to version 5.1.0

This commit is contained in:
wubijie 2023-02-27 15:23:50 +08:00
parent 69b526f521
commit c7fb347df0
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
pyfakefs-5.1.0.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: 5.0.0 Version: 5.1.0
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/38/4b/0e12c26797eeb1ea4574f3b94937817ee781a13d3fb800c2dc4c115a56f3/pyfakefs-5.1.0.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-5.0.0 %autosetup -n pyfakefs-%{version}
%build %build
%py3_build %py3_build
@ -63,6 +63,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* 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