summaryrefslogtreecommitdiff
path: root/python-fhempy.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-25 06:11:40 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-25 06:11:40 +0000
commitd1b695c374bb10477336c6a99b4a9fee5e09f7c9 (patch)
tree58abf9b064f692fd9c02ad341d5bb022559f16e9 /python-fhempy.spec
parentc5a77f6d8f09010612bff9326a2c31d2dd8f9966 (diff)
automatic import of python-fhempyopeneuler20.03
Diffstat (limited to 'python-fhempy.spec')
-rw-r--r--python-fhempy.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/python-fhempy.spec b/python-fhempy.spec
index 42eec11..59fbf2c 100644
--- a/python-fhempy.spec
+++ b/python-fhempy.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-fhempy
-Version: 0.1.645
+Version: 0.1.648
Release: 1
Summary: Python binding for FHEM to support Python modules
License: MIT License
URL: https://github.com/fhempy/fhempy/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a3/98/98d6cc31e01d07f934d5b08e53ae03b2ca15cdb5c8c610a09babc2e51051/fhempy-0.1.645.tar.gz
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/41/6d/07b73861febf6c8fb32f9b97cdf7b0b991a905654df043361522dc3746b5/fhempy-0.1.648.tar.gz
BuildArch: noarch
Requires: python3-websockets
@@ -62,6 +62,7 @@ This repository includes following working modules:
|[miflora](FHEM/bindings/python/fhempy/lib/miflora/README.md)|Xiaomi BLE Plant Sensor|
|[miio](FHEM/bindings/python/fhempy/lib/miio/README.md)|Control Xiaomi WiFi devices|
|[mitemp](FHEM/bindings/python/fhempy/lib/mitemp/README.md)|Xiaomi BLE Temperature/Humidity Sensor|
+|[mqtt_ha_discovery](FHEM/bindings/python/fhempy/lib/mqtt_ha_discovery/)|Support HomeAssistant MQTT discovery|
|[nefit](FHEM/bindings/python/fhempy/lib/nefit/README.md)|Control nefit devices|
|[nespresso_ble](FHEM/bindings/python/fhempy/lib/nespresso_ble/README.md)|Nespresso Bluetooth coffee machine|
|[object_detection](FHEM/bindings/python/fhempy/lib/object_detection/README.md)|TensorFlow Lite object detection|
@@ -239,6 +240,7 @@ This repository includes following working modules:
|[miflora](FHEM/bindings/python/fhempy/lib/miflora/README.md)|Xiaomi BLE Plant Sensor|
|[miio](FHEM/bindings/python/fhempy/lib/miio/README.md)|Control Xiaomi WiFi devices|
|[mitemp](FHEM/bindings/python/fhempy/lib/mitemp/README.md)|Xiaomi BLE Temperature/Humidity Sensor|
+|[mqtt_ha_discovery](FHEM/bindings/python/fhempy/lib/mqtt_ha_discovery/)|Support HomeAssistant MQTT discovery|
|[nefit](FHEM/bindings/python/fhempy/lib/nefit/README.md)|Control nefit devices|
|[nespresso_ble](FHEM/bindings/python/fhempy/lib/nespresso_ble/README.md)|Nespresso Bluetooth coffee machine|
|[object_detection](FHEM/bindings/python/fhempy/lib/object_detection/README.md)|TensorFlow Lite object detection|
@@ -413,6 +415,7 @@ This repository includes following working modules:
|[miflora](FHEM/bindings/python/fhempy/lib/miflora/README.md)|Xiaomi BLE Plant Sensor|
|[miio](FHEM/bindings/python/fhempy/lib/miio/README.md)|Control Xiaomi WiFi devices|
|[mitemp](FHEM/bindings/python/fhempy/lib/mitemp/README.md)|Xiaomi BLE Temperature/Humidity Sensor|
+|[mqtt_ha_discovery](FHEM/bindings/python/fhempy/lib/mqtt_ha_discovery/)|Support HomeAssistant MQTT discovery|
|[nefit](FHEM/bindings/python/fhempy/lib/nefit/README.md)|Control nefit devices|
|[nespresso_ble](FHEM/bindings/python/fhempy/lib/nespresso_ble/README.md)|Nespresso Bluetooth coffee machine|
|[object_detection](FHEM/bindings/python/fhempy/lib/object_detection/README.md)|TensorFlow Lite object detection|
@@ -539,7 +542,7 @@ Check helloworld example for writing an own module. Be aware that no function wh
%prep
-%autosetup -n fhempy-0.1.645
+%autosetup -n fhempy-0.1.648
%build
%py3_build
@@ -579,5 +582,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.645-1
+* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.648-1
- Package Spec generated