commit jupyter-jupyterlab-widgets for openSUSE:Factory

2019-05-28 Thread root
Hello community,

here is the log from the commit of package jupyter-jupyterlab-widgets for 
openSUSE:Factory checked in at 2019-05-28 09:43:49

Comparing /work/SRC/openSUSE:Factory/jupyter-jupyterlab-widgets (Old)
 and  /work/SRC/openSUSE:Factory/.jupyter-jupyterlab-widgets.new.5148 (New)


Package is "jupyter-jupyterlab-widgets"

Tue May 28 09:43:49 2019 rev:2 rq:705712 version:0.6.15

Changes:

--- 
/work/SRC/openSUSE:Factory/jupyter-jupyterlab-widgets/jupyter-jupyterlab-widgets.changes
2019-05-22 11:06:23.490589831 +0200
+++ 
/work/SRC/openSUSE:Factory/.jupyter-jupyterlab-widgets.new.5148/jupyter-jupyterlab-widgets.changes
  2019-05-28 09:43:49.969832495 +0200
@@ -1,0 +2,5 @@
+Mon May 27 21:31:58 UTC 2019 - Todd R 
+
+- Fix jupyter lab extensions directory
+
+---



Other differences:
--
++ jupyter-jupyterlab-widgets.spec ++
--- /var/tmp/diff_new_pack.dQxwvf/_old  2019-05-28 09:43:50.629832266 +0200
+++ /var/tmp/diff_new_pack.dQxwvf/_new  2019-05-28 09:43:50.633832265 +0200
@@ -59,11 +59,13 @@
 %install
 pip%{python3_bin_suffix} install --root=%{buildroot} %{SOURCE0}
 
+mkdir -p %{buildroot}%{_jupyter_lab_dir}
+mv %{buildroot}%{_jupyter_prefix}/labextensions 
%{buildroot}%{_jupyter_labextensions_dir}
 %{fdupes %{buildroot}%{_jupyter_prefix} %{buildroot}%{python3_sitelib}}
 
 %files
 %license COPYING.md LICENSE
-%{_jupyter_prefix}/labextensions/jupyterlab_widgets/
+%{_jupyter_labextensions_dir}/jupyterlab_widgets/
 %{python3_sitelib}/jupyterlab_widgets-%{version}.dist-info
 %{python3_sitelib}/jupyterlab_widgets/
 





commit jupyter-jupyterlab-widgets for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package jupyter-jupyterlab-widgets for 
openSUSE:Factory checked in at 2019-05-22 11:06:19

Comparing /work/SRC/openSUSE:Factory/jupyter-jupyterlab-widgets (Old)
 and  /work/SRC/openSUSE:Factory/.jupyter-jupyterlab-widgets.new.5148 (New)


Package is "jupyter-jupyterlab-widgets"

Wed May 22 11:06:19 2019 rev:1 rq:698349 version:0.6.15

Changes:

New Changes file:

--- /dev/null   2019-05-02 15:18:01.516169518 +0200
+++ 
/work/SRC/openSUSE:Factory/.jupyter-jupyterlab-widgets.new.5148/jupyter-jupyterlab-widgets.changes
  2019-05-22 11:06:23.490589831 +0200
@@ -0,0 +1,24 @@
+---
+Thu Apr 25 01:59:57 UTC 2019 - Todd R 
+
+- Rename to to match jupyter package naming guidelines.
+
+---
+Thu Sep 20 18:51:43 UTC 2018 - Todd R 
+
+- Disable python2 build since jupyterlab no longer supports python2
+
+---
+Thu May  3 14:07:08 UTC 2018 - toddrme2...@gmail.com
+
+- Use %license tag
+
+---
+Tue Mar 13 12:33:49 UTC 2018 - toddrme2...@gmail.com
+
+- Switch to simpler and more reliable wheel
+
+---
+Thu Nov 16 17:51:03 UTC 2017 - toddrme2...@gmail.com
+
+- Initial version

New:

  COPYING.md
  LICENSE
  jupyter-jupyterlab-widgets.changes
  jupyter-jupyterlab-widgets.spec
  jupyterlab_widgets-0.6.15-py2.py3-none-any.whl



Other differences:
--
++ jupyter-jupyterlab-widgets.spec ++
#
# spec file for package jupyter-jupyterlab-widgets
#
# 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
# 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 https://bugs.opensuse.org/
#


# Corresponding ipywidgets version, for the license
%define  ipyver 7.2.1
Name:   jupyter-jupyterlab-widgets
Version:0.6.15
Release:0
Summary:JupyterLab extension providing HTML widgets
License:BSD-3-Clause
Group:  Development/Languages/Python
URL:https://github.com/ipython/ipywidgets
Source: 
https://files.pythonhosted.org/packages/py2.py3/j/jupyterlab_widgets/jupyterlab_widgets-%{version}-py2.py3-none-any.whl
# This package is created from inside the ipywidgets github project at the same 
time, so use its license.
Source10:   
https://raw.githubusercontent.com/jupyter-widgets/ipywidgets/%{ipyver}/COPYING.md
Source11:   
https://raw.githubusercontent.com/jupyter-widgets/ipywidgets/%{ipyver}/LICENSE
BuildRequires:  fdupes
BuildRequires:  jupyter-jupyterlab >= 0.8.0
BuildRequires:  jupyter-widgetsnbextension
BuildRequires:  python-rpm-macros
BuildRequires:  python3-certifi
BuildRequires:  python3-pip
Requires:   jupyter-jupyterlab >= 0.8.0
Requires:   jupyter-widgetsnbextension
Requires:   python3-certifi
Provides:   python3-jupyter_jupyterlab_widgets = %{version}
Obsoletes:  python3-jupyter_jupyterlab_widgets <= %{version}
Provides:   python3-jupyterlab-widgets = %{version}
BuildArch:  noarch

%description
Interactive HTML widgets for JupyterLab notebooks. Since JupyterLab is in its
pre-release stage, this package integrating widgets into JupyterLab should also
be considered experimental.

%prep
%setup -q -c -T
cp %{SOURCE10} .
cp %{SOURCE11} .

%build
# not needed

%install
pip%{python3_bin_suffix} install --root=%{buildroot} %{SOURCE0}

%{fdupes %{buildroot}%{_jupyter_prefix} %{buildroot}%{python3_sitelib}}

%files
%license COPYING.md LICENSE
%{_jupyter_prefix}/labextensions/jupyterlab_widgets/
%{python3_sitelib}/jupyterlab_widgets-%{version}.dist-info
%{python3_sitelib}/jupyterlab_widgets/

%changelog
++ COPYING.md ++
# Licensing terms

This project is licensed under the terms of the Modified BSD License
(also known as New or Revised or 3-Clause BSD), as follows:

- Copyright (c) 2016, Jupyter Development Team

All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met: