[Python-modules-commits] [pychromecast] branch master updated (86aa66e -> 402f78b)

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 change to branch master
in repository pychromecast.

      from  86aa66e   Removed unneeded rule in d/rules
      adds  468af42   Typo PYPY => PyPI
      adds  79fd561   Merge pull request #43 from noplay/patch-1
      adds  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)
      adds  a9f798d   Exclude generated protobuf files from pylint
      adds  e04ec72   Merge pull request #44 from wind-rider/python3-support
      adds  b73f4e7   PyChromecast 0.6.0.3 with Python 3 support
      adds  51b3b22   Making Pylint happy
      adds  36328c2   Make flake8 happy
      adds  fe4892d   Reset media status when channel disconnects
      adds  e475264   Clean up after channel disconnected
      adds  056ee23   Support skipping song
      adds  8cdef51   Bump version to 0.6.1
      adds  46b4cb2   Improve idle detection
      adds  4b92a62   Version bump to 0.6.2
      adds  8801de3   Better idle detection
      adds  e4064d5   Make app quiting block till done
      adds  83aa115   Allow muting the volume
      adds  fae3123   Version bump to 0.6.3
      adds  45c7dff   Expose mute function
      adds  d25501e   Remove redundant method
      adds  8439dfa   fix pylint
      adds  cd0ce4a   small refactoring
      adds  7c63fa5   Merge pull request #45 from wind-rider/master
      adds  fe278d7   Bump version to expose mute function
      adds  001c9c0   Update protobuf dependency to 3.0.0a3
      adds  161eb5a   Mention pip upgrade in README to workaround protobuf issues
      adds  0a2189e   Teaching Media Controller about what is playing
      adds  484910c   Clean up connection code and fix timeout issue
      adds  c105d73   Version bump to 0.6.6
      adds  73e8834   Remove UTF8 character from socket client
      adds  2868642   Support subtitle
      adds  dcd2dc0   Merge pull request #49 from bowans/support_subtitle
      adds  9712471   Version bump
      adds  abfc6f8   Restore 0.6.6 API compatibility and version bump
      adds  50489d6   Added Ignore CEC capability
      adds  a727e04   Updated README
      adds  1a0d36f   Fixed Typo
      adds  b3644aa   Added docstring
      adds  5c11f5d   Merge pull request #51 from rmkraus/master
      adds  3f6ec26   Version bump
       new  74f9dd4   Merge tag 'upstream/0.6.9'
       new  d72a227   New version
       new  402f78b   Enable build of python3 package as well

The 3 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                                |   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 +++++
 debian/changelog                           |   4 +-
 debian/control                             |  26 +-
 debian/{docs => python-pychromecast.docs}  |   0
 debian/python-pychromecast.install         |   2 +
 debian/{docs => python3-pychromecast.docs} |   0
 debian/python3-pychromecast.install        |   1 +
 debian/rules                               |   2 +-
 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 +-
 25 files changed, 1849 insertions(+), 253 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
 copy debian/{docs => python-pychromecast.docs} (100%)
 create mode 100644 debian/python-pychromecast.install
 rename debian/{docs => python3-pychromecast.docs} (100%)
 create mode 100644 debian/python3-pychromecast.install
 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