diff --git a/python-volkszaehler.spec b/python-volkszaehler.spec index 0c34181cac2720d8f3e53e8780c7e08b96cf52b7..984996c620dec4ee5acbc0e61319697550108911 100644 --- a/python-volkszaehler.spec +++ b/python-volkszaehler.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-volkszaehler -Version: 0.2.2 +Version: 0.3.2 Release: 1 Summary: Python Wrapper for interacting with the Volkszahler API. License: MIT URL: https://github.com/home-assistant-ecosystem/python-volkszaehler -Source0: https://files.pythonhosted.org/packages/c2/e2/5f1c4878b0f3054abedb50ed15dc13efa766b18d5932640b43d35f4cfa82/volkszaehler-0.2.2.tar.gz +Source0: https://files.pythonhosted.org/packages/cc/a4/f8debdc3a141a22ac1a911d563b810cb673bc1ee8beec2d735fb39c789c9/volkszaehler-0.3.2.tar.gz BuildArch: noarch Requires: python3-aiohttp @@ -37,7 +37,7 @@ of data is supported. Sorry, uploading is not possible. This module is not official, developed, supported or endorsed by Volkzaehler. %prep -%autosetup -n volkszaehler-0.2.2 +%autosetup -n volkszaehler-%{version} %build %py3_build @@ -77,5 +77,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Sep 29 2022 jiangxinyu - 0.3.2-1 +- Upgrade to 0.3.2 + * Fri Sep 03 2021 Python_Bot - 0.2.2-1 - Package Init diff --git a/volkszaehler-0.2.2.tar.gz b/volkszaehler-0.2.2.tar.gz deleted file mode 100644 index 56e65eac73288409ac1582329b54f58fa025e714..0000000000000000000000000000000000000000 Binary files a/volkszaehler-0.2.2.tar.gz and /dev/null differ diff --git a/volkszaehler-0.3.2.tar.gz b/volkszaehler-0.3.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1168b00683bca87359305c4ae982e1e495dca869 Binary files /dev/null and b/volkszaehler-0.3.2.tar.gz differ