diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-kodi-addon-checker.spec | 26 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 12 insertions, 17 deletions
@@ -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 -[](https://travis-ci.org/xbmc/addon-check) +[](https://github.com/xbmc/addon-check/actions/workflows/test_and_lint_matrix.yml) [](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 -[](https://travis-ci.org/xbmc/addon-check) +[](https://github.com/xbmc/addon-check/actions/workflows/test_and_lint_matrix.yml) [](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 -[](https://travis-ci.org/xbmc/addon-check) +[](https://github.com/xbmc/addon-check/actions/workflows/test_and_lint_matrix.yml) [](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 @@ -1 +1 @@ -1597b2659cfa65204822676e5209f12c kodi-addon-checker-0.0.30.tar.gz +17a1e84c05e2565790bc9907ab5d7176 kodi-addon-checker-0.0.31.tar.gz |
