[Python-modules-commits] [pychromecast] branch upstream updated (9d14219 -> e7530e7)

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


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

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

      from  9d14219   Merge pull request #42 from am0s/master
       new  468af42   Typo PYPY => PyPI
       new  79fd561   Merge pull request #43 from noplay/patch-1
       new  d4ec766   Update protobuf to version 3 Generate new protobuf-scripts from https://chromium.googlesource.com/chromium/src.git/+/master/extensions/common/api/cast_channel Update socket-reading code in socket_client to work with python3 (byte-arrays are not strings in python3)
       new  a9f798d   Exclude generated protobuf files from pylint
       new  e04ec72   Merge pull request #44 from wind-rider/python3-support
       new  b73f4e7   PyChromecast 0.6.0.3 with Python 3 support
       new  51b3b22   Making Pylint happy
       new  36328c2   Make flake8 happy
       new  fe4892d   Reset media status when channel disconnects
       new  e475264   Clean up after channel disconnected
       new  056ee23   Support skipping song
       new  8cdef51   Bump version to 0.6.1
       new  46b4cb2   Improve idle detection
       new  4b92a62   Version bump to 0.6.2
       new  8801de3   Better idle detection
       new  e4064d5   Make app quiting block till done
       new  83aa115   Allow muting the volume
       new  fae3123   Version bump to 0.6.3
       new  45c7dff   Expose mute function
       new  d25501e   Remove redundant method
       new  8439dfa   fix pylint
       new  cd0ce4a   small refactoring
       new  7c63fa5   Merge pull request #45 from wind-rider/master
       new  fe278d7   Bump version to expose mute function
       new  001c9c0   Update protobuf dependency to 3.0.0a3
       new  161eb5a   Mention pip upgrade in README to workaround protobuf issues
       new  0a2189e   Teaching Media Controller about what is playing
       new  484910c   Clean up connection code and fix timeout issue
       new  c105d73   Version bump to 0.6.6
       new  73e8834   Remove UTF8 character from socket client
       new  2868642   Support subtitle
       new  dcd2dc0   Merge pull request #49 from bowans/support_subtitle
       new  9712471   Version bump
       new  abfc6f8   Restore 0.6.6 API compatibility and version bump
       new  50489d6   Added Ignore CEC capability
       new  a727e04   Updated README
       new  1a0d36f   Fixed Typo
       new  b3644aa   Added docstring
       new  5c11f5d   Merge pull request #51 from rmkraus/master
       new  3f6ec26   Version bump
       new  e7530e7   Migrate travis to new infra

The 41 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                              |   3 +-
 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, 1824 insertions(+), 244 deletions(-)
 create mode 100644 chromecast_protobuf/README.md
 create mode 100644 chromecast_protobuf/authority_keys.proto
 create mode 100644 chromecast_protobuf/cast_channel.proto
 create mode 100644 chromecast_protobuf/logging.proto
 create mode 100644 pychromecast/authority_keys_pb2.py
 create mode 100644 pychromecast/logging_pb2.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