Hello community,

here is the log from the commit of package python3-traitlets for 
openSUSE:Factory checked in at 2016-09-26 12:36:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      
2016-07-14 09:43:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-traitlets.new/python3-traitlets.changes 
2016-09-26 12:36:55.000000000 +0200
@@ -1,0 +2,22 @@
+Sat Sep 10 14:08:47 UTC 2016 - [email protected]
+
+- specfile:
+  * moved from nose to pytest
+  * added six as a requirement as noted in setup.py
+
+- update to version 4.3.0:
+  * Improve the generated config file output.
+  * Allow TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR env to
+    override Application.raise_config_file_errors, so that config file
+    errors can result in exiting immediately.
+  * Avoid using root logger. If no application logger is registered,
+    the 'traitlets' logger will be used instead of the root logger.
+  * Change/Validation arguments are now Bunch objects, allowing
+    attribute-access, in addition to dictionary access.
+  * Reduce number of common deprecation messages in certain cases.
+  * Ensure command-line options always have higher priority than
+    config files.
+  * Add bounds on numeric traits.
+  * Improves various error messages.
+
+-------------------------------------------------------------------

Old:
----
  traitlets-4.2.2.tar.gz

New:
----
  traitlets-4.3.0.tar.gz

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

Other differences:
------------------
++++++ python3-traitlets.spec ++++++
--- /var/tmp/diff_new_pack.0eZZv1/_old  2016-09-26 12:36:56.000000000 +0200
+++ /var/tmp/diff_new_pack.0eZZv1/_new  2016-09-26 12:36:56.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-traitlets
-Version:        4.2.2
+Version:        4.3.0
 Release:        0
 Summary:        Traitlets Python config system
 License:        BSD-3-Clause
@@ -27,10 +27,12 @@
 BuildRequires:  python3-decorator
 BuildRequires:  python3-devel
 BuildRequires:  python3-ipython_genutils
-BuildRequires:  python3-nose
+BuildRequires:  python3-pytest
 BuildRequires:  python3-setuptools
+BuildRequires:  python3-six
 Requires:       python3-decorator
 Requires:       python3-ipython_genutils
+Requires:       python3-six
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -47,7 +49,7 @@
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-nosetests
+py.test
 
 %files
 %defattr(-,root,root,-)

++++++ traitlets-4.2.2.tar.gz -> traitlets-4.3.0.tar.gz ++++++
++++ 4327 lines of diff (skipped)


Reply via email to