diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-widgetsnbextension.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /widgetsnbextension-4.0.5.tar.gz +/widgetsnbextension-4.0.7.tar.gz diff --git a/python-widgetsnbextension.spec b/python-widgetsnbextension.spec index 47bc45a..2eeaa1d 100644 --- a/python-widgetsnbextension.spec +++ b/python-widgetsnbextension.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-widgetsnbextension -Version: 4.0.5 +Version: 4.0.7 Release: 1 Summary: Jupyter interactive widgets for Jupyter Notebook License: BSD 3-Clause License URL: http://jupyter.org -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/46/d0/ef509e5b74d96821b4ec170b7785449e25a89ef0e781e80562e515f84678/widgetsnbextension-4.0.5.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5b/19/df018c3ab363969cffb9ee38cbff0187634137335de0e083cad8c94bb130/widgetsnbextension-4.0.7.tar.gz BuildArch: noarch @@ -49,7 +49,7 @@ Install the corresponding Jupyter widgets package into your kernel, i.e., IPytho %prep -%autosetup -n widgetsnbextension-4.0.5 +%autosetup -n widgetsnbextension-4.0.7 %build %py3_build @@ -89,5 +89,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 4.0.5-1 +* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 4.0.7-1 - Package Spec generated @@ -1 +1 @@ -065f2285b686dcb357494ac24766a7ad widgetsnbextension-4.0.5.tar.gz +642a031fe8314449b232a2756a4231c4 widgetsnbextension-4.0.7.tar.gz |