[Python-modules-commits] [pychromecast] 01/02: Merge tag 'upstream/0.8.0'

Ruben Undheim rubund-guest at moszumanska.debian.org
Fri Mar 17 14:43:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository pychromecast.

commit 73c7f1ad6024cdf2467e94c84e18cf60c44225b7
Merge: 0bb845d f81705b
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Fri Mar 17 15:42:15 2017 +0100

    Merge tag 'upstream/0.8.0'

 .travis.yml                              |   1 +
 README.rst                               |   6 +-
 chromecast_protobuf/authority_keys.proto |   8 +-
 chromecast_protobuf/cast_channel.proto   |  28 +++-
 chromecast_protobuf/logging.proto        |  52 ++++++-
 example.py => examples/blocking.py       |  10 +-
 examples/non_blocking.py                 |  82 +++++++++++
 pychromecast/__init__.py                 | 221 ++++++++++------------------
 pychromecast/authority_keys_pb2.py       |  26 ++--
 pychromecast/cast_channel_pb2.py         | 163 ++++++++++++++-------
 pychromecast/controllers/__init__.py     |   8 +-
 pychromecast/controllers/media.py        |  59 +++++++-
 pychromecast/controllers/youtube.py      |  10 +-
 pychromecast/discovery.py                |  58 +++++---
 pychromecast/logging_pb2.py              | 198 +++++++++++++++++---------
 pychromecast/socket_client.py            | 237 ++++++++++++++++---------------
 requirements.txt                         |   4 +-
 setup.py                                 |   2 +-
 18 files changed, 741 insertions(+), 432 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pychromecast.git



More information about the Python-modules-commits mailing list