14
0

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

Update to 4.4.0

OBS-URL: https://build.opensuse.org/request/show/224278
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.schema?expand=0&rev=8
This commit is contained in:
Denisart Benjamin
2014-03-01 11:20:54 +00:00
committed by Git OBS Bridge
parent 4cf79c6476
commit 667a3f0feb
4 changed files with 23 additions and 5 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Feb 28 20:02:35 UTC 2014 - os-dev@jacraig.com
- Update to 4.4.0:
* Add an event on field properties to notify that a field has been updated.
This event enables definition of subscribers based on an event, a context
and a field. The event contains also the old value and the new value.
(also see package ``zope.schemaevent`` that define a field event handler)
- Changes from 4.3.3:
* PEP 8 cleanup.
* Don't raise RequiredMissing if a field's defaultFactory returns the field's
missing_value.
* Updated ``boostrap.py`` to version 2.2.
* Add the ability to swallow ValueErrors when rendering a SimpleVocabulary,
allowing for cases where vocabulary items may be duplicated (e.g., due to
user input).
* It was a pain that ``ConstraintNotSatisfied`` did not tell the field name.
-------------------------------------------------------------------
Mon Jul 29 12:16:07 UTC 2013 - hpj@urpla.net