commit python-vega for openSUSE:Factory

2020-06-09 Thread root
Hello community,

here is the log from the commit of package python-vega for openSUSE:Factory 
checked in at 2020-06-10 00:49:55

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


Package is "python-vega"

Wed Jun 10 00:49:55 2020 rev:7 rq:812822 version:3.4.0

Changes:

--- /work/SRC/openSUSE:Factory/python-vega/python-vega.changes  2020-03-11 
18:56:51.299715354 +0100
+++ /work/SRC/openSUSE:Factory/.python-vega.new.3606/python-vega.changes
2020-06-10 00:49:57.091185981 +0200
@@ -1,0 +2,7 @@
+Tue Jun  9 08:26:31 UTC 2020 - Tomáš Chvátal 
+
+- Update to 3.4.0:
+  * Add altair endpoints
+  * Internal updates
+
+---

Old:

  vega-3.1.0-py3-none-any.whl

New:

  vega-3.4.0-py3-none-any.whl



Other differences:
--
++ python-vega.spec ++
--- /var/tmp/diff_new_pack.VvDCMH/_old  2020-06-10 00:49:57.827187906 +0200
+++ /var/tmp/diff_new_pack.VvDCMH/_new  2020-06-10 00:49:57.831187917 +0200
@@ -19,11 +19,10 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-vega
-Version:3.1.0
+Version:3.4.0
 Release:0
 Summary:An IPython/Jupyter widget for Vega 3 and Vega-Lite 2
 License:BSD-3-Clause
-Group:  Development/Languages/Python
 URL:https://github.com/vega/ipyvega/
 Source: 
https://files.pythonhosted.org/packages/py3/v/vega/vega-%{version}-py3-none-any.whl
 BuildRequires:  %{python_module base >= 3.8}
@@ -33,15 +32,17 @@
 BuildRequires:  jupyter-notebook-filesystem
 BuildRequires:  python-rpm-macros
 Requires:   jupyter-vega = %{version}
+Requires:   python-altair
 Requires:   python-ipython
 Requires:   python-jupyter-client >= 4.2
 Provides:   python-jupyter_vega = %{version}
 Obsoletes:  python-jupyter_vega < %{version}
 BuildArch:  noarch
 # SECTION test requirements
+BuildRequires:  %{python_module altair}
 BuildRequires:  %{python_module ipython}
 BuildRequires:  %{python_module numpy}
-BuildRequires:  %{python_module pandas}
+BuildRequires:  %{python_module pandas >= 1.0.0}
 BuildRequires:  %{python_module pytest}
 # /SECTION
 %python_subpackages
@@ -55,7 +56,6 @@
 
 %package -n jupyter-vega
 Summary:An IPython/Jupyter widget for Vega 3 and Vega-Lite 2
-Group:  Development/Languages/Python
 Requires:   jupyter-notebook
 Requires:   python3-vega = %{version}
 Conflicts:  python3-jupyter_vega < 2.1.0
@@ -77,12 +77,13 @@
 cp -a %{SOURCE0} .
 %pyproject_install
 
+# Don't package files with generic names
+rm %{buildroot}%{_bindir}/test
+
 # %%jupyter_move_config
 cp %{buildroot}%{python3_sitelib}/vega-%{version}.dist-info/LICENSE .
-%{fdupes %{buildroot}%{_jupyter_prefix} %{buildroot}%{python3_sitelib}}
-
-# Don't package files with generic names
-rm -rf %{buildroot}%{_bindir}/test
+%fdupes %{buildroot}%{_jupyter_prefix}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 export PYTHONDONTWRITEBYTECODE=1




commit python-vega for openSUSE:Factory

2020-03-11 Thread root
Hello community,

here is the log from the commit of package python-vega for openSUSE:Factory 
checked in at 2020-03-11 18:55:55

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


Package is "python-vega"

Wed Mar 11 18:55:55 2020 rev:6 rq:783938 version:3.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-vega/python-vega.changes  2019-11-24 
00:25:31.667197776 +0100
+++ /work/SRC/openSUSE:Factory/.python-vega.new.3160/python-vega.changes
2020-03-11 18:56:51.299715354 +0100
@@ -1,0 +2,71 @@
+Wed Mar 11 15:31:12 UTC 2020 - Todd R 
+
+- Fix download URL.
+
+---
+Wed Mar 11 13:56:16 UTC 2020 - Todd R 
+
+- Update to 3.1.0
+  * Upgrade pandas dependency
+  * Bump vega-lite from 4.0.2 to 4.1.1
+  * Bump @types/webpack-env from 1.15.0 to 1.15.1
+  * Bump webpack from 4.41.5 to 4.41.6
+  * Bump vega-lite from 4.1.1 to 4.3.1 
+  * Bump webpack-cli from 3.3.10 to 3.3.11
+  * Bump vega-lite from 4.3.1 to 4.4.0
+  * Bump typescript from 3.7.5 to 3.8.2
+
+---
+Mon Feb 10 16:01:37 UTC 2020 - Todd R 
+
+- Update to 3.0.2
+  * Cleaner setup
+- Update to 3.0.1
+  * remove setup.py
+  * Cleanup testing
+  * Update to Vega-Lite 4. Use Poetry.
+- Update to 3.0.0
+  * Upgrade to Vega-Lite 4
+  * Bump vega-embed from 6.2.1 to 6.2.2
+  * Bump vega from 5.9.0 to 5.9.1 
+  * Bump typescript from 3.7.4 to 3.7.5
+  * Bump @types/webpack-env from 1.14.1 to 1.15.0 
+  * Bump webpack from 4.41.4 to 4.41.5 
+  * Bump webpack from 4.41.2 to 4.41.4 
+  * Bump typescript from 3.7.3 to 3.7.4
+  * Bump vega from 5.8.1 to 5.9.0 
+  * Bump typescript from 3.7.2 to 3.7.3
+  * Bump vega-embed from 6.2.0 to 6.2.1
+  * Use embed's finalize
+  * Bump vega-embed from 6.0.0 to 6.1.0 
+  * Bump vega from 5.8.0 to 5.8.1
+  * Bump vega from 5.7.3 to 5.8.0 
+  * Upgrade deps
+  * Bump @jupyter-widgets/base from 2.0.1 to 2.0.2
+  * Bump typescript from 3.6.4 to 3.7.2
+  * Bump ts-loader from 6.2.0 to 6.2.1 
+  * Bump vega-embed from 5.1.3 to 6.0.0 
+  * Bump webpack from 4.41.1 to 4.41.2
+  * Bump vega from 5.7.2 to 5.7.3
+  * Bump webpack from 4.41.0 to 4.41.1 
+  * Bump typescript from 3.6.3 to 3.6.4
+  * Bump @types/webpack-env from 1.14.0 to 1.14.1
+  * Bump vega from 5.7.0 to 5.7.2
+  * Bump vega from 5.6.0 to 5.7.0 
+  * Bump webpack from 4.40.2 to 4.41.0 
+  * Bump ts-loader from 6.1.2 to 6.2.0
+  * Bump ts-loader from 6.1.0 to 6.1.2 
+  * Bump vega-embed from 5.1.2 to 5.1.3
+  * Bump webpack-cli from 3.3.8 to 3.3.9
+  * Bump webpack from 4.39.3 to 4.40.2 
+  * Bump ts-loader from 6.0.4 to 6.1.0
+  * Bump typescript from 3.6.2 to 3.6.3
+  * Bump vega from 5.5.3 to 5.6.0
+  * Bump webpack-cli from 3.3.7 to 3.3.8 
+  * Bump vega-embed from 4.2.4 to 5.1.2 
+  * Bump webpack from 4.39.2 to 4.39.3
+  * Bump typescript from 3.5.3 to 3.6.2
+  * Bump vega from 5.4.0 to 5.5.3
+
+
+---

Old:

  vega-2.6.0.tar.gz

New:

  vega-3.1.0-py3-none-any.whl



Other differences:
--
++ python-vega.spec ++
--- /var/tmp/diff_new_pack.0AluKH/_old  2020-03-11 18:56:51.775715567 +0100
+++ /var/tmp/diff_new_pack.0AluKH/_new  2020-03-11 18:56:51.779715569 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-vega
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,15 +19,16 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-vega
-Version:2.6.0
+Version:3.1.0
 Release:0
 Summary:An IPython/Jupyter widget for Vega 3 and Vega-Lite 2
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-URL:http://github.com/vega/ipyvega/
-Source: 
https://files.pythonhosted.org/packages/source/v/vega/vega-%{version}.tar.gz
+URL:https://github.com/vega/ipyvega/
+Source: 
https://files.pythonhosted.org/packages/py3/v/vega/vega-%{version}-py3-none-any.whl
+BuildRequires:  %{python_module base >= 3.8}
 BuildRequires:  %{python_module jupyter-client >= 4.2}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module pip}
 BuildRequires:  fdupes
 BuildRequires:  jupyter-notebook-filesystem
 BuildRequires:  python-rpm-macros
@@ -54,6 +55,7 @@
 
 %package -n jupyter-vega
 Summary:An IPython/Jupyter widget for Vega 3 and Vega-Lite 2
+Group:  Development/Languages/Python