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 <[email protected]> + +- 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
