commit python-bqplot for openSUSE:Factory

2019-07-30 Thread root
Hello community,

here is the log from the commit of package python-bqplot for openSUSE:Factory 
checked in at 2019-07-30 12:38:33

Comparing /work/SRC/openSUSE:Factory/python-bqplot (Old)
 and  /work/SRC/openSUSE:Factory/.python-bqplot.new.4126 (New)


Package is "python-bqplot"

Tue Jul 30 12:38:33 2019 rev:2 rq:719674 version:0.11.6

Changes:

--- /work/SRC/openSUSE:Factory/python-bqplot/python-bqplot.changes  
2019-05-22 11:12:03.922584801 +0200
+++ /work/SRC/openSUSE:Factory/.python-bqplot.new.4126/python-bqplot.changes
2019-07-30 12:38:34.174940739 +0200
@@ -1,0 +2,14 @@
+Sat Jul 27 03:09:40 UTC 2019 - Todd R 
+
+- Update to version 0.11.6
+  * Update for JupyterLab 1.0
+  * added cells for updating display_format and font_style
+  * adding labels to cells natively
+  * cleaned up code which makes selections
+  * cleanup and added an example with 'freeze_tooltip_location'
+  * added option to freeze/unfreeze tooltip location
+  * changed selected_stroke to orangered
+  * fixed paths to data files
+  * centering the labels
+
+---

Old:

  bqplot-0.11.5-py2.py3-none-any.whl

New:

  bqplot-0.11.6.tar.gz



Other differences:
--
++ python-bqplot.spec ++
--- /var/tmp/diff_new_pack.xtBzMS/_old  2019-07-30 12:38:35.006940634 +0200
+++ /var/tmp/diff_new_pack.xtBzMS/_new  2019-07-30 12:38:35.010940634 +0200
@@ -18,15 +18,15 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-bqplot
-Version:0.11.5
+Version:0.11.6
 Release:0
 Summary:Interactive plotting package for the Jupyter notebook
 License:Apache-2.0
 Group:  Development/Languages/Python
 URL:https://github.com/bloomberg/bqplot
-Source: 
https://files.pythonhosted.org/packages/py2.py3/b/bqplot/bqplot-%{version}-py2.py3-none-any.whl
+Source: 
https://files.pythonhosted.org/packages/source/b/bqplot/bqplot-%{version}.tar.gz
 BuildRequires:  %{python_module notebook}
-BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   jupyter-bqplot = %{version}
@@ -65,13 +65,16 @@
 This package provides the jupyter notebook extension.
 
 %prep
-%setup -q -c -T
+%setup -q -n bqplot-%{version}
 
 %build
-# Not Needed
+%python_build
 
 %install
-%python_expand pip%{$python_bin_suffix} install --root=%{buildroot} %{SOURCE0}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%fdupes %{buildroot}%{_jupyter_nb_notebook_confdir}
+%fdupes %{buildroot}%{_jupyter_nbextension_dir}
 
 %{python_expand sed -i -e "s|^#!%{_bindir}/env python|#!%{__$python}|" 
%{buildroot}%{$python_sitelib}/bqplot/install.py
 chmod a+x %{buildroot}%{$python_sitelib}/bqplot/install.py
@@ -81,8 +84,6 @@
 }
 
 %{jupyter_move_config}
-cp %{buildroot}%{python3_sitelib}/bqplot-%{version}.dist-info/LICENSE .
-%{fdupes %{buildroot}%{_jupyter_prefix} %{buildroot}%{python3_sitelib}}
 
 
 %check
@@ -91,9 +92,10 @@
 }
 
 %files %{python_files}
-%license %{python_sitelib}/bqplot-%{version}.dist-info/LICENSE
+%doc README.md
+%license LICENSE
 %{python_sitelib}/bqplot/
-%{python_sitelib}/bqplot-%{version}.dist-info/
+%{python_sitelib}/bqplot-%{version}-py*.egg-info
 
 %files -n jupyter-bqplot
 %license LICENSE




