[Python-modules-commits] [pychromecast] annotated tag debian/0.7.7-2 created (now 94a4c53)

Sandro Tosi morph at moszumanska.debian.org
Tue Dec 13 23:32:37 UTC 2016


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

morph pushed a change to annotated tag debian/0.7.7-2
in repository pychromecast.

        at  94a4c53   (tag)
   tagging  0bb845d04b4c42164529ca6a6f3f41d7721f36da (commit)
 tagged by  Sandro Tosi
        on  Tue Dec 13 18:32:25 2016 -0500

- Log -----------------------------------------------------------------
tagging package pychromecast version debian/0.7.7-2
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEufrTGSrz5KUwnZ05h588mTgBqU8FAlhQhQkACgkQh588mTgB
qU8vbhAAyWWlxWlk8iSxHCmzS8bxIKpAVrg3thLnIHqHQUMyB94uMIMVKY7Tvdwn
VqLhQuoimJyZEvH6lXbNiHhC1ONSHhWdIJ5dxxl7XGpr7dI94aF7DNFqUljQLYmv
BYpu4/OzvFaiqV4AIdhLuB9jU55PV+IsMYwRfa6Y6h9+eYgsonZ4Fqjdn65G8hAc
n8e1RiPTiT/i6Yg3GE4TAW0+q2xF+kUAhNZtF1q8AiNyP2zl0sLeb2xAQFp/ABvv
Sfw99DQC48fV5GZEch+QtY1vOQl8eJj1qypmKk5PFM5/Ig0e6D7aWyIXBZ1nZn6E
D15UTrwaXYrW/Hj1lgL54s2vqBjFEmAU4jOjyv9CR7Qz61KvE21EM+NABOSl+Y1Z
QDzpBSvKJn5y50o2MLlKqAUy3+wglwIJm+yRuY5/LfHXzJjT/LPzywCJRDFUDD3t
aHM86BbYPTpihaWdsBZpeAQQCt+cGfQ3G5fgQVNbfnJzTfypd+N4CV3q0+AC/etV
fxjb5p+0PQ8nF+UULZU/PlG9hlkiAEcyMQHYeWb1HvtxEDV4WqvvhcLju0hDPa6p
LPAC0GYb6dwHgoDjpr3RAwIxaMtkoecTsLzGcDdlaGkeZkou1BrE3OUcAyZI0fV+
4r2UjFp78SOE7T5B3/0muJI6X1JvCtsBXq/SEh50Pn53L+FB1Rs=
=j0XC
-----END PGP SIGNATURE-----

Anthony Grimes (15):
      Add volume controls/validation.
      Fix mistake in docs.
      First pass at reconnection logic.
      Move these back into init so we don't clobber registered objects.
      Clean up and improve connection and error handling.
      Pass tries to all the usual suspects.
      Document tries.
      Stop excluded chromecasts.
      Don't round in set_volume, do round in volume_up/down.
      Greater than 0.
      Move sender id back to constructor.
      Move handlers back into the constructor.
      Use logger.error rather than logger.exception.
      Call all waiting requests.
      Fix pylint notes.

Chris Mulder (1):
      Fix incorrect variable name 'filter'

Felipe Lerena (1):
      adding controllers module

Fred Clift (3):
      support for loading URL on whitelisted cast devices
      added notes and example for development devices
      pylint/pep8 cleanup

Hans Bakker (6):
      Update protobuf to version 3
      Exclude generated protobuf files from pylint
      Expose mute function
      Remove redundant method
      fix pylint
      small refactoring

Jaap Broekhuizen (2):
      Added requirements.txt for easier dependency management
      Added setup.py to enable adding the package on PyPI.

Jan Borsodi (9):
      JSON data should not be enforced to ASCII, just dump to a string and the output will be utf8
      Don't send received message to controllers if the socket connection is meant to stop
      Allow the disconnect channel message to be sent even if the connection is stopped
      Added property is_stopped to SocketClient
      Make the heartbeat more resilient against exceptions/errors
      Avoid having the message loop in the SocketClient being interrupted by errors in controllers
      Catch any exceptions which might occur when tearing down controllers and closing channels
      Fixed compatibility with Python 3, don't use unicode() to enforce type
      Encode JSON data differently on Python 2.x vs 3.x

