[Python-modules-commits] [pychromecast] branch upstream updated	(1fd6019 -> 684442b)
    Ruben Undheim 
    rubund-guest at moszumanska.debian.org
       
    Fri May  6 18:17:22 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a change to branch upstream
in repository pychromecast.
      from  1fd6019   Version bump to 0.6.12
       new  684442b   Import pychromecast_0.7.3.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:
 .gitignore                           |   3 +
 MANIFEST.in                          |   5 +
 README.md => README.rst              | 104 +++++---
 __init__.py                          |   0
 fabfile.py                           |  25 ++
 pychromecast/__init__.py             | 220 ++++++++++++++--
 pychromecast/controllers/__init__.py |   3 +-
 pychromecast/controllers/media.py    |  36 ++-
 pychromecast/dial.py                 |  53 +++-
 pychromecast/discovery.py            |  35 ++-
 pychromecast/error.py                |   5 +
 pychromecast/socket_client.py        | 491 +++++++++++++++++++++++++++++------
 requirements.txt                     |   5 +-
 setup.py                             |   7 +-
 14 files changed, 833 insertions(+), 159 deletions(-)
 create mode 100644 MANIFEST.in
 rename README.md => README.rst (55%)
 create mode 100644 __init__.py
 create mode 100644 fabfile.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