File python3-traitlets.changes of Package python3-traitlets
-------------------------------------------------------------------
Sat Jul 2 22:25:34 UTC 2016 - arun@gmx.de
- update to version 4.2.2:
* Partially revert a change in 4.1 that prevented IPython’s
command-line options from taking priority over config files.
-------------------------------------------------------------------
Sun May 8 07:12:14 UTC 2016 - arun@gmx.de
- specfile:
* updated source url to files.pythonhosted.org
-------------------------------------------------------------------
Tue Mar 15 04:32:29 UTC 2016 - arun@gmx.de
- update to version 4.2.1:
* demote super().__init__ argument warning to deprecation
- changes from version 4.2.0:
* JSONFileConfigLoader can be used as a context manager for updating
configuration.
* If a value in config does not map onto a configurable trait, a
message is displayed that the value will have no effect.
* Unused arguments are passed to super() in HasTraits.__init__,
improving support for multiple inheritance.
* Various bugfixes and improvements in the new API introduced in
4.1.
* Application subclasses may specify raise_config_file_errors = True
to exit on failure to load config files, instead of the default of
logging the failures.
-------------------------------------------------------------------
Sat Jan 16 21:00:20 UTC 2016 - arun@gmx.de
- specfile:
* update copyright year
- update to version 4.1.0:
* Traitlets 4.1 introduces a totally new decorator-based API for
configuring traitlets. Highlights:
+ Decorators are used, rather than magic method names, for
registering trait-related methods. See Using Traitlets and
Migration from Traitlets 4.0 to Traitlets 4.1 for more info.
+ Deprecate Trait(config=True) in favor of
Trait().tag(config=True). In general, metadata is added via tag
instead of the constructor.
* Other changes:
+ Trait attributes initialized with read_only=True can only be set
with the set_trait method. Attempts to directly modify a read-only
trait attribute raises a TraitError.
+ The directional link now takes an optional transform attribute
allowing the modification of the value.
+ Various fixes and improvements to config-file generation (fixed
ordering, Undefined showing up, etc.)
+ Warn on unrecognized traits that aren’t configurable, to avoid
silently ignoring mistyped config.
-------------------------------------------------------------------
Fri Aug 14 07:48:27 UTC 2015 - toddrme2178@gmail.com
- Fix package naming consistency
-------------------------------------------------------------------
Thu Aug 13 13:57:00 UTC 2015 - toddrme2178@gmail.com
- Update dependency names
-------------------------------------------------------------------
Tue Jul 21 13:34:20 UTC 2015 - toddrme2178@gmail.com
- Initial version