Hello community,

here is the log from the commit of package python-jupyter_ipywidgets for 
openSUSE:Factory checked in at 2015-09-30 05:50:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyter_ipywidgets (Old)
 and      /work/SRC/openSUSE:Factory/.python-jupyter_ipywidgets.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jupyter_ipywidgets"

Changes:
--------
New Changes file:

--- /dev/null   2015-09-24 09:51:01.260026505 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_ipywidgets.new/python-jupyter_ipywidgets.changes
 2015-09-30 05:50:36.000000000 +0200
@@ -0,0 +1,10 @@
+-------------------------------------------------------------------
+Wed Sep 16 09:41:12 UTC 2015 - toddrme2...@gmail.com
+
+- Fix npm dependency on openSUSE:Factory
+
+-------------------------------------------------------------------
+Thu Aug 13 11:52:09 UTC 2015 - toddrme2...@gmail.com
+
+- Initial version
+

New:
----
  ipywidgets-4.0.2.tar.gz
  python-jupyter_ipywidgets.changes
  python-jupyter_ipywidgets.spec

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

Other differences:
------------------
++++++ python-jupyter_ipywidgets.spec ++++++
#
# spec file for package python-jupyter_ipywidgets
#
# Copyright (c) 2015 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


Name:           python-jupyter_ipywidgets
Version:        4.0.2
Release:        0
Summary:        IPython HTML widgets for Jupyter
License:        BSD-3-Clause
Group:          Development/Languages/Python
Url:            http://ipython.org
Source:         
https://pypi.python.org/packages/source/i/ipywidgets/ipywidgets-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-jupyter_ipykernel
BuildRequires:  python-jupyter_ipython >= 4
BuildRequires:  python-jupyter_notebook
BuildRequires:  python-setuptools
BuildRequires:  python-setuptools
BuildRequires:  python-traitlets
# Test requirements
BuildRequires:  python-nose
# Python 2-only test requirements
BuildRequires:  python-mock
Requires:       python-jupyter_ipykernel
Requires:       python-jupyter_ipython >= 4
Requires:       python-jupyter_notebook
Requires:       python-traitlets
%if 0%{?suse_version} > 1320
BuildRequires:  nodejs-npm
Requires:       nodejs-npm
%else
BuildRequires:  npm
Requires:       npm
%endif
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch:      noarch
%endif

%description
Interactive HTML widgets for Jupyter notebooks and the IPython kernel.

%prep
%setup -q -n ipywidgets-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

# This is meant to be used as a stand-alone script, so set permissions
chmod a+x %{buildroot}%{python_sitelib}/ipywidgets/install.py

%check
nosetests

%files
%defattr(-,root,root,-)
%doc COPYING.md README.md
%doc examples/
%{python_sitelib}/*

%changelog

Reply via email to