summaryrefslogtreecommitdiff
path: root/python-kodi-addon-checker.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-05-30 07:06:41 +0000
committerCoprDistGit <infra@openeuler.org>2023-05-30 07:06:41 +0000
commit6dab41c77d607e129935153871af0ee79ef2f5e6 (patch)
treeafaca1a55c74810ae08195e853a9ec75a78540e9 /python-kodi-addon-checker.spec
parent068d7a153c191890ad8dbbcbe2e4f410dcdc0198 (diff)
automatic import of python-kodi-addon-checker
Diffstat (limited to 'python-kodi-addon-checker.spec')
-rw-r--r--python-kodi-addon-checker.spec26
1 files changed, 10 insertions, 16 deletions
diff --git a/python-kodi-addon-checker.spec b/python-kodi-addon-checker.spec
index b66f42c..fa6859b 100644
--- a/python-kodi-addon-checker.spec
+++ b/python-kodi-addon-checker.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-kodi-addon-checker
-Version: 0.0.30
+Version: 0.0.31
Release: 1
Summary: Check kodi addons or whole kodi repositories for errors and best practices.
License: GNU General Public License v3 (GPLv3)
URL: https://github.com/xbmc/addon-check
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/61/92/241e2e456c40e854183c37537a0b8a881810a203f33324a43c787fd16cae/kodi-addon-checker-0.0.30.tar.gz
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/08/2a/91ba0a851994c52f9f5fe5302b5f013fc8827b95a47043c72df89ab2428e/kodi-addon-checker-0.0.31.tar.gz
BuildArch: noarch
Requires: python3-packaging
@@ -17,7 +17,7 @@ Requires: python3-urllib3
Requires: python3-xmlschema
%description
-[![Build Status](https://travis-ci.org/xbmc/addon-check.svg?branch=master)](https://travis-ci.org/xbmc/addon-check)
+[![Build and test addon-checker](https://github.com/xbmc/addon-check/actions/workflows/test_and_lint_matrix.yml/badge.svg)](https://github.com/xbmc/addon-check/actions/workflows/test_and_lint_matrix.yml)
[![PyPI version](https://badge.fury.io/py/kodi-addon-checker.svg)](https://badge.fury.io/py/kodi-addon-checker)
# Kodi Addon checker
@@ -87,7 +87,7 @@ Then you can directly install it from pip package:
pip install kodi-addon-checker
```
-#### For Developement
+#### For Development
* Clone the repository
```
@@ -123,8 +123,6 @@ You can use the tool with the following options:
```
-
-
%package -n python3-kodi-addon-checker
Summary: Check kodi addons or whole kodi repositories for errors and best practices.
Provides: python-kodi-addon-checker
@@ -132,7 +130,7 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
%description -n python3-kodi-addon-checker
-[![Build Status](https://travis-ci.org/xbmc/addon-check.svg?branch=master)](https://travis-ci.org/xbmc/addon-check)
+[![Build and test addon-checker](https://github.com/xbmc/addon-check/actions/workflows/test_and_lint_matrix.yml/badge.svg)](https://github.com/xbmc/addon-check/actions/workflows/test_and_lint_matrix.yml)
[![PyPI version](https://badge.fury.io/py/kodi-addon-checker.svg)](https://badge.fury.io/py/kodi-addon-checker)
# Kodi Addon checker
@@ -202,7 +200,7 @@ Then you can directly install it from pip package:
pip install kodi-addon-checker
```
-#### For Developement
+#### For Development
* Clone the repository
```
@@ -238,13 +236,11 @@ You can use the tool with the following options:
```
-
-
%package help
Summary: Development documents and examples for kodi-addon-checker
Provides: python3-kodi-addon-checker-doc
%description help
-[![Build Status](https://travis-ci.org/xbmc/addon-check.svg?branch=master)](https://travis-ci.org/xbmc/addon-check)
+[![Build and test addon-checker](https://github.com/xbmc/addon-check/actions/workflows/test_and_lint_matrix.yml/badge.svg)](https://github.com/xbmc/addon-check/actions/workflows/test_and_lint_matrix.yml)
[![PyPI version](https://badge.fury.io/py/kodi-addon-checker.svg)](https://badge.fury.io/py/kodi-addon-checker)
# Kodi Addon checker
@@ -314,7 +310,7 @@ Then you can directly install it from pip package:
pip install kodi-addon-checker
```
-#### For Developement
+#### For Development
* Clone the repository
```
@@ -350,10 +346,8 @@ You can use the tool with the following options:
```
-
-
%prep
-%autosetup -n kodi-addon-checker-0.0.30
+%autosetup -n kodi-addon-checker-0.0.31
%build
%py3_build
@@ -393,5 +387,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.30-1
+* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.31-1
- Package Spec generated