commit python-bqplot for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package python-bqplot for openSUSE:Factory 
checked in at 2019-05-22 11:12:03

Comparing /work/SRC/openSUSE:Factory/python-bqplot (Old)
 and  /work/SRC/openSUSE:Factory/.python-bqplot.new.5148 (New)


Package is "python-bqplot"

Wed May 22 11:12:03 2019 rev:1 rq:702898 version:0.11.5

Changes:

New Changes file:

--- /dev/null   2019-05-02 15:18:01.516169518 +0200
+++ /work/SRC/openSUSE:Factory/.python-bqplot.new.5148/python-bqplot.changes
2019-05-22 11:12:03.922584801 +0200
@@ -0,0 +1,63 @@
+---
+Tue May 14 16:35:14 UTC 2019 - Todd R 
+
+- Fix dependencies
+
+---
+Thu Apr 25 01:59:57 UTC 2019 - Todd R 
+
+- Update to version 0.11.5
+  * silence brush events on selected_changed
+- Update to version 0.11.4
+  * Scatter label color now follow theme
+  * Fixup color axis domain
+  * Fixup election example notebook
+- Update to version 0.11.3
+  * Fixup interaction layer wrt typed fields
+  * Set # of axis ticks for DateScale by width
+  * fixed an issue where 'selected' wasn't getting updated on empty brush
+  * Revise outlier selection method
+  * Fix d3 selections
+  * not setting default labels in lieu of empty labels
+  * increased pie label font size to 12px
+  * Make fill_opcities work with fill=inside
+- Rename to to match python package naming guidelines.
+- Split jupyter components into own subpackage.
+
+---
+Sat Dec 22 07:01:21 UTC 2018 - Todd R 
+
+- Update to version 0.11.2
+  * Merge pull request #742 from ChakriCherukuri/pyplot_fix
+  * fixed an issue with marker strings (default_colors renamed to colors)
+  * use trait instead of setter
+  * fix: empty brush updates brush.selected
+  * Don't squeeze array because of single stacked bar
+  * apply selected styles on redraw
+  * Listen to colorscale changes in GridHeatMap
+  * Adding extrapolation option for ColorScale
+  * Do light/dark styling with JupyterLab theming system.
+  * add auto_detect_outliers property to front-end model 
+
+---
+Fri Sep 28 04:06:40 UTC 2018 - Todd R 
+
+- Update to version 0.11.1
+  * Fixup notebook links
+  * Fixup marker update in Scatter plot
+  * package-lock update
+
+---
+Wed Apr 25 20:11:40 UTC 2018 - toddrme2...@gmail.com
+
+- Don't need to manually enable extension.
+
+---
+Sun Apr 22 03:46:31 UTC 2018 - toddrme2...@gmail.com
+
+- Double-check target directory.
+
+---
+Fri Apr 20 20:19:32 UTC 2018 - toddrme2...@gmail.com
+
+- Initial version

New:

  bqplot-0.11.5-py2.py3-none-any.whl
  python-bqplot.changes
  python-bqplot.spec



Other differences:
--
++ python-bqplot.spec ++
#
# spec file for package python-bqplot
#
# 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/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:   python-bqplot
Version:0.11.5
Release:0
Summary:Interactive plotting package for the Jupyter notebook
License:Apache-2.0
Group:  Development/Languages/Python
URL:https://github.com/bloomberg/bqplot
Source: 
https://files.pythonhosted.org/packages/py2.py3/b/bqplot/bqplot-%{version}-py2.py3-none-any.whl
BuildRequires:  %{python_module notebook}
BuildRequires:  %{python_module pip}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
Requires:   jupyter-bqplot = %{version}
Requires:   python-ipywidgets >= 7.0.0a8
Requires:   python-numpy >= 1.10.4
Requires:   python-pandas
Requires:   python-traitlets >= 4.3.0
Requires:   python-traittypes >= 0.0.6
Provides:   python-jupyter_bqplot = %{version}
Obsoletes:  python-jupyter_bqplot < %{version}
BuildArch:  noarch
# SECTION test requirements