[Pkg-mpd-commits] [python-mpd] 81/91: New upstream version 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 03fbbd61e9f286b241993bc0d632868db786c374
Merge: 280ce51 354af63
Author: Simon McVittie <smcv at debian.org>
Date:   Sat Feb 24 11:33:56 2018 +0000

    New upstream version 1.0.0

 .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