Skip to content

Commit

Permalink
Update python-vega to version 4.0.0 / rev 13 via SR 1113173
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1113173
by user bnavigator + anag+factory
- Disable altair entrypoint tests: altair 5 removed the vega
  wrappers
  * gh#vega/altair#2829
  * gh#vega/ipyvega#509
  • Loading branch information
bnavigator authored and bmwiedemann committed Sep 25, 2023
1 parent 16ae99b commit d5a7af4
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
Binary file modified packages/p/python-vega/.files
Binary file not shown.
11 changes: 11 additions & 0 deletions packages/p/python-vega/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,15 @@
</comment>
<requestid>1089991</requestid>
</revision>
<revision rev="13" vrev="3">
<srcmd5>ff52d755c1baf795ef91d42f19a5cf46</srcmd5>
<version>4.0.0</version>
<time>1695664928</time>
<user>anag+factory</user>
<comment>- Disable altair entrypoint tests: altair 5 removed the vega
wrappers
* gh#altair-viz/altair#2829
* gh#vega/ipyvega#509</comment>
<requestid>1113173</requestid>
</revision>
</revisionlist>
8 changes: 8 additions & 0 deletions packages/p/python-vega/python-vega.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Sep 23 08:50:58 UTC 2023 - Ben Greiner <code@bnavigator.de>

- Disable altair entrypoint tests: altair 5 removed the vega
wrappers
* gh#altair-viz/altair#2829
* gh#vega/ipyvega#509

-------------------------------------------------------------------
Wed May 31 10:14:18 UTC 2023 - Ben Greiner <code@bnavigator.de>

Expand Down
5 changes: 3 additions & 2 deletions packages/p/python-vega/python-vega.spec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Provides: jupyter-vega = %{version}-%{release}
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}
Expand Down Expand Up @@ -71,7 +70,9 @@ sed -i s/poetry.masonry/poetry.core.masonry/ pyproject.toml
%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
Expand Down

0 comments on commit d5a7af4

Please sign in to comment.