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 python3-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: python3-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
@@ -27,8 +26,8 @@ Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/M/MiniMock/MiniMock-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python3
BuildRequires: python3-2to3
BuildRequires: python3-devel
BuildRequires: python3-2to3
BuildRequires: python3-distribute
Provides: python3-minimock = %{version}
#TODO: Change back to '<' after version update: