From 6dab41c77d607e129935153871af0ee79ef2f5e6 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 30 May 2023 07:06:41 +0000 Subject: automatic import of python-kodi-addon-checker --- .gitignore | 1 + python-kodi-addon-checker.spec | 26 ++++++++++---------------- sources | 2 +- 3 files changed, 12 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 145ce9e..03a73bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kodi-addon-checker-0.0.30.tar.gz +/kodi-addon-checker-0.0.31.tar.gz 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 - 0.0.30-1 +* Tue May 30 2023 Python_Bot - 0.0.31-1 - Package Spec generated diff --git a/sources b/sources index cb4d263..312b967 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1597b2659cfa65204822676e5209f12c kodi-addon-checker-0.0.30.tar.gz +17a1e84c05e2565790bc9907ab5d7176 kodi-addon-checker-0.0.31.tar.gz -- cgit v1.2.3