[Python-modules-commits] [pychromecast] 01/03: Merge tag 'upstream/0.6.9'

Ruben Undheim rubund-guest at moszumanska.debian.org
Sat Aug 1 13:53:22 UTC 2015


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

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

commit 74f9dd4b86dadc9f866b48752bda35cd4f59576e
Merge: 86aa66e 3f6ec26
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sat Aug 1 15:39:33 2015 +0200

    Merge tag 'upstream/0.6.9'

 .travis.yml                              |   2 +-
 README.md                                |  29 +-
 chromecast_protobuf/README.md            |   1 +
 chromecast_protobuf/authority_keys.proto |  13 +
 chromecast_protobuf/cast_channel.proto   |  77 +++
 chromecast_protobuf/logging.proto        | 134 +++++
 pychromecast/__init__.py                 |  29 +-
 pychromecast/authority_keys_pb2.py       | 118 +++++
 pychromecast/cast_channel_pb2.py         | 250 +++++++---
 pychromecast/controllers/__init__.py     |   6 +-
 pychromecast/controllers/media.py        | 328 +++++++++++--
 pychromecast/controllers/plex.py         |   4 +-
 pychromecast/discovery.py                |  20 +-
 pychromecast/logging_pb2.py              | 809 +++++++++++++++++++++++++++++++
 pychromecast/socket_client.py            | 239 +++++----
 pylintrc                                 |   2 +-
 requirements.txt                         |   2 +-
 setup.py                                 |   4 +-
 18 files changed, 1823 insertions(+), 244 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