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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3de5c14b986f984fa3cc113035d8b21b6c29c92d9f8b31cd34d33002e2fbb33b
size 15118

3
MiniMock-1.2.8.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5fdfdfeadf0fc781d0592a1b90d2fcc11581f682ff7cba6201cfdb15c3ea5a4c
size 13217

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 29 12:29:43 UTC 2013 - dmueller@suse.com
- Update to 1.2.8:
* add python 3.x support
-------------------------------------------------------------------
Sun May 27 07:58:11 UTC 2012 - highwaystar.ru@gmail.com

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 29 12:29:43 UTC 2013 - dmueller@suse.com
- Update to 1.2.8:
* add python 3.x support
-------------------------------------------------------------------
Fri Nov 30 14:04:52 UTC 2012 - toddrme2178@gmail.com

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: