diff --git a/flexmock-0.10.4.tar.gz b/flexmock-0.10.4.tar.gz deleted file mode 100644 index 1d01378..0000000 Binary files a/flexmock-0.10.4.tar.gz and /dev/null differ diff --git a/flexmock-0.11.3.tar.gz b/flexmock-0.11.3.tar.gz new file mode 100644 index 0000000..c43c63b Binary files /dev/null and b/flexmock-0.11.3.tar.gz differ diff --git a/python-flexmock.spec b/python-flexmock.spec index cfe9744..e54954e 100644 --- a/python-flexmock.spec +++ b/python-flexmock.spec @@ -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 - 0.11.3-1 +- Upgrade to 0.11.3 + * Mon May 09 2022 yangping - 0.10.4-2 - License compliance rectification