Upgrade to 0.11.3

This commit is contained in:
jxy_git 2022-09-30 16:26:59 +08:00
parent fee0799c82
commit b5ad2ef543
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
Name: python-flexmock
Version: 0.10.4
Release: 2
Version: 0.11.3
Release: 1
Summary: library to create mocks,stubs and fakes
License: BSD-2-Clause
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
%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.
%prep
%autosetup -n flexmock-0.10.4
%autosetup -n flexmock-%{version}
%build
%py3_build
@ -66,6 +66,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
- License compliance rectification