summaryrefslogtreecommitdiff
path: root/python-aiolifx.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-aiolifx.spec')
-rw-r--r--python-aiolifx.spec30
1 files changed, 26 insertions, 4 deletions
diff --git a/python-aiolifx.spec b/python-aiolifx.spec
index cbfbd25..e832d64 100644
--- a/python-aiolifx.spec
+++ b/python-aiolifx.spec
@@ -1,13 +1,14 @@
%global _empty_manifest_terminate_build 0
Name: python-aiolifx
-Version: 0.8.9
+Version: 0.8.10
Release: 1
Summary: API for local communication with LIFX devices over a LAN with asyncio.
License: MIT
URL: http://github.com/frawau/aiolifx
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2f/20/00800ec774732b03c94f07e25165db3bfe8b5c68e07bd1d686e55deebc6c/aiolifx-0.8.9.tar.gz
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/28/e7/fee8001e00db0f47be6ab93d73600a47f83a73971d01f27ad41caee8631d/aiolifx-0.8.10.tar.gz
BuildArch: noarch
+Requires: python3-async-timeout
Requires: python3-bitstring
Requires: python3-ifaddr
@@ -120,6 +121,13 @@ Other things worth noting:
- Unlike in lifxlan, set_waveform takes a dictionary with the right
keys instead of all those parameters
+# Development
+To develop locally, the easiest way is to from the root directory run:
+
+```bash
+pip3 install . && python3 ./examples/lifx-cli.py
+```
+
# Thanks
Thanks to Anders Melchiorsen and Avi Miller for their essential contributions
@@ -240,6 +248,13 @@ Other things worth noting:
- Unlike in lifxlan, set_waveform takes a dictionary with the right
keys instead of all those parameters
+# Development
+To develop locally, the easiest way is to from the root directory run:
+
+```bash
+pip3 install . && python3 ./examples/lifx-cli.py
+```
+
# Thanks
Thanks to Anders Melchiorsen and Avi Miller for their essential contributions
@@ -357,13 +372,20 @@ Other things worth noting:
- Unlike in lifxlan, set_waveform takes a dictionary with the right
keys instead of all those parameters
+# Development
+To develop locally, the easiest way is to from the root directory run:
+
+```bash
+pip3 install . && python3 ./examples/lifx-cli.py
+```
+
# Thanks
Thanks to Anders Melchiorsen and Avi Miller for their essential contributions
%prep
-%autosetup -n aiolifx-0.8.9
+%autosetup -n aiolifx-0.8.10
%build
%py3_build
@@ -403,5 +425,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.9-1
+* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 0.8.10-1
- Package Spec generated