Hello community,
here is the log from the commit of package python-mockito for
openSUSE:Leap:15.2 checked in at 2020-04-14 14:20:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-mockito (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-mockito.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mockito"
Tue Apr 14 14:20:52 2020 rev:16 rq:793503 version:1.2.1
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-mockito/python-mockito.changes
2020-03-09 18:08:54.120984711 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-mockito.new.3248/python-mockito.changes
2020-04-14 14:21:10.441283127 +0200
@@ -1,0 +2,10 @@
+Wed Apr 1 07:13:22 UTC 2020 - [email protected]
+
+- version update to 1.2.1
+ - @nielsvaneck fixed how we can lookup inherited classmethods.
+ - Code base now is python 3 compatible. No 2to3 anymore.
+ - Fine tune error messages on unexpected calls or verifications.
+ - @felixonmars fixed a small compatibility issue with python 3.8
+ - Mocking properties has become a bit easier. (#26)
+
+-------------------------------------------------------------------
Old:
----
mockito-1.1.1.tar.gz
New:
----
1.2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mockito.spec ++++++
--- /var/tmp/diff_new_pack.JViLe1/_old 2020-04-14 14:21:10.753283360 +0200
+++ /var/tmp/diff_new_pack.JViLe1/_new 2020-04-14 14:21:10.757283364 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-mockito
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,15 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python3 1
Name: python-mockito
-Version: 1.1.1
+Version: 1.2.1
Release: 0
Summary: Spying framework
License: MIT
Group: Development/Languages/Python
URL: https://github.com/kaste/mockito-python
-Source:
https://files.pythonhosted.org/packages/source/m/mockito/mockito-%{version}.tar.gz
+# https://github.com/kaste/mockito-python/issues/36
+Source:
https://github.com/kaste/mockito-python/archive/%{version}.tar.gz
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@@ -41,7 +41,7 @@
Mockito is a spying framework originally based on the Java library with the
same name.
%prep
-%setup -q -n mockito-%{version}
+%setup -q -n mockito-python-%{version}
%build
%python_build
++++++ mockito-1.1.1.tar.gz -> 1.2.1.tar.gz ++++++
++++ 10976 lines of diff (skipped)