From 783fac46590604ece70dad059ad342ddcf74b653fdd377f0f6e6a010ae7c3d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Sat, 16 Mar 2019 07:47:16 +0000 Subject: [PATCH] doc OBS-URL: https://build.opensuse.org/package/show/system:homeautomation:home-assistant/python-bluepy?expand=0&rev=8 --- python-bluepy.changes | 5 +++++ python-bluepy.spec | 13 ++++++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 python-bluepy.changes diff --git a/python-bluepy.changes b/python-bluepy.changes new file mode 100644 index 0000000..40a081f --- /dev/null +++ b/python-bluepy.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Sat Mar 16 07:47:01 UTC 2019 - Adrian Schröter + +- initial package + diff --git a/python-bluepy.spec b/python-bluepy.spec index ac6c69b..bccf159 100644 --- a/python-bluepy.spec +++ b/python-bluepy.spec @@ -23,10 +23,9 @@ Name: python-bluepy Version: 1.1.4 Release: 0 -Summary: Automation Library for Yamaha Network receivers License: GPL -Group: Python interface to Bluetooth LE on Linux -Url: https://github.com/wuub/rxv +Summary: Python interface to Bluetooth LE on Linux +Url: http://ianharvey.github.io/bluepy-doc/ Source: bluepy-%{version}.tar.xz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} @@ -42,6 +41,14 @@ BuildArch: noarch %python_subpackages %description +Bluepy is a Python package to allow Bluetooth Low Energy (a.k.a Bluetooth +Smart) peripherals to be controlled from Python. Installation instructions +and release notes are in the file README.md. + +Source code and further documentation is at: + https://github.com/IanHarvey/bluepy + http://ianharvey.github.io/bluepy-doc/ + %prep %setup -q -n bluepy-%{version}