diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 02:13:47 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 02:13:47 +0000 |
commit | 7f559e9bb3145832fb75b39473b21fe031d42bd4 (patch) | |
tree | 7d3a64d253b277b0346f77d90cd071f5af879013 | |
parent | faea4f2eee7b90b89a2cbb130291f2d9c4e2f91e (diff) |
automatic import of python-aioesphomeapiopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-aioesphomeapi.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /aioesphomeapi-13.5.0.tar.gz +/aioesphomeapi-13.7.1.tar.gz diff --git a/python-aioesphomeapi.spec b/python-aioesphomeapi.spec index ac498c7..52f3bf5 100644 --- a/python-aioesphomeapi.spec +++ b/python-aioesphomeapi.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-aioesphomeapi -Version: 13.5.0 +Version: 13.7.1 Release: 1 Summary: Python API for interacting with ESPHome devices. License: MIT URL: https://esphome.io/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/0e/ba/ef43e009ae0a1f759ebb5fdc2e59253538ae80c13017e3cfa4ad7b81df82/aioesphomeapi-13.5.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c3/b3/a9b4ed0418f54e1282ffbda8f4de63b4e873a74a7e25cb4f7d1b1ab3019b/aioesphomeapi-13.7.1.tar.gz BuildArch: noarch Requires: python3-protobuf @@ -32,7 +32,7 @@ Provides: python3-aioesphomeapi-doc ``aioesphomeapi`` allows you to interact with devices flashed with `ESPHome <https://esphome.io/>`_. %prep -%autosetup -n aioesphomeapi-13.5.0 +%autosetup -n aioesphomeapi-13.7.1 %build %py3_build @@ -72,5 +72,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Mar 07 2023 Python_Bot <Python_Bot@openeuler.org> - 13.5.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 13.7.1-1 - Package Spec generated @@ -1 +1 @@ -dcb45a8deeb2fefb1e9aadd7f5b154f1 aioesphomeapi-13.5.0.tar.gz +7db8428a73f787752a44cb1152c4bffa aioesphomeapi-13.7.1.tar.gz |