From 0041a1ae8c98bcfd645a51a7e627a82c9a796c16 Mon Sep 17 00:00:00 2001 From: hw999666 <1588093913212312@yvantan.com> Date: Sun, 4 Jul 2021 08:59:31 +0000 Subject: [PATCH] update python-luftdaten.spec. --- python-luftdaten.spec | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/python-luftdaten.spec b/python-luftdaten.spec index 90b4531..c37611f 100644 --- a/python-luftdaten.spec +++ b/python-luftdaten.spec @@ -1,27 +1,37 @@ %global _empty_manifest_terminate_build 0 Name: python-luftdaten Version: 0.6.5 -Release: 1 +Release: 2 Summary: Python API for interacting with luftdaten.info. License: MIT URL: https://github.com/home-assistant-ecosystem/python-luftdaten Source0: https://files.pythonhosted.org/packages/de/55/48f049df781601db7f2443b30ec80ffeba87698e668dc248ad98389e4674/luftdaten-0.6.5.tar.gz BuildArch: noarch +Requires: python3-aiohttp +Requires: python3-async-timeout + %description -This module is a python API for interacting with luftdaten.info. but it's not official, developed, supported or endorsed by luftdaten.info. +Python client for interacting with `luftdaten.info `_. +This module is not official, developed, supported or endorsed by luftdaten.info. %package -n python3-luftdaten Summary: Python API for interacting with luftdaten.info. Provides: python-luftdaten BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-pbr -Requires: python3-aiohttp -Requires: python3-async-timeout %description -n python3-luftdaten -This module is a python API for interacting with luftdaten.info. but it's not official, developed, supported or endorsed by luftdaten.info. +Python client for interacting with `luftdaten.info `_. +This module is not official, developed, supported or endorsed by luftdaten.info. + +%package help +Summary: Development documents and examples for luftdaten +Provides: python3-luftdaten-doc + +%description help +Python client for interacting with `luftdaten.info `_. +This module is not official, developed, supported or endorsed by luftdaten.info. %prep %autosetup -n luftdaten-0.6.5 @@ -64,5 +74,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Jun 17 2021 OpenStack_SIG -- Package Spec generated +* Wed Jul 07 2021 Python_Bot - 0.6.5-2 +- update spec file +* Sat Jul 03 2021 Python_Bot - 0.6.5-1 +- Package Spec generated \ No newline at end of file -- Gitee