diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 08:55:32 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 08:55:32 +0000 |
commit | 0efdd06bcf7a321fe4388c313b38db7f93bf5d5e (patch) | |
tree | 522375a8b491a6eb465e054533ce5cd0ce6082a1 | |
parent | 8686524a73c2b31b1e9be03f6f4c7c80c85b0127 (diff) |
automatic import of python-sphinx-copybuttonopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-sphinx-copybutton.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /sphinx-copybutton-0.5.1.tar.gz +/sphinx-copybutton-0.5.2.tar.gz diff --git a/python-sphinx-copybutton.spec b/python-sphinx-copybutton.spec index 1d1fa54..e3d748a 100644 --- a/python-sphinx-copybutton.spec +++ b/python-sphinx-copybutton.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-sphinx-copybutton -Version: 0.5.1 +Version: 0.5.2 Release: 1 Summary: Add a copy button to each of your code cells. License: MIT License URL: https://github.com/executablebooks/sphinx-copybutton -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/19/9b/fb86f67989742b077f46b3c979d671b8fac685a23a01c64073f4f6208d27/sphinx-copybutton-0.5.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fc/2b/a964715e7f5295f77509e59309959f4125122d648f86b4fe7d70ca1d882c/sphinx-copybutton-0.5.2.tar.gz BuildArch: noarch Requires: python3-sphinx @@ -203,7 +203,7 @@ Many thanks to the excellent [clipboard.js library](https://clipboardjs.com/) fo %prep -%autosetup -n sphinx-copybutton-0.5.1 +%autosetup -n sphinx-copybutton-0.5.2 %build %py3_build @@ -243,5 +243,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.1-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.2-1 - Package Spec generated @@ -1 +1 @@ -2a359fae25a0a76158a0c9b3f77365d8 sphinx-copybutton-0.5.1.tar.gz +dea6f565084ba8046512b18312fb5471 sphinx-copybutton-0.5.2.tar.gz |