14
0

- update to 1.5.0:

* @Oracking fixed `expect` to support a string as its first
    argument.  All other functions supported that already.
    assert arg.all_values == [123, 456]
- Do not build for Python 3.6, due to no NumPy.
  - Fine tune error messages on unexpected calls or verifications.
- Remove python-mockito.rpmlintrc; problem of execution bits have

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mockito?expand=0&rev=21
This commit is contained in:
2024-03-16 08:58:19 +00:00
committed by Git OBS Bridge
parent bcacdf53b7
commit 0c77a3a5e6
4 changed files with 16 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe0614d07bf0f762f9b0e7b7183788e80941950315f58dfa2d405415afc9e65a
size 58024

3
1.5.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:599356409c790bc663d51a076696d59b84789acd013207355d98a47dd040389f
size 59902

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Mar 16 08:57:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.5.0:
* @Oracking fixed `expect` to support a string as its first
argument. All other functions supported that already.
-------------------------------------------------------------------
Thu Sep 29 16:37:08 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-mockito
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python36 1
Name: python-mockito
Version: 1.4.0
Version: 1.5.0
Release: 0
Summary: Spying framework
License: MIT