From 3057f58a875e2eac2105a70e53946a0aa70c6114 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 21 Apr 2023 02:17:19 +0000 Subject: automatic import of python-aiolifx --- .gitignore | 1 + python-aiolifx.spec | 30 ++++++++++++++++++++++++++---- sources | 2 +- 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 - 0.8.9-1 +* Fri Apr 21 2023 Python_Bot - 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 -- cgit v1.2.3