python-zope.component/python-zope.component.changes

28 lines
1.0 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Wed Feb 19 04:08:29 UTC 2014 - os-dev@jacraig.com
- Update to 4.2.0:
* Updated ``boostrap.py`` to version 2.2.
* Reset the cached ``adapter_hooks`` at ``zope.testing.cleanup.cleanUp``
time (LP1100501).
* Implemented ability to specify adapter and utility names in Python. Use
the ``@zope.component.named(name)`` decorator to specify the name.
- Update python-zope.interface requirement version (see setup.py).
-------------------------------------------------------------------
Tue Dec 10 13:13:28 UTC 2013 - p.drouand@gmail.com
- Use download Url as source
- Add unzip requirement to support tarball format
-------------------------------------------------------------------
Wed Jul 31 08:57:22 UTC 2013 - hpj@urpla.net
- disable testing due to circular dependency with python-zope.security
-------------------------------------------------------------------
Mon Jul 29 21:43:49 UTC 2013 - hpj@urpla.net
- version 4.1.0: initial build