Now using a internal RedshiftController, based on the original
statusbar.py, however written in pure Python instead of depending in
GLib.
Since it does not steal SIGUSR1 handler, it should fix issue #482.
Introduces PyPI package xkbgroup as a dependency.
Changes include:
* Add more formatters
- Backwards-incompatible: ``{name}`` now refers to the layout group
name, such as 'English (US)' or 'German'.
- To show the old ``{name}`` use ``{symbols::,}`` (this is the
advanced formatting syntax employed by xkbgroup package)
+ For details on formatting see
https://github.com/hcpl/xkbgroup/blob/master/docs/formatting.rst.
* Now Xkblayout can switch groups and you can toggle groups with
keyboard at the same time.
This module provides a glimpse/snapshot of current internet based
speeds. To keep things simple (and due to bugs in speedtest_cli), this
module simply uses requests to download a small(ish) image and times the
download. This is not a perfect/definitive test, but it should be a
decent indicator of how the internet bound traffic looks on the clients
network.
A module that will watch for (by default) make jobs and notify of their
status. This can be used for other long-running processes by providing
an alternate 'name'.
This patch updates conf.py's mock_modules to include the required
python-novaclient module to ensure we have green tests. This patch
also updates the openstack_vms.py description to be more explicit
about it's requirements.