diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-notebook.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /notebook-6.5.3.tar.gz +/notebook-6.5.4.tar.gz diff --git a/python-notebook.spec b/python-notebook.spec index 34f03a3..7ec5304 100644 --- a/python-notebook.spec +++ b/python-notebook.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-notebook -Version: 6.5.3 +Version: 6.5.4 Release: 1 Summary: A web-based notebook environment for interactive computing License: BSD URL: http://jupyter.org -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b7/e5/e834fbe1b299042297f4fa8186d6063fe5487ae943f48d740b2c40da1299/notebook-6.5.3.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/52/1e/b555b6e33c962a605e2e85b6014f609d3e1c6a5ff48f7c2480376b430d96/notebook-6.5.4.tar.gz BuildArch: noarch Requires: python3-jinja2 @@ -85,7 +85,7 @@ for more information. %prep -%autosetup -n notebook-6.5.3 +%autosetup -n notebook-6.5.4 %build %py3_build @@ -125,5 +125,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 6.5.3-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 6.5.4-1 - Package Spec generated @@ -1 +1 @@ -839f1d8c9d5dc593d6a501a52d3f5052 notebook-6.5.3.tar.gz +6a2f44954dfa39c55bba2f576dd59e4a notebook-6.5.4.tar.gz |