forked from pool/python-mockito
- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0fe160d568210e438fd1d2d43a485dfdcb053b0f725fd6aa04a307414a365e1a
|
|
||||||
size 55567
|
|
||||||
3
1.2.2.tar.gz
Normal file
3
1.2.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7a86349b7db05ad0d3679167c9997a658e24790b039fc0a3c07e1a7beb772213
|
||||||
|
size 55597
|
||||||
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 22 06:00:46 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- 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
|
Wed Apr 1 07:13:22 UTC 2020 - pgajdos@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-mockito
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
%define skip_python36 1
|
||||||
Name: python-mockito
|
Name: python-mockito
|
||||||
Version: 1.2.1
|
Version: 1.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Spying framework
|
Summary: Spying framework
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/kaste/mockito-python
|
URL: https://github.com/kaste/mockito-python
|
||||||
# https://github.com/kaste/mockito-python/issues/36
|
# https://github.com/kaste/mockito-python/issues/36
|
||||||
Source: https://github.com/kaste/mockito-python/archive/%{version}.tar.gz
|
Source: https://github.com/kaste/mockito-python/archive/%{version}.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user