File python3-zope.interface.changes of Package python3-zope.interface
-------------------------------------------------------------------
Fri Jan 2 18:57:56 UTC 2015 - arun@gmx.de
- specfile: update copyright year
- update to version 4.1.2:
* Add support for PyPy3.
* Remove unittest assertions deprecated in Python3.x.
* Add zope.interface.document.asReStructuredText, which formats the
generated text for an interface using ReST double-backtick markers.
-------------------------------------------------------------------
Thu Dec 11 20:59:23 UTC 2014 - arun@gmx.de
- update to version 4.1.1:
* Added support for Python 3.4.
-------------------------------------------------------------------
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