File python3-zope.interface.changes of Package python3-zope.interface
-------------------------------------------------------------------
Sun Feb 16 19:19:37 UTC 2014 - os-dev@jacraig.com
- Update to 4.1.0:
* Updated ``boostrap.py`` to version 2.2.
* Added ``@named(name)`` declaration, that specifies the component name, so
it does not have to be passed in during registration.
- Changes from 4.0.5:
* Fixed a bug where a decorated method caused false positive failures on
``verifyClass()``.
- Changes from 4.0.4:
* Fixed a bug that was revealed by porting zope.traversing. During a loop,
the loop body modified a weakref dict causing a ``RuntimeError`` error.
- Update %doc with file extension changes.
- Remove unnecessary C source file to prevent rpmlint warning.
- Change distribute BuildRequires to setuptools, those projects were unforked.
-------------------------------------------------------------------
Mon Jan 14 13:53:23 UTC 2013 - p.drouand@gmail.com
- Initial python3 support