diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-10 05:46:01 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-10 05:46:01 +0000 |
commit | b20e21b184bc5972838e2f6b0aa17b44092ce428 (patch) | |
tree | e02903193e3db58227400b779ad098e67ee049f9 | |
parent | a1761e9288c064736ea91eb6516fe460e8eb3f71 (diff) |
automatic import of python-sybil
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-sybil.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /sybil-4.0.1.tar.gz +/sybil-5.0.0.tar.gz diff --git a/python-sybil.spec b/python-sybil.spec index 915a4d0..e1aa18b 100644 --- a/python-sybil.spec +++ b/python-sybil.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-sybil -Version: 4.0.1 +Version: 5.0.0 Release: 1 Summary: Automated testing for the examples in your code and documentation. License: MIT URL: https://github.com/simplistix/sybil -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5b/4f/7b5ce7885033cedfa4bbe63e4eb88a9b56307e1ab2d384d75521be8ea8e1/sybil-4.0.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d6/de/488962831314a1a2a8be0acdaca7d8818bcd651d2744d92bc76a048deb09/sybil-5.0.0.tar.gz BuildArch: noarch Requires: python3-furo @@ -52,7 +52,7 @@ runners. The `documentation <https://sybil.readthedocs.io/>`__ is the best place to start. %prep -%autosetup -n sybil-4.0.1 +%autosetup -n sybil-5.0.0 %build %py3_build @@ -92,5 +92,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 4.0.1-1 +* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 5.0.0-1 - Package Spec generated @@ -1 +1 @@ -2e4671d2f0edc1617a77b6bcd595fde0 sybil-4.0.1.tar.gz +6f0af4f5a2b8fcf735e4581ffabe8b36 sybil-5.0.0.tar.gz |