diff --git a/MiniMock-1.2.7.tar.gz b/MiniMock-1.2.7.tar.gz deleted file mode 100644 index 7f947ad..0000000 --- a/MiniMock-1.2.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3de5c14b986f984fa3cc113035d8b21b6c29c92d9f8b31cd34d33002e2fbb33b -size 15118 diff --git a/MiniMock-1.2.8.tar.gz b/MiniMock-1.2.8.tar.gz new file mode 100644 index 0000000..0f2c732 --- /dev/null +++ b/MiniMock-1.2.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fdfdfeadf0fc781d0592a1b90d2fcc11581f682ff7cba6201cfdb15c3ea5a4c +size 13217 diff --git a/python-MiniMock.changes b/python-MiniMock.changes index 4b9e2bf..c400b7b 100644 --- a/python-MiniMock.changes +++ b/python-MiniMock.changes @@ -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 diff --git a/python-MiniMock.spec b/python-MiniMock.spec index 6257377..f080d0d 100644 --- a/python-MiniMock.spec +++ b/python-MiniMock.spec @@ -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 diff --git a/python3-MiniMock.changes b/python3-MiniMock.changes index 0155b17..89ea8e9 100644 --- a/python3-MiniMock.changes +++ b/python3-MiniMock.changes @@ -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 diff --git a/python3-MiniMock.spec b/python3-MiniMock.spec index 2f7a483..71b5fbb 100644 --- a/python3-MiniMock.spec +++ b/python3-MiniMock.spec @@ -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: