15
0

Accepting request 173963 from home:dirkmueller:branches:devel:languages:python

- Update to 1.2.8:
  * add python 3.x support 

- Update to 1.2.8:
  * add python 3.x support

OBS-URL: https://build.opensuse.org/request/show/173963
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MiniMock?expand=0&rev=12
This commit is contained in:
Sascha Peilicke
2013-05-02 09:11:24 +00:00
committed by Git OBS Bridge
parent d7a803013c
commit 1a276a3119
6 changed files with 22 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-MiniMock
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,9 @@
#
Name: python-MiniMock
Version: 1.2.7
Release: 1
Version: 1.2.8
Release: 0
Url: http://pypi.python.org/pypi/MiniMock
Summary: The simplest possible mock library
License: MIT
@@ -45,7 +44,6 @@ When using doctest, mock objects can be very simple.
%prep
%setup -q -n MiniMock-%{version}
rm docs/.changelog.rst.un~ # Remove junk
%build
python setup.py build