diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-07 07:56:56 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-07 07:56:56 +0000 |
commit | ef637cc502a680b82bb2436f366e8c48b2058335 (patch) | |
tree | 574445ba56ea430a4ca47ff78932c0bb424d1ff0 | |
parent | 480c5e20e0ab98df150492a0952f8bad1c591476 (diff) |
automatic import of python-nbsphinx
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-nbsphinx.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /nbsphinx-0.8.12.tar.gz +/nbsphinx-0.9.1.tar.gz diff --git a/python-nbsphinx.spec b/python-nbsphinx.spec index fac4a90..7cc957a 100644 --- a/python-nbsphinx.spec +++ b/python-nbsphinx.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-nbsphinx -Version: 0.8.12 +Version: 0.9.1 Release: 1 Summary: Jupyter Notebook Tools for Sphinx License: MIT URL: https://nbsphinx.readthedocs.io/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5d/a0/7733314b9b3e3886e8d3493375edd9b52b173c39549a0b2a4555c34ec59e/nbsphinx-0.8.12.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f0/70/008f1d1d4c2b9b51918d5c3bad1f5ff51a17a0d258d7a2c5f67b90bcb0f7/nbsphinx-0.9.1.tar.gz BuildArch: noarch Requires: python3-docutils @@ -85,7 +85,7 @@ License: MIT -- see the file ``LICENSE`` for details. %prep -%autosetup -n nbsphinx-0.8.12 +%autosetup -n nbsphinx-0.9.1 %build %py3_build @@ -125,5 +125,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.12-1 +* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 0.9.1-1 - Package Spec generated @@ -1 +1 @@ -425a2d8dfe6fb159147ad7731e4ccfb2 nbsphinx-0.8.12.tar.gz +7618a3fc94ffe13cc5974704b71ee6ff nbsphinx-0.9.1.tar.gz |