From e4dc6307cd553b0767e8099df2bfeb4503df3b2a4efd8a6ee26b0e947a7cfc3c Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 31 Aug 2021 08:54:11 +0000 Subject: [PATCH] - Update to 0.10.8: * Fix with_args not working built-in functions. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexmock?expand=0&rev=13 --- flexmock-0.10.7.tar.gz | 3 --- flexmock-0.10.8.tar.gz | 3 +++ python-flexmock.changes | 6 ++++++ python-flexmock.spec | 3 +-- 4 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 flexmock-0.10.7.tar.gz create mode 100644 flexmock-0.10.8.tar.gz 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}