Hello community,

here is the log from the commit of package python3-traitlets for 
openSUSE:Factory checked in at 2016-01-20 09:54:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-traitlets (Old)
 and      /work/SRC/openSUSE:Factory/.python3-traitlets.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-traitlets"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-traitlets/python3-traitlets.changes      
2015-09-30 05:49:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-traitlets.new/python3-traitlets.changes 
2016-01-20 09:55:10.000000000 +0100
@@ -1,0 +2,26 @@
+Sat Jan 16 21:00:20 UTC 2016 - a...@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.
+
+-------------------------------------------------------------------

Old:
----
  traitlets-4.0.0.tar.gz

New:
----
  traitlets-4.1.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-traitlets.spec ++++++
--- /var/tmp/diff_new_pack.bq07Tv/_old  2016-01-20 09:55:11.000000000 +0100
+++ /var/tmp/diff_new_pack.bq07Tv/_new  2016-01-20 09:55:11.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-traitlets
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python3-traitlets
-Version:        4.0.0
+Version:        4.1.0
 Release:        0
 Summary:        Traitlets Python config system
 License:        BSD-3-Clause

++++++ traitlets-4.0.0.tar.gz -> traitlets-4.1.0.tar.gz ++++++
++++ 3979 lines of diff (skipped)


Reply via email to