!3 Upgrade to 0.11.3

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-10-08 02:28:51 +00:00 committed by Gitee
commit 4ee8a5ed08
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
flexmock-0.11.3.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-flexmock Name: python-flexmock
Version: 0.10.4 Version: 0.11.3
Release: 2 Release: 1
Summary: library to create mocks,stubs and fakes Summary: library to create mocks,stubs and fakes
License: BSD-2-Clause License: BSD-2-Clause
URL: https://github.com/bkabrda/flexmock URL: https://github.com/bkabrda/flexmock
Source0: https://files.pythonhosted.org/packages/0d/76/03fc6622d823e6d292c29e444c808788e580b5ad66000f4d75e49c14f51f/flexmock-0.10.4.tar.gz Source0: https://files.pythonhosted.org/packages/f6/4c/27212a302912bd75ff0f79a3b8bb60acf8eb0ff65359175aefd394f4bed6/flexmock-0.11.3.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
@ -26,7 +26,7 @@ Provides: python3-flexmock-doc
flexmock is a testing library for Python that makes it easy to create mocks, stubs and fakes. flexmock is a testing library for Python that makes it easy to create mocks, stubs and fakes.
%prep %prep
%autosetup -n flexmock-0.10.4 %autosetup -n flexmock-%{version}
%build %build
%py3_build %py3_build
@ -66,6 +66,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Sep 30 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 0.11.3-1
- Upgrade to 0.11.3
* Mon May 09 2022 yangping <yangping69@h-partners> - 0.10.4-2 * Mon May 09 2022 yangping <yangping69@h-partners> - 0.10.4-2
- License compliance rectification - License compliance rectification