From 309261eb54f5eb6267fc811c3a271f8599bf310dc9772cc0ba9448ef7116e140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 12 Dec 2017 08:22:17 +0000 Subject: [PATCH] - Remove no longer needed patch python-mockito-0.5.2-setup.py.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mockito?expand=0&rev=8 --- python-mockito.changes | 1 + python-mockito.spec | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/python-mockito.changes b/python-mockito.changes index f6c5b8a..1381a45 100644 --- a/python-mockito.changes +++ b/python-mockito.changes @@ -22,6 +22,7 @@ Mon Dec 11 19:47:18 UTC 2017 - sebix+novell.com@sebix.at - Breaking change: Throw early when calling not expected methods in strict mode. * changes in version 0.5.3: - Remove hard coded distribute setup files. +- Remove no longer needed patch python-mockito-0.5.2-setup.py.patch ------------------------------------------------------------------- Sun Dec 8 16:15:34 UTC 2013 - p.drouand@gmail.com diff --git a/python-mockito.spec b/python-mockito.spec index 36edd6b..5e8746f 100644 --- a/python-mockito.spec +++ b/python-mockito.spec @@ -29,17 +29,15 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildArch: noarch %ifpython2 Requires: python2-funcsigs %endif -BuildArch: noarch - %python_subpackages %description Mockito is a spying framework originally based on the Java library with the same name. - %prep %setup -q -n mockito-%{version}