Jeppe Klitgaard (1):
      Fixed the ConnectionError name errors. Simple typo

Julien Duponchelle (1):
      Typo PYPY => PyPI

Kevin Syong (1):
      Support subtitle

Ondřej Nový (1):
      Fixed VCS URL (https)

Paulus Schoutsen (117):
      Initial version
      Create LICENSE.md
      Merge branch 'master' of ssh://github.com/balloob/pychromecast
      Added app_id for Hulu Plus
      Added __init__.py so Git repo can be included as module
      Merge branch 'master' of ssh://github.com/balloob/pychromecast
      PyLint won't whine as much anymore when checking the style.
      Renamed LICENSE file
      PEP8
      Added APP IDs for Pandora and HBO
      PyChromecast returns None instead of raising exceptions.
      Add more APP IDs
      Bugfix within quit_app
      Code style fixes
      PEP8 styling fixes
      bugfix: quit_app() crashes if chromecast in standby (no app id)
      Fixed an UnicodeEncoding issue that sometimes arose
      Revamped code, added initial websocket and RAMP support
      Merge branch 'master' of ssh://github.com/balloob/pychromecast
      Added a YouTube as idle screen replacement.
      Added dependencies to the README
      Merge pull request #1 from jaapz/requirements
      Merge pull request #2 from jaapz/setup
      Remove the call to set logging to INFO-level
      Merge branch 'master' of ssh://github.com/balloob/pychromecast
      Better reporting if a subprotocol is active
      Added UPNP support to discover Chromecasts.
      Version bump because of added UPNP support.
      Updated README.md with UPNP support
      Cleaning up the Twisted code
      Wrong call to launch YouTube video in examples
      Use ws4p instead of Twisted for Websocket implementation
      Use ws4p instead of Twisted for Websocket implementation
      Merge branch 'master' of ssh://github.com/balloob/pychromecast
      Update README.md to reflect changed dependencies
      Make better decisions when to start a new websocket client
      Merge branch 'master' of ssh://github.com/balloob/pychromecast
      Merge pull request #5 from parksddd/patch-1
      Proper UTF-8 encoding in DIAL protocol + version bump
      Bugfix for crash if new and old app status were both none
      Bugfix for crash if new and old app status were both none
      Merge branch 'master' of ssh://github.com/balloob/pychromecast
      App IDs now use v2 API urls
      Version bump to release bugfix in last commit
      Minor code cleanup
      Add support for Python 3
      Make requirements.txt more flexible
      Merge pull request #14 from rcludwick/master
      Code cleanup/minor reorg and version bump to 0.5
      Merge pull request #17 from dkkline/master
      RAMP expects no value given for duration. Bump to 0.5.1
      Merge pull request #19 from minektur/master
      Added support for Chromecast api v2 - clean up needed
      Major clean up. No Python 3 support yet.
      Disabled developer console stuff as it is blocked by google.
      Merge branch 'chromecast_api_v2'
      Detecting chromecasts while using filters was broken
      Added support for media.seek
      Added method to change volume on Chromecast
      MediaStatus would crash if media=None
      Added initial plex support
      DIAL requests will timeout if unresponsive Chromecast
      Added support for Plex customData in mediaStatus
      Fixing requirements.txt
      Updated example.py to be in line  with example from README.md
      README.md: Added instructions to discover namespaces
      Merge pull request #22 from Raynes/master
      MediaController.play_media: made stream_type an optional parameter.
      Merge pull request #23 from touchandgo-devs/master
      Update requirements setup.py
      Merge pull request #31 from Raynes/volume_fix
      Minor controller improvements
      Add travis style checking
      Style fixes to pass Pylint/PEP8
      Improved logging output
      Added basic YouTube controller
      Merge pull request #30 from Raynes/reconnection
      Merge pull request #33 from chrisvis/master
      Code style test with Flake8 instead of PEP8
      Discovery is now done using zeroconf/mDNS
      Make Flake8 happy
      Added some error checking to discovery
      Discovery was broken in some cases.
      Convert hostnames to IPs inside discovery.py
      Fix error in example in README.
      Merge pull request #42 from am0s/master
      Merge pull request #43 from noplay/patch-1
      Merge pull request #44 from wind-rider/python3-support
      PyChromecast 0.6.0.3 with Python 3 support
      Making Pylint happy
      Make flake8 happy
      Reset media status when channel disconnects
      Clean up after channel disconnected
      Support skipping song
      Bump version to 0.6.1
      Improve idle detection
      Version bump to 0.6.2
      Better idle detection
      Make app quiting block till done
      Allow muting the volume
      Version bump to 0.6.3
      Merge pull request #45 from wind-rider/master
      Bump version to expose mute function
      Update protobuf dependency to 3.0.0a3
      Mention pip upgrade in README to workaround protobuf issues
      Teaching Media Controller about what is playing
      Clean up connection code and fix timeout issue
      Version bump to 0.6.6
      Remove UTF8 character from socket client
      Merge pull request #49 from bowans/support_subtitle
      Version bump
      Restore 0.6.6 API compatibility and version bump
      Merge pull request #51 from rmkraus/master
      Version bump
      Migrate travis to new infra
      Merge pull request #57 from rmkraus/socket-updates
      Version bump to 0.6.12

