diff --git a/opensensemap-api-0.2.0.tar.gz b/opensensemap-api-0.2.0.tar.gz deleted file mode 100644 index 4314410721d3046be462b0e96dae4f376d006e36..0000000000000000000000000000000000000000 Binary files a/opensensemap-api-0.2.0.tar.gz and /dev/null differ diff --git a/opensensemap-api-0.3.0.tar.gz b/opensensemap-api-0.3.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..93ebc78a04e533a2621d5e5823c0c31c2708e505 Binary files /dev/null and b/opensensemap-api-0.3.0.tar.gz differ diff --git a/opensensemap-api.spec b/python-opensensemap-api.spec similarity index 87% rename from opensensemap-api.spec rename to python-opensensemap-api.spec index 04af0822c4b36426c3adf08cefdbdfde4396276c..43944020a6a8261aae3b4b66d827c69d27508ae6 100644 --- a/opensensemap-api.spec +++ b/python-opensensemap-api.spec @@ -1,24 +1,23 @@ %global _empty_manifest_terminate_build 0 Name: python-opensensemap-api -Version: 0.2.0 +Version: 0.3.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/e1/b7/f5ebf6d3cb9379ef0a9b758833767f0e2a86552d929da54d95e614853177/opensensemap-api-0.2.0.tar.gz +Source0: https://files.pythonhosted.org/packages/66/c5/5aaf861d9086cbc8335dcdf3ad6a54b86b92478555dfbe05de6bdc7f43b4/opensensemap-api-0.3.0.tar.gz BuildArch: noarch -Requires: python3-aiohttp -Requires: python3-async-timeout - %description Python Client for interacting with the openSenseMap API. %package -n python3-opensensemap-api Summary: Python client for interacting with the openSenseMap API. -Provides: python-opensensemap-api +Provides: python-opensensemap-api = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools +Requires: python3-aiohttp +Requires: python3-async-timeout %description -n python3-opensensemap-api Python Client for interacting with the openSenseMap API. @@ -69,6 +68,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 16 2023 wubijie - 0.3.0-1 +- Update package to version 0.3.0 + * Thu Oct 20 2022 guozhengxin - 0.2.0-1 - Upgrade package to version 0.2.0