File python-mock.changes of Package python-mock
-------------------------------------------------------------------
Tue Feb 18 13:37:33 CET 2014 - ro@suse.de
- added LICENSE.txt as doc file
-------------------------------------------------------------------
Wed Feb 12 19:06:24 UTC 2014 - cfarrell@suse.com
- license update: BSD-2-Clause
See the License.txt file
-------------------------------------------------------------------
Wed Feb 12 10:30:21 UTC 2014 - speilicke@suse.com
- Replace python27x.diff with mock-unittest2py27.patch
- Rather use "setup.py test"
-------------------------------------------------------------------
Mon Feb 10 17:01:11 UTC 2014 - dmueller@suse.com
- add python27x.diff: Avoid dependency on unittest2 for anything
newer than Python 2.7.x (bnc#863813)
-------------------------------------------------------------------
Thu Oct 24 11:08:50 UTC 2013 - speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
Fri Jan 11 15:12:13 UTC 2013 - p.drouand@gmail.com
- Initial python3 support
-------------------------------------------------------------------
Fri Nov 23 11:11:45 UTC 2012 - saschpe@suse.de
- Update to version 1.0.1
+ Functions decorated with patch variants have a __wrapped__ attribute
pointing to the original function. This brings compatibility with the
default behaviour in Python 3.3 (due to a new feature in functools.wraps).
+ See docs/changelog.txt for details
-------------------------------------------------------------------
Sat Mar 10 16:54:44 UTC 2012 - saschpe@gmx.de
- Update to version 0.8.0:
- See docs/changelog.txt for details
-------------------------------------------------------------------
Fri Sep 2 08:43:44 UTC 2011 - saschpe@suse.de
- Update to version 0.7.2:
* BUGFIX: instances of list subclasses can now be used as mock specs
* BUGFIX: MagicMock equality / inequality protocol methods changed to use the
default equality / inequality.
- Simpler spec file
-------------------------------------------------------------------
Tue Jan 25 13:39:07 UTC 2011 - saschpe@suse.de
- cleaned up spec file:
* fixed noarch check (to make openSUSE-11.1 x86_64 bit work)
* recompressed tarball with bzip2
* set RPM optflags
-------------------------------------------------------------------
Fri Jan 21 11:09:15 CET 2011 - mapleoin@lavabit.com
- fixed SourceURL
-------------------------------------------------------------------
Fri Jan 21 10:42:14 CET 2011 - mapleoin@lavabit.com
- removed DOS line-endings from doc file
- removed spurious permissions from docs
-------------------------------------------------------------------
Thu Jan 20 15:23:37 CET 2011 - mapleoin@lavabit.com
- added README, docs and tests
- run tests during %%check phase
-------------------------------------------------------------------
Thu Jan 20 10:56:51 CET 2011 - mapleoin@lavabit.com
- fixed Source URL
-------------------------------------------------------------------
Tue Dec 9 14:43 CET 2010 - mapleoin@lavabit.com
- fixed Group
- set BuildArch to noarch
- added py_requires macro
-------------------------------------------------------------------
Tue Dec 7 10:43 CET 2010 - mapleoin@lavabit.com
- initial package