diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:18:20 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 13:18:20 +0000 |
commit | 5bf26da61745cabe429511f197483331372f0a4e (patch) | |
tree | 973a83eb9ab6b092d7d348390f97190bd3a5b922 | |
parent | 7a6e1e2bdb5e9156fe8e60d7243b9c0da65be1d1 (diff) |
automatic import of python-glue-jupyteropeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-glue-jupyter.spec | 22 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 13 insertions, 12 deletions
@@ -1 +1,2 @@ /glue-jupyter-0.16.3.tar.gz +/glue-jupyter-0.16.4.tar.gz diff --git a/python-glue-jupyter.spec b/python-glue-jupyter.spec index c3dd8f5..10bae7e 100644 --- a/python-glue-jupyter.spec +++ b/python-glue-jupyter.spec @@ -1,13 +1,15 @@ %global _empty_manifest_terminate_build 0 Name: python-glue-jupyter -Version: 0.16.3 +Version: 0.16.4 Release: 1 Summary: Jupyter notebook/lab viewers for glue License: BSD License URL: https://glueviz.org -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f2/fe/747256ad0555e8cde44dd065184d27fdb25437f0d46cc599d66f9b45afbf/glue-jupyter-0.16.3.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/74/65/31d6d65dcb09215cf513a9f887fe0112a007aa91dad04d124757a862dc9f/glue-jupyter-0.16.4.tar.gz BuildArch: noarch +Requires: python3-runipy +Requires: python3-nbconvert Requires: python3-glue-core Requires: python3-glue-vispy-viewers Requires: python3-notebook @@ -28,8 +30,6 @@ Requires: python3-nbsphinx Requires: python3-sphinx-rtd-theme Requires: python3-pytest Requires: python3-pytest-cov -Requires: python3-runipy -Requires: python3-nbconvert Requires: python3-glue-core %description @@ -162,7 +162,7 @@ The test suite can be run using:: pytest glue_jupyter %prep -%autosetup -n glue-jupyter-0.16.3 +%autosetup -n glue-jupyter-0.16.4 %build %py3_build @@ -176,20 +176,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -202,5 +202,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 0.16.3-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 0.16.4-1 - Package Spec generated @@ -1 +1 @@ -ddc663cf6dafc8d76f95de3405bfaf41 glue-jupyter-0.16.3.tar.gz +4ee2dbcb823a2e8dd3942cb95c4e7f56 glue-jupyter-0.16.4.tar.gz |