From 303ab31152ef81c89edc97eedfd1a30ccb13e7b9c834eff7c6a0bbe074c836e8 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 22 Apr 2021 06:01:52 +0000 Subject: [PATCH] - Update to 1.2.2: * Fix typo in ``spy2`` doc - Do not build for Python 3.6, due to no NumPy. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mockito?expand=0&rev=17 --- 1.2.1.tar.gz | 3 --- 1.2.2.tar.gz | 3 +++ python-mockito.changes | 7 +++++++ python-mockito.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 1.2.1.tar.gz create mode 100644 1.2.2.tar.gz diff --git a/1.2.1.tar.gz b/1.2.1.tar.gz deleted file mode 100644 index 0e31d92..0000000 --- a/1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fe160d568210e438fd1d2d43a485dfdcb053b0f725fd6aa04a307414a365e1a -size 55567 diff --git a/1.2.2.tar.gz b/1.2.2.tar.gz new file mode 100644 index 0000000..d77c73a --- /dev/null +++ b/1.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a86349b7db05ad0d3679167c9997a658e24790b039fc0a3c07e1a7beb772213 +size 55597 diff --git a/python-mockito.changes b/python-mockito.changes index d4855d8..3804205 100644 --- a/python-mockito.changes +++ b/python-mockito.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Apr 22 06:00:46 UTC 2021 - Steve Kowalik + +- Update to 1.2.2: + * Fix typo in ``spy2`` doc +- Do not build for Python 3.6, due to no NumPy. + ------------------------------------------------------------------- Wed Apr 1 07:13:22 UTC 2020 - pgajdos@suse.com diff --git a/python-mockito.spec b/python-mockito.spec index 310b9f4..90118a6 100644 --- a/python-mockito.spec +++ b/python-mockito.spec @@ -1,7 +1,7 @@ # # spec file for package python-mockito # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python36 1 Name: python-mockito -Version: 1.2.1 +Version: 1.2.2 Release: 0 Summary: Spying framework License: MIT -Group: Development/Languages/Python URL: https://github.com/kaste/mockito-python # https://github.com/kaste/mockito-python/issues/36 Source: https://github.com/kaste/mockito-python/archive/%{version}.tar.gz