Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-vega for openSUSE:Factory checked in at 2023-09-25 20:02:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-vega (Old) and /work/SRC/openSUSE:Factory/.python-vega.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-vega" Mon Sep 25 20:02:08 2023 rev:13 rq:1113173 version:4.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-vega/python-vega.changes 2023-05-31 21:55:05.341215185 +0200 +++ /work/SRC/openSUSE:Factory/.python-vega.new.1770/python-vega.changes 2023-09-25 20:03:20.554462010 +0200 @@ -1,0 +2,8 @@ +Sat Sep 23 08:50:58 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Disable altair entrypoint tests: altair 5 removed the vega + wrappers + * gh#altair-viz/altair#2829 + * gh#vega/ipyvega#509 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-vega.spec ++++++ --- /var/tmp/diff_new_pack.KG1WeN/_old 2023-09-25 20:03:21.646501381 +0200 +++ /var/tmp/diff_new_pack.KG1WeN/_new 2023-09-25 20:03:21.650501526 +0200 @@ -43,7 +43,6 @@ Obsoletes: jupyter-vega < %{version}-%{release} %endif # SECTION test requirements -BuildRequires: %{python_module altair >= 4.0.1} BuildRequires: %{python_module ipytablewidgets >= 0.3.0} BuildRequires: %{python_module ipywidgets} BuildRequires: %{python_module jupyterlab} @@ -71,7 +70,9 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# altair 5 not compatible with vega +ignoretests="--ignore vega/tests/test_entrypoint.py" +%pytest $ignoretests %files %{python_files} %license LICENSE