summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-21 02:17:19 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-21 02:17:19 +0000
commit3057f58a875e2eac2105a70e53946a0aa70c6114 (patch)
tree86af03e7f429a3f3621f8f50a13e6992aeb6baac
parent79b8f4f758eba843f5ec3c75b622bf392ff9250b (diff)
automatic import of python-aiolifxopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-aiolifx.spec30
-rw-r--r--sources2
3 files changed, 28 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 3df6dca..a389b14 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/aiolifx-0.8.9.tar.gz
+/aiolifx-0.8.10.tar.gz
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
diff --git a/sources b/sources
index 70e2a6b..6da4ebb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1a06b2a77cd5eb5019e3e2fd0a453676 aiolifx-0.8.9.tar.gz
+31ad3c41572eb389f6f762c067359565 aiolifx-0.8.10.tar.gz