diff --git a/opensensemap-api-0.1.6.tar.gz b/opensensemap-api-0.1.6.tar.gz deleted file mode 100644 index 54e561b8c9bda5872bfaeefcdfb209b7723c6397..0000000000000000000000000000000000000000 Binary files a/opensensemap-api-0.1.6.tar.gz and /dev/null differ diff --git a/opensensemap-api-0.2.0.tar.gz b/opensensemap-api-0.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4314410721d3046be462b0e96dae4f376d006e36 Binary files /dev/null and b/opensensemap-api-0.2.0.tar.gz differ diff --git a/opensensemap-api.spec b/opensensemap-api.spec index 3bc10a2c9954d4681de1fc0bece2a779baf1c3f1..04af0822c4b36426c3adf08cefdbdfde4396276c 100644 --- a/opensensemap-api.spec +++ b/opensensemap-api.spec @@ -1,12 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-opensensemap-api -Version: 0.1.6 +Version: 0.2.0 Release: 1 Summary: Python client for interacting with the openSenseMap API. License: MIT URL: https://github.com/home-assistant-ecosystem/python-opensensemap-api -Source0: https://files.pythonhosted.org/packages/4d/f6/94ded3004686fca66fece8106c91ea7ae5c09948227033d0a077b2372dd6/opensensemap-api-0.1.6.tar.gz +Source0: https://files.pythonhosted.org/packages/e1/b7/f5ebf6d3cb9379ef0a9b758833767f0e2a86552d929da54d95e614853177/opensensemap-api-0.2.0.tar.gz BuildArch: noarch + Requires: python3-aiohttp Requires: python3-async-timeout @@ -18,19 +19,17 @@ Summary: Python client for interacting with the openSenseMap API. Provides: python-opensensemap-api BuildRequires: python3-devel BuildRequires: python3-setuptools - %description -n python3-opensensemap-api Python Client for interacting with the openSenseMap API. %package help Summary: Development documents and examples for opensensemap-api Provides: python3-opensensemap-api-doc - %description help Python Client for interacting with the openSenseMap API. %prep -%autosetup -n opensensemap-api-0.1.6 +%autosetup -n opensensemap-api-%{version} %build %py3_build @@ -70,5 +69,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 20 2022 guozhengxin - 0.2.0-1 +- Upgrade package to version 0.2.0 + * Mon Jul 12 2021 Python_Bot - 0.1.6-1 - Package Spec generated