14
0

Accepting request 222820 from home:poorboywilly:branches:devel:languages:python

Update to 4.2.0

OBS-URL: https://build.opensuse.org/request/show/222820
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.component?expand=0&rev=5
This commit is contained in:
2014-02-19 09:15:37 +00:00
committed by Git OBS Bridge
parent 94bf24335e
commit ea1e2aeefd
4 changed files with 22 additions and 10 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
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