Changelog for
python3-zope.schema-4.4.2-8.4.noarch.rpm :
Thu Nov 3 13:00:00 2016 toddrme2178AATTgmail.com
- Depend on python3-zope.root to avoid import errors.
- Move tests to doc subpackage to speed up builds.
Thu Jun 9 14:00:00 2016 toddrme2178AATTgmail.com
- Split documentation into subpackage to speed up build.
Sun May 8 14:00:00 2016 arunAATTgmx.de
- specfile:
* changed to https for source url
* updated source url to files.pythonhosted.org
Thu Dec 11 13:00:00 2014 arunAATTgmx.de
- specfile:
* update copyright year
* changed from zip to pypi tar.gz file
- update to version 4.4.2:
* Fix description of min max field: max value is included, not excluded.
- change from version 4.4.1:
* Added support for Python 3.4.
- changes from version 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 version 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.
Wed Nov 13 13:00:00 2013 p.drouandAATTgmail.com
- Initial python3 support
Mon Jul 29 14:00:00 2013 hpjAATTurpla.net
- generate separate -doc package
Wed Mar 20 13:00:00 2013 speilickeAATTsuse.com
- Add (Build)Requires python-ordereddict for SLE_11 only
Fri Mar 15 13:00:00 2013 speilickeAATTsuse.com
- Initial version