From 5de80fe0452f0262e09ad2531dbf5c611a0982a4 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 30 May 2023 04:55:56 +0000 Subject: automatic import of python-daktari --- .gitignore | 1 + python-daktari.spec | 14 +++++++------- sources | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 223103a..5ac036f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /daktari-0.0.97.tar.gz +/daktari-0.0.103.tar.gz 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 - 0.0.97-1 +* Tue May 30 2023 Python_Bot - 0.0.103-1 - Package Spec generated diff --git a/sources b/sources index 9120865..1ffe408 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -76a47b0969e22da45ac83548c23737e3 daktari-0.0.97.tar.gz +ea3e45543925880e8c630a8b1d725712 daktari-0.0.103.tar.gz -- cgit v1.2.3