Hello community,

here is the log from the commit of package python-traittypes for 
openSUSE:Factory checked in at 2019-02-24 17:16:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-traittypes (Old)
 and      /work/SRC/openSUSE:Factory/.python-traittypes.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-traittypes"

Sun Feb 24 17:16:56 2019 rev:3 rq:677762 version:0.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-traittypes/python-traittypes.changes      
2018-08-10 09:48:42.702166892 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-traittypes.new.28833/python-traittypes.changes
   2019-02-24 17:17:14.424430886 +0100
@@ -1,0 +2,6 @@
+Wed Feb 20 15:42:16 CET 2019 - Matej Cepl <mc...@suse.com>
+
+- Exclude test_bad_values test while it is failing
+  (gh#jupyter-widgets/traittypes#31)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-traittypes.spec ++++++
--- /var/tmp/diff_new_pack.jqe0yR/_old  2019-02-24 17:17:16.456430524 +0100
+++ /var/tmp/diff_new_pack.jqe0yR/_new  2019-02-24 17:17:16.460430523 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-traittypes
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,12 +23,14 @@
 Summary:        Scipy trait types
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            https://github.com/jupyter-widgets/traittypes
+URL:            https://github.com/jupyter-widgets/traittypes
 Source:         
https://files.pythonhosted.org/packages/source/t/traittypes/traittypes-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-traitlets >= 4.2.2
+BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module numpy}
@@ -37,9 +39,6 @@
 BuildRequires:  %{python_module traitlets >= 4.2.2}
 BuildRequires:  %{python_module xarray}
 # /SECTION
-Requires:       python-traitlets >= 4.2.2
-BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -56,7 +55,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand nosetests-%{$python_bin_suffix} traittypes
+# gh#jupyter-widgets/traittypes#31
+%python_expand nosetests-%{$python_bin_suffix} -v -e 'test_bad_values' 
traittypes
 
 %files %{python_files}
 %doc README.md


Reply via email to