https://bugzilla.redhat.com/show_bug.cgi?id=1839242
Bug ID: 1839242 Summary: Review Request: python-ouimeaux - Open source control for Belkin WeMo devices Product: Fedora Version: rawhide Hardware: All OS: Linux Status: NEW Component: Package Review Severity: medium Priority: medium Assignee: nobody@fedoraproject.org Reporter: zonexpertconsulting@outlook.com QA Contact: extras-qa@fedoraproject.org CC: package-review@lists.fedoraproject.org Target Milestone: --- Classification: Fedora
Spec URL: https://raw.githubusercontent.com/knight-of-ni/specfiles/master/python-ouime...
SRPM URL: https://download.copr.fedorainfracloud.org/results/kni/ouimeaux-fedora/fedor...
Fedora Account System Username: kni
Description: Open source control for Belkin WeMo devices
- Supports WeMo Switch, Light Switch, Insight Switch and Motion - Command-line tool to discover and control devices in your environment - REST API to obtain information and perform actions on devices - Simple responsive Web app provides device control on mobile - Python API to interact with device at a low level
RPMLint output:
$ rpmlint /var/lib/mock/fedora-32-x86_64/result/*.rpm python3-ouimeaux.noarch: W: no-manual-page-for-binary wemo 2 packages and 0 specfiles checked; 0 errors, 1 warnings.
There is no man page available for the wemo binary, but it does have decent commandline help:
$ wemo -h usage: wemo [-h] [-b BIND] [-d] [-e] [-v] [-t TIMEOUT] {status,switch,maker,light,list,server} ...
positional arguments: {status,switch,maker,light,list,server} status Print status of WeMo devices switch Turn a WeMo Switch on or off maker Get sensor or switch state of a Maker or Turn on or off light Turn a WeMo LED light on or off list List all devices found in the environment server Run the API server and web app
optional arguments: -h, --help show this help message and exit -b BIND, --bind BIND ip:port to which to bind the response server. Default is localhost:54321 -d, --debug Enable debug logging -e, --exact-match Disable fuzzy matching for device names -v, --human-readable Print statuses as human-readable words -t TIMEOUT, --timeout TIMEOUT Time in seconds to allow for discovery
Scope: - The intended scope of this review is for recent Fedora only - EPEL builds are not planned at this time due to missing dependencies - Unless someone can make a compelling argument for python2, only a python3 package is planned