summaryrefslogtreecommitdiff
path: root/python-vega.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-23 12:54:36 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-23 12:54:36 +0000
commitd8d3e13f9cdf958f1bed37d3f11a96b285525233 (patch)
tree2c718647020ae8d17875a7370bca548514ceabbb /python-vega.spec
parentddda24fd29d87edfd0ad698621896925e6a78191 (diff)
automatic import of python-vegaopeneuler20.03
Diffstat (limited to 'python-vega.spec')
-rw-r--r--python-vega.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/python-vega.spec b/python-vega.spec
index aaaa709..da10e5f 100644
--- a/python-vega.spec
+++ b/python-vega.spec
@@ -1,15 +1,16 @@
%global _empty_manifest_terminate_build 0
Name: python-vega
-Version: 3.6.0
+Version: 4.0.0
Release: 1
Summary: A Jupyter widget for Vega 5 and Vega-Lite 4
License: BSD 3-clause
URL: https://github.com/vega/ipyvega
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d2/f9/8150e6e712be7c4da501b2733573bb34d45ca43897702488c90e66b9cf4e/vega-3.6.0.tar.gz
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/90/34/8550efd068beefba73d2a8ec73db3c35c0573da943442ac7fdde1ce16dc1/vega-4.0.0.tar.gz
BuildArch: noarch
Requires: python3-jupyter
Requires: python3-pandas
+Requires: python3-ipytablewidgets
%description
IPython/Jupyter notebook module for `Vega <https://github.com/vega/vega/>`_
@@ -39,7 +40,7 @@ Notebooks with embedded visualizations can be viewed on GitHub and nbviewer.
For more information, see https://github.com/vega/ipyvega.
%prep
-%autosetup -n vega-3.6.0
+%autosetup -n vega-4.0.0
%build
%py3_build
@@ -79,5 +80,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 3.6.0-1
+* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 4.0.0-1
- Package Spec generated