diff --git a/flexmock-0.10.7.tar.gz b/flexmock-0.10.7.tar.gz deleted file mode 100644 index 4b8d71f..0000000 --- a/flexmock-0.10.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0abedcc894a817452ae3902e8e00f0a8d2c66497f63caaaab03cbd464ea63d04 -size 46796 diff --git a/flexmock-0.10.8.tar.gz b/flexmock-0.10.8.tar.gz new file mode 100644 index 0000000..49652c3 --- /dev/null +++ b/flexmock-0.10.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6820031c39b298646194a3f0b2b693322bb7f44b39dbaf1c54b0ae68b3d768fa +size 46905 diff --git a/python-flexmock.changes b/python-flexmock.changes index 98edd7d..dac091d 100644 --- a/python-flexmock.changes +++ b/python-flexmock.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Aug 31 08:53:33 UTC 2021 - Steve Kowalik + +- Update to 0.10.8: + * Fix with_args not working built-in functions. + ------------------------------------------------------------------- Wed Aug 25 09:55:08 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-flexmock.spec b/python-flexmock.spec index ee4884c..d276c87 100644 --- a/python-flexmock.spec +++ b/python-flexmock.spec @@ -18,11 +18,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-flexmock -Version: 0.10.7 +Version: 0.10.8 Release: 0 Summary: Testing library for creating mocks, stubs and fakes License: BSD-2-Clause -Group: Development/Languages/Python URL: https://github.com/bkabrda/flexmock Source: https://files.pythonhosted.org/packages/source/f/flexmock/flexmock-%{version}.tar.gz BuildRequires: %{python_module pytest}