Changelog for
python-mock-1.0.1-33.1.x86_64.rpm :
Tue Feb 18 13:00:00 2014 roAATTsuse.de
- added LICENSE.txt as doc file
Wed Feb 12 13:00:00 2014 cfarrellAATTsuse.com
- license update: BSD-2-Clause
See the License.txt file
Wed Feb 12 13:00:00 2014 speilickeAATTsuse.com
- Replace python27x.diff with mock-unittest2py27.patch
- Rather use \"setup.py test\"
Mon Feb 10 13:00:00 2014 dmuellerAATTsuse.com
- add python27x.diff: Avoid dependency on unittest2 for anything
newer than Python 2.7.x (bnc#863813)
Thu Oct 24 14:00:00 2013 speilickeAATTsuse.com
- Require python-setuptools instead of distribute (upstreams merged)
Fri Jan 11 13:00:00 2013 p.drouandAATTgmail.com
- Initial python3 support
Fri Nov 23 13:00:00 2012 saschpeAATTsuse.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 13:00:00 2012 saschpeAATTgmx.de
- Update to version 0.8.0:
- See docs/changelog.txt for details
Fri Sep 2 14:00:00 2011 saschpeAATTsuse.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:00:00 2011 saschpeAATTsuse.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 13:00:00 2011 mapleoinAATTlavabit.com
- fixed SourceURL
Fri Jan 21 13:00:00 2011 mapleoinAATTlavabit.com
- removed DOS line-endings from doc file
- removed spurious permissions from docs
Thu Jan 20 13:00:00 2011 mapleoinAATTlavabit.com
- added README, docs and tests
- run tests during %%check phase
Thu Jan 20 13:00:00 2011 mapleoinAATTlavabit.com
- fixed Source URL
Thu Dec 9 13:00:00 2010 mapleoinAATTlavabit.com
- fixed Group
- set BuildArch to noarch
- added py_requires macro
Tue Dec 7 13:00:00 2010 mapleoinAATTlavabit.com
- initial package