diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-23 12:54:36 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 12:54:36 +0000 |
| commit | d8d3e13f9cdf958f1bed37d3f11a96b285525233 (patch) | |
| tree | 2c718647020ae8d17875a7370bca548514ceabbb | |
| parent | ddda24fd29d87edfd0ad698621896925e6a78191 (diff) | |
automatic import of python-vegaopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-vega.spec | 9 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 7 insertions, 5 deletions
@@ -1 +1,2 @@ /vega-3.6.0.tar.gz +/vega-4.0.0.tar.gz 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 @@ -1 +1 @@ -d2d48799dac220ef13f73af56a344e51 vega-3.6.0.tar.gz +9d82a7ed66fee33bd3b9b02c89a0907c vega-4.0.0.tar.gz |
