Changelog for
python3-zope.interface-4.1.2-7.2.x86_64.rpm :
Fri Jan 2 13:00:00 2015 arunAATTgmx.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 13:00:00 2014 arunAATTgmx.de
- update to version 4.1.1:
* Added support for Python 3.4.
Sun Feb 16 13:00:00 2014 os-devAATTjacraig.com
- Update to 4.1.0:
* Updated ``boostrap.py`` to version 2.2.
* Added ``AATTnamed(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:00:00 2013 p.drouandAATTgmail.com
- Initial python3 support