diff --git a/luftdaten-0.6.5.tar.gz b/luftdaten-0.6.5.tar.gz deleted file mode 100644 index 3ee350c4cfd003ad718acf934969e149eeca7c1b..0000000000000000000000000000000000000000 Binary files a/luftdaten-0.6.5.tar.gz and /dev/null differ diff --git a/luftdaten-0.7.3.tar.gz b/luftdaten-0.7.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bf438501e3bb0c547742497bb3e84cb8751f4a53 Binary files /dev/null and b/luftdaten-0.7.3.tar.gz differ diff --git a/python-luftdaten.spec b/python-luftdaten.spec index c37611f1518a1d7ba99c4c06ff2c41a8691cfb56..17fba5fcd82f2039e603be29e67ac8049d5f8c7c 100644 --- a/python-luftdaten.spec +++ b/python-luftdaten.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-luftdaten -Version: 0.6.5 -Release: 2 +Version: 0.7.3 +Release: 1 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 +Source0: https://files.pythonhosted.org/packages/ff/9d/89cb160fa77bf94d3cc5ae0ed5a6aa1c009dc01d72ab0f517a79b8b819dd/luftdaten-0.7.3.tar.gz BuildArch: noarch Requires: python3-aiohttp @@ -20,6 +20,7 @@ Summary: Python API for interacting with luftdaten.info. Provides: python-luftdaten BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-httpx >= 0.23 %description -n python3-luftdaten Python client for interacting with `luftdaten.info `_. @@ -34,7 +35,7 @@ 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 +%autosetup -n luftdaten-%{version} %build %py3_build @@ -74,7 +75,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 03 2022 wangjunqi - 0.7.3-1 +- Update package to version 0.7.3 + * 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 +- Package Spec generated +