Hello community,

here is the log from the commit of package python3-phue for openSUSE:Factory 
checked in at 2017-03-08 01:13:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-phue (Old)
 and      /work/SRC/openSUSE:Factory/.python3-phue.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-phue"

Wed Mar  8 01:13:54 2017 rev:1 rq:461964 version:0.9

Changes:
--------
New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.python3-phue.new/python3-phue.changes   
2017-03-08 01:13:54.607226598 +0100
@@ -0,0 +1,9 @@
+-------------------------------------------------------------------
+Tue Feb 21 13:11:02 UTC 2017 - jeng...@inai.de
+
+- Trim description
+
+-------------------------------------------------------------------
+Wed Jan 18 12:37:10 UTC 2017 - alarr...@suse.com
+
+- Initial release 0.9

New:
----
  phue-0.9.tar.gz
  python3-phue.changes
  python3-phue.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-phue.spec ++++++
#
# spec file for package python3-phue
#
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/


Name:           python3-phue
Version:        0.9
Release:        0
License:        MIT
Summary:        A Philips Hue Python library
Url:            https://github.com/studioimaginaire/phue
Group:          Development/Languages/Python
Source:         
https://pypi.python.org/packages/e6/b6/4392f863fcad4f3dbecec580ff8e7915b9a5cc28c1f7a51067e2cbdfa5f5/phue-%{version}.tar.gz
BuildRequires:  python3-devel
BuildArch:      noarch

%description
A Python library to control the Philips Hue lighting system.
- Compliant with the Philips Hue API 1.0
- Support for lights, groups, schedules, scenes and sensors
- Compatible with Python 2.6.x and upwards
- Works in a procedural way or object oriented way

%prep
%setup -q -n phue-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%{python3_sitelib}/*

%changelog

Reply via email to