Hello community, here is the log from the commit of package python-mockito for openSUSE:Factory checked in at 2020-04-01 19:17:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mockito (Old) and /work/SRC/openSUSE:Factory/.python-mockito.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mockito" Wed Apr 1 19:17:35 2020 rev:8 rq:790480 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mockito/python-mockito.changes 2019-04-08 20:53:43.894576965 +0200 +++ /work/SRC/openSUSE:Factory/.python-mockito.new.3248/python-mockito.changes 2020-04-01 19:18:00.123522038 +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.vzZbYV/_old 2020-04-01 19:18:03.163523406 +0200 +++ /var/tmp/diff_new_pack.vzZbYV/_new 2020-04-01 19:18:03.163523406 +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)
