diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-10 04:50:00 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-10 04:50:00 +0000 |
commit | c99037b34af12f13d5382039c9348ca114b2fc7b (patch) | |
tree | 01b7e0e61f80a07782c25d446972f34cde71cada | |
parent | e8c5ba2c0f5f7c866de92de69bd592023e8ce404 (diff) |
automatic import of python-rstcheck
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-rstcheck.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /rstcheck-6.1.1.tar.gz +/rstcheck-6.1.2.tar.gz diff --git a/python-rstcheck.spec b/python-rstcheck.spec index 7a0471d..c78ccfe 100644 --- a/python-rstcheck.spec +++ b/python-rstcheck.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-rstcheck -Version: 6.1.1 +Version: 6.1.2 Release: 1 Summary: Checks syntax of reStructuredText and code blocks nested within it License: MIT URL: https://github.com/rstcheck/rstcheck -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5d/cd/b86de2a72838f755ae7b23acce9630013686a01c27e6e77f89881fdbf98a/rstcheck-6.1.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4b/0a/1092b3000e15d257e15b481b49e5b257cc522ab05ff06010a4adb5fc4622/rstcheck-6.1.2.tar.gz BuildArch: noarch Requires: python3-sphinx @@ -46,7 +46,7 @@ Provides: python3-rstcheck-doc %prep -%autosetup -n rstcheck-6.1.1 +%autosetup -n rstcheck-6.1.2 %build %py3_build @@ -86,5 +86,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 6.1.1-1 +* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 6.1.2-1 - Package Spec generated @@ -1 +1 @@ -603fe38fa23dccd6e5ea4b44e2f61cb1 rstcheck-6.1.1.tar.gz +7c8848bcf8132f8dd61a247a28774155 rstcheck-6.1.2.tar.gz |