Rob Ludwick (8):
      Added filtering for finding local chromecasts.
      Updated documentation
      Added get_chromecasts_with_friendly_name()
      Make threads daemon threads
      'filter' is a python keyword. Use 'filters'.
      Code cleanups
      Added filters to play_youtube_*
      Fixing example

Ruben Undheim (39):
      Added debian folder
      Commended out things in d/rules
      Make sure python3 package isn't built since it is not working upstream
      Added dependency python-zeroconf
      Removed some lines from d/rules. Deleting .pybuild upon dh clean
      Gor rid of lintians
      Removed unneeded rule in d/rules
      Merge tag 'upstream/0.6.9'
      New version
      Enable build of python3 package as well
      recommends python3-protobuf
      Merge branch 'upstream'
      Updated changelog
      Initialize git-dpm
      record new upstream branch created by importing pychromecast_0.7.3.orig.tar.gz and merge it
      Import pychromecast_0.7.3.orig.tar.gz
      Updated changelog entry
      Some fixes
      Support protobuf 2
      merge patched-before_protobuf3_in_debian into before_protobuf3_in_debian
      Only build Python2 package
      Support protobuf 2
      merge patched-before_protobuf3_in_debian into before_protobuf3_in_debian
      More improvements to the packaging:
      UNRELEASED->unstable
      merge patched into master
      Removed protobuf 2 compatibility since Debian sid now has protobuf 3
      Added missing versioned dependency
      record new upstream branch created by importing pychromecast_0.7.4.orig.tar.gz and merge it
      Import pychromecast_0.7.4.orig.tar.gz
      new changelog entry
      Import pychromecast_0.7.7.orig.tar.gz
      record new upstream branch created by importing pychromecast_0.7.7.orig.tar.gz and merge it
      New changelog entry
      Enable build of python3-pychromecast
      Simplify, use PYBUILD_NAME in d/rules
      Removed outdated README files
      More in changelog
      Added more required build-dependencies

Ryan Kraus (15):
      Added Ignore CEC capability
      Updated README
      Fixed Typo
      Added docstring
      Increased Windows Compatibility
      Merge with balloob/master
      Bumped version number in setup.py
      Updated socket client.
      Rolling back cast_channel_pb2.py
      Style fix to socket client.
      Merge pull request #56 from rmkraus/socket-updates
      Force reconnection if there is an IO error.
      Merge remote-tracking branch 'balloob/master' into socket-updates
      Small typo fix in socket client.
      Added force_recon check before writing to socket.

Stefano Rivera (1):
      git-dpm tag config

parksddd (1):
      Update dial.py

-----------------------------------------------------------------------

No new revisions were added by this update.

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