[Python-modules-commits] [pychromecast] branch master updated (54f0223 -> 7f23aa7)

Ruben Undheim rubund-guest at moszumanska.debian.org
Fri May 6 18:17:21 UTC 2016


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

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

      from  54f0223   Fixed VCS URL (https)
       new  684442b   Import pychromecast_0.7.3.orig.tar.gz
       new  a3e731e   record new upstream branch created by importing pychromecast_0.7.3.orig.tar.gz and merge it
       new  7f23aa7   Updated changelog entry

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:
 .gitignore                           |   3 +
 MANIFEST.in                          |   5 +
 README.md => README.rst              | 104 +++++---
 __init__.py                          |   0
 debian/.git-dpm                      |  14 +-
 debian/changelog                     |  10 +-
 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 +-
 16 files changed, 842 insertions(+), 174 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