Hello community,

here is the log from the commit of package python-experimentator for 
openSUSE:Factory checked in at 2019-04-11 12:17:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-experimentator (Old)
 and      /work/SRC/openSUSE:Factory/.python-experimentator.new.27019 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-experimentator"

Thu Apr 11 12:17:58 2019 rev:2 rq:693010 version:0.3.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-experimentator/python-experimentator.changes  
    2018-05-29 10:28:20.057236873 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-experimentator.new.27019/python-experimentator.changes
   2019-04-11 12:18:02.860958059 +0200
@@ -1,0 +2,6 @@
+Wed Apr 10 20:39:05 UTC 2019 - Matej Cepl <[email protected]>
+
+- Exclude failing tests gh#hsharrison/experimentator#25
+- Run SPEC file through spec-cleaner.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-experimentator.spec ++++++
--- /var/tmp/diff_new_pack.MCkmoi/_old  2019-04-11 12:18:04.056958662 +0200
+++ /var/tmp/diff_new_pack.MCkmoi/_new  2019-04-11 12:18:04.056958662 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-experimentator
 #
-# 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,45 +12,46 @@
 # 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/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without  test
 %define         skip_python2 1
+%bcond_without  test
 Name:           python-experimentator
 Version:        0.3.1
 Release:        0
-License:        MIT
 Summary:        Experiment builder
-Url:            https://github.com/hsharrison/experimentator
+License:        MIT
 Group:          Development/Languages/Python
+URL:            https://github.com/hsharrison/experimentator
 Source:         
https://files.pythonhosted.org/packages/source/e/experimentator/experimentator-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM support_networkX_2.patch -- Support networkX 2.0 -- 
https://github.com/hsharrison/experimentator/issues/24
+# PATCH-FIX-UPSTREAM support_networkX_2.patch -- Support networkX 2.0
+# gh#hsharrison/experimentator#24
 Patch0:         support_networkX_2.patch
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+Requires:       python-PyYAML
+Requires:       python-docopt
+Requires:       python-networkx >= 2
+Requires:       python-numpy
+Requires:       python-pandas
+Requires:       python-schema
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
+BuildArch:      noarch
 %if %{with test}
+BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module docopt}
 BuildRequires:  %{python_module networkx}
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module pandas}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module schema}
 %endif
-Requires:       python-docopt
-Requires:       python-networkx >= 2
-Requires:       python-numpy
-Requires:       python-pandas
-Requires:       python-PyYAML
-Requires:       python-schema
-BuildArch:      noarch
-Requires(post):   update-alternatives
-Requires(postun):  update-alternatives
-
 %python_subpackages
 
 %description
@@ -90,9 +91,8 @@
 
 %if %{with test}
 %check
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
-py.test-%{$python_bin_suffix}
-}
+# gh#hsharrison/experimentator#25
+%pytest --disable-warnings -k 'not test_round_trip'
 %endif
 
 %post
@@ -102,8 +102,8 @@
 %python_uninstall_alternative exp
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE.rst README.rst changes.rst
+%license LICENSE.rst
+%doc README.rst changes.rst
 %python_alternative %{_bindir}/exp
 %{python_sitelib}/*
 


Reply via email to