diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-05-30 04:55:56 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-05-30 04:55:56 +0000 |
| commit | 5de80fe0452f0262e09ad2531dbf5c611a0982a4 (patch) | |
| tree | 8b0ff645649278a42ef01542a707e1f234ca86a0 /python-daktari.spec | |
| parent | 0c7fc2c813532d7a245e577a49533fb9e86b56fe (diff) | |
automatic import of python-daktari
Diffstat (limited to 'python-daktari.spec')
| -rw-r--r-- | python-daktari.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/python-daktari.spec b/python-daktari.spec index 163934a..c9f3036 100644 --- a/python-daktari.spec +++ b/python-daktari.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-daktari -Version: 0.0.97 +Version: 0.0.103 Release: 1 Summary: Assist in setting up and maintaining developer environments License: MIT URL: https://github.com/sonocent/daktari -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/00/ee/97bf18dd7b681ef84bb57964b8a77c5b64632e71732c97433c49181b9d8f/daktari-0.0.97.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/66/e1/44b3a26d1fea4dbb376a21d74cbbd9cdd445a0203804e53f306124a52ccb/daktari-0.0.103.tar.gz BuildArch: noarch Requires: python3-PyYAML @@ -40,7 +40,7 @@ In the root of the project repository, create a `.daktari.py` configuration file ```python from daktari.checks.git import * -version = "0.0.97" +version = "0.0.103" title = "My Project" checks = [ @@ -126,7 +126,7 @@ In the root of the project repository, create a `.daktari.py` configuration file ```python from daktari.checks.git import * -version = "0.0.97" +version = "0.0.103" title = "My Project" checks = [ @@ -209,7 +209,7 @@ In the root of the project repository, create a `.daktari.py` configuration file ```python from daktari.checks.git import * -version = "0.0.97" +version = "0.0.103" title = "My Project" checks = [ @@ -280,7 +280,7 @@ twine upload dist/* %prep -%autosetup -n daktari-0.0.97 +%autosetup -n daktari-0.0.103 %build %py3_build @@ -320,5 +320,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.97-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.103-1 - Package Spec generated |
