From fccc883559732c10e086895d3ad8da7ca2d93e554ab6f97c9183e7630caf1e72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 28 Mar 2019 14:28:59 +0000 Subject: [PATCH] - Update to 0.10.4: - drop Python 2.6, 3.3 and Jython support - add Python 3.6 and 3.7 support - don't hide exception when flexmock is used as context manager - fix expectation reset for static methods on pypy 2 - ensure original exception isn't suppressed in pytest hook OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexmock?expand=0&rev=10 --- flexmock-0.10.3.tar.gz | 3 --- flexmock-0.10.4.tar.gz | 3 +++ python-flexmock.changes | 10 ++++++++++ python-flexmock.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 flexmock-0.10.3.tar.gz create mode 100644 flexmock-0.10.4.tar.gz diff --git a/flexmock-0.10.3.tar.gz b/flexmock-0.10.3.tar.gz deleted file mode 100644 index dc7ce40..0000000 --- a/flexmock-0.10.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41cc082cd40513644ed0237c99d712b6e397cc2cdf13d80163a7e27689302c0c -size 45017 diff --git a/flexmock-0.10.4.tar.gz b/flexmock-0.10.4.tar.gz new file mode 100644 index 0000000..dc6206f --- /dev/null +++ b/flexmock-0.10.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5033ceb974d6452cf8716c2ff5059074b77e546df5c849fb44a53f98dfe0d82c +size 45362 diff --git a/python-flexmock.changes b/python-flexmock.changes index 6d02309..7a68e13 100644 --- a/python-flexmock.changes +++ b/python-flexmock.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Mar 28 14:27:55 UTC 2019 - Tomáš Chvátal + +- Update to 0.10.4: + - drop Python 2.6, 3.3 and Jython support + - add Python 3.6 and 3.7 support + - don't hide exception when flexmock is used as context manager + - fix expectation reset for static methods on pypy 2 + - ensure original exception isn't suppressed in pytest hook + ------------------------------------------------------------------- Tue Mar 12 15:40:27 UTC 2019 - Tomáš Chvátal diff --git a/python-flexmock.spec b/python-flexmock.spec index d7a3574..1f0e8ce 100644 --- a/python-flexmock.spec +++ b/python-flexmock.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-flexmock -Version: 0.10.3 +Version: 0.10.4 Release: 0 Summary: Testing library for creating mocks, stubs and fakes License: BSD-2-Clause