[Python-modules-commits] [pychromecast] branch upstream updated (6916c07 -> f81705b)

Ruben Undheim rubund-guest at moszumanska.debian.org
Sun Feb 5 08:37:32 UTC 2017


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

rubund-guest pushed a change to branch upstream
in repository pychromecast.

      from  6916c07   Import pychromecast_0.7.7.orig.tar.gz
       new  f81705b   Import pychromecast_0.8.0.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .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(-)
 rename example.py => examples/blocking.py (86%)
 create mode 100644 examples/non_blocking.py

-- 
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