[Pkg-mpd-commits] [python-mpd] 82/91: Update upstream source from tag 'upstream/1.0.0'

Simon McVittie smcv at debian.org
Sat Feb 24 14:55:41 UTC 2018


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

smcv pushed a commit to branch debian/master
in repository python-mpd.

commit 27d4ae84f63c575b44028cd0ab21eae5de453b51
Merge: 5024523 03fbbd6
Author: Simon McVittie <smcv at debian.org>
Date:   Sat Feb 24 11:33:56 2018 +0000

    Update upstream source from tag 'upstream/1.0.0'
    
    Update to upstream version '1.0.0'
    with Debian dir 4461f498b3a50d7a989b617ed20b736630bf7ab3

 .gitignore                        |   37 +-
 .travis.yml                       |   13 +-
 README.rst                        |   31 +-
 doc/_static/.gitkeep              |    0
 doc/changes.rst                   |   37 +-
 doc/generate_command_reference.py |  162 +++---
 doc/topics/advanced.rst           |   11 +-
 doc/topics/commands.rst           |  953 ++++++++++++++++++++-------------
 examples/asyncio_example.py       |   59 +++
 examples/summary.txt              |    3 +
 examples/twisted_example.py       |   54 ++
 mpd.py                            |  641 -----------------------
 mpd/__init__.py                   |   35 ++
 mpd/asyncio.py                    |  406 ++++++++++++++
 mpd/base.py                       |  732 ++++++++++++++++++++++++++
 mpd/tests.py                      | 1047 +++++++++++++++++++++++++++++++++++++
 mpd/twisted.py                    |  242 +++++++++
 mpd_test.py                       |  419 ---------------
 setup.cfg                         |    5 +-
 setup.py                          |   51 +-
 tox.ini                           |   14 +-
 21 files changed, 3412 insertions(+), 1540 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/python-mpd.git



More information about the Pkg-mpd-commits mailing list