[Pkg-mpd-commits] [python-mpd] branch master updated (9a45d5f -> 5024523)

Simon McVittie smcv at debian.org
Mon Jul 25 09:59:52 UTC 2016


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

smcv pushed a change to branch master
in repository python-mpd.

      from  9a45d5f   Align licence package with upstream's LGPL-3+
      adds  e4361fb   debian/watch: switch upstream to python-mpd2, a backwards-compatible fork of python-mpd
      adds  2183fec   Imported Upstream version 0.3.0.621664b
      adds  0426975   Imported Upstream version 0.4.0
      adds  f044e8d   Imported Upstream version 0.4.1
      adds  6026c55   Imported Upstream version 0.4.2
      adds  5613a84   Imported Upstream version 0.4.3
      adds  e15cafd   Imported Upstream version 0.5.0
      adds  d5f60c3   Imported Upstream version 0.5.1
      adds  84e9d5b   Imported Upstream version 0.5.2
      adds  a1dd0dc   Merge remote-tracking branch 'pympd2-packaging/upstream' into upstream
      adds  9a76b6e   initial commit
      adds  e5e24e0   adding command_list support
      adds  cdd3dd2   return an empty dict if no object is read
      adds  a33729b   remove argument checking/parsing TODO item
      adds  c7302b7   moving TODO list to separate TODO file
      adds  7e59836   TODO: adding TODO item
      adds  1118a7d   TODO: adding pre- and post-release sections, and a few more TODO items
      adds  6d80156   mpd.py: removing shebang line
      adds  96c1cf2   adding LICENSE.txt and a copyright notice to mpd.py
      adds  b15feac   TODO: removing completed TODO item
      adds  4978789   renaming TODO to TODO.txt
      adds  aa52b2c   addding doc/commands.txt to document supported commands
      adds  c40552d   TODO.txt: changing a couple TODO items
      adds  31862f7   adding README.txt
      adds  df5351d   TODO.txt: removing a completed TODO item
      adds  0a2bc97   adding setup.py, setup.cfg, and MANIFEST.in
      adds  5a5b99b   TODO.txt: removing completed TODO item and pre-release section
      adds  451513f   mpd.py: adding one line description at top of file
      adds  3ba0e8f   MANIFEST.in: exclude setup.cfg
      adds  53a5899   setup.py: commenting out license/platforms
      adds  94fd67b   mpd.py: making _getitem return None if no item is returned
      adds  c9d183f   TODO.txt: adding TODO item
      adds  ecdbc2e   mpd.py: raise ConnectionError on EOF
      adds  ffe18c7   TODO.txt: removing completed TODO item
      adds  9e46730   adding CHANGES.txt
      adds  6f1b787   TODO.txt: changing header for consistency
      adds  f1fcd2f   TODO.txt: cleaning up and splitting into pre- and post-release sections
      adds  11ad737   mpd.py: raise ConnectionError when trying to use an unconnected socket
      adds  cde055b   mpd.py: use a separate file object for reading and writing sockets
      adds  4f4b01d   mpd.py: raise ConnectionError if connect() is called when already connected
      adds  bc5752e   CHANGES.txt: document change in previous commit
      adds  3bbc456   mpd.py: loop over addresses returned by getaddrinfo to connect to
      adds  07f028f   CHANGES.txt: document change in previous commit
      adds  2757029   TODO.txt: removing completed TODO item
      adds  2027674   mpd.py: reset to disconnected state if _hello() fails in connect()
      adds  285bcce   mpd.py: strip trailing \n from MPD's hello line for a nicer error message
      adds  492dab0   mpd.py: changing exception raising to comply with the Python Style Guide
      adds  8c2ba17   TODO.txt: removing pre- and post-release sections
      adds  8ab0077   mpd.py: catch all exceptions raised by _hello()
      adds  7a8cd2d   setup.py: incrementing version number to 0.2.0
      adds  74eff57   mpd.py: adding a workaround for systems missing socket.AI_ADDRCONFIG
      adds  2dc26dc   CHANGES.txt: document change in previous commit
      adds  14b0a28   setup.py: incrementing version number to 0.2.1
      adds  4aca870   rearranging commands to match new protocol documentation
      adds  c465a35   adding listplaylists command
      adds  2e4bfd2   adding idle and noidle commands
      adds  e1d5854   adding consume and single commands
      adds  8ec145e   preliminary unix socket support
      adds  52157b2   mpd.py: raise ConnectionError if unix sockets aren't supported
      adds  06f8433   mpd.py: internal API cleanup
      adds  2a05ed7   doc/commands.txt: updating to match the new internal API
      adds  c7cae3c   mpd.py: don't use has_key()
      adds  5c84adf   mpd.py: adding support for asynchronous commands
      adds  461fe7b   mpd.py: tidying up _execute()
      adds  ffd41bf   mpd.py: adding fileno() to export socket FD
      adds  de96fda   setup.py: updating URL
      adds  ed08fb6   updating copyright years
      adds  234f05d   README.txt: give an example that actually works
      adds  03647a8   mpd.py: remove superfluous StopIteration exceptions
      adds  535e659   mpd.py: check if iterating before fetching response
      adds  6ab362f   mpd.py: set iterating flag before returning iterator
      adds  9c09c83   mpd.py: don't allow command_list_end if already iterating
      adds  a55e3f1   mpd.py: unset iterating flag if an exception is raised
      adds  acefec8   mpd.py: clear command list if an exception is raised
      adds  a8b38c7   CHANGES.txt: adding changes in prep for 0.3.0 release
      adds  5db30b9   removing TODO.txt
      adds  46753bf   mpd.py: updating _connect_tcp() with new socket code
      adds  af6e84c   mpd.py: always compare self._sock to None
      adds  9eea05a   mpd.py: adding support for spaces in command names
      adds  b38fd7a   adding sticker commands
      adds  0dfcd8a   changing license to LGPL
      adds  7913aeb   doc/commands.txt: updating args
      adds  5d25554   setup.py: updating classifiers
      adds  41739e1   adding decoders command
      adds  df0be04   adding findadd and rescan commands
      adds  a299df6   adding mixrampdb and mixrampdelay commands
      adds  756f862   mpd.py: support commands with underscores
      adds  fc0476b   adding replay_gain_mode and replay_gain_status commands
      adds  7299c4f   mpd.py: if command retval is None, don't require fetching
      adds  23e3afd   README.txt: updating URLs
      adds  d202f90   CHANGES.txt: adding more changes in prep for 0.3.0 release
      adds  c762f11   README.txt: removing warning about iterate = True
      adds  ea4b211   setup.py: incrementing version number to 0.3.0
      adds  2f11579   add both python3 and python2.7 compatibility
      adds  a6e7703   Introduce unit tests
      adds  4d15d68   Use monkey patching to make mpd commands explicit
      adds  bd2e4e0   Clean idle mask in tests to get clean state
      adds  1a468a0   Support upcomming client to client commands of mpd
      adds  0f49d96   adding prior, priorid and seekcur commands
      adds  05687d5   test.py Use more specific assert methods
      adds  d07f139   test.py test iterating
      adds  0283e40   mpd.py fix shadowed variable in _connect_tcp()
      adds  cb8938e   test.py readable errors, if no server and password
      adds  e20b650   setup.py add test target
      adds  6264739   raise an error, if removing a non existing command
      adds  35ed787   README.txt explain send_ and fetch_ variants
      adds  e9dacb5   README.txt show how to add/remove commands
      adds  9d84652   README.txt use real working example in basic usage
      adds  51d3c26   Make the README file a real reStructuredText file
      adds  6f133ce   Merge pull request #1 from multani/master
      adds  203e4ba   test.py Use unittest2, if avaible.
      adds  ac2076a   test.py print error if unittest module is too old
      adds  ed9674f   test.py fix mixed up version in version compare
      adds  621664b   mpd.py turn on tcp keepalive on tcp sockets
      adds  da8cb1a   more readable exception handling _connect_tcp()
      adds  8fd75f8   Prepare fork and renaming to python-mpd2
      adds  6acecdf   increment release number and complete renaming
      adds  d602436   typo in commands list: prior(id) -> prio(id)
      adds  5dd8ad5   test.py check if command list is complete & valid
      adds  908372c   mpd.py remove "volume" and add "config" command
      adds  08e2da8   bump minor release
      adds  c1369ca   Revert "more readable exception handling _connect_tcp()"
      adds  f04051a   Merge pull request #2 from multani/fix-connection-exception
      adds  c343723   test.py test unicode in command args
      adds  bd05864   Link to the proper AUR package
      adds  09b03d8   Fix typography of distros
      adds  25dd518   Add instructions for Gentoo
      adds  86b8dd3   Merge pull request #3 from laurentb/master
      adds  08bb853   Merge branch 'master' of github.com:Mic92/python-mpd2
      adds  c73824e   Some corrections in documentation
      adds  c5cefdb   Fix crash when sending unicode strings to socket
      adds  1272ea1   document new unicode handling
      adds  42b3164   README.md syntax highlight python examples
      adds  a6eec5f   unicode encoded strings in python2 by default
      adds  966bf48   test: mpd connection info from enviroment variable
      adds  746cdb8   test: meaningful desc. if command not implemented
      adds  39047ac   Add optional connection timeout parameter
      adds  e1db6af   README: add timeout to client.connect()
      adds  2779a4a   README: mention to pypi
      adds  919637e   README: various cleanups
      adds  fc669df   incremente version number to 0.4.2
      adds  19b80f9   commands.txt new command 'config', fix typo prioid
      adds  7e5a547   README fix typo
      adds  49674fd   Fix empty callbacks
      adds  f543220   transform MPDClient to new style class.
      adds  159463d   adding searchadd and searchaddpl commands
      adds  d29f7b0   Increment version number to 0.4.3
      adds  c4f3192   setup.py increase version number to 0.4.3
      adds  56edf13   README.md update install guide
      adds  2fef132   Readme.md correct install guide for gentoo
      adds  c10b659   correct cleanup, if socket connection die
      adds  d22c916   fix test for python3
      adds  43832eb   Update documentation a little
      adds  17d524d   mpd.py refactor timeout settings
      adds  4e0ce5c   Increment version number to 0.4.4
      adds  969e2de   README.md fix markup
      adds  668225a   logging: log MPD commands called
      adds  c3e1957   add note about testing
      adds  3ca8ea7   add examples for logging/locking
      adds  3ee0c42   Increment version number to 0.4.5
      adds  cc181e1   README.md: fix typo
      adds  7ee6a7b   unicode: lower-level encoder/decoder to deal with non-ASCII characters
      adds  89247ac   Merge branch 'fix-socket-non-utf8' of git://github.com/multani/python-mpd2
      adds  56e9bc4   Add missing lines, so we can read the code better
      adds  adaf615   Implement tests which don't rely on a running MPD server
      adds  fbc925d   Merge branch 'mock-tests' of git://github.com/multani/python-mpd2
      adds  095eeb2   README.md update testing instructions
      adds  7d2f7f0   doc: improve the README file
      adds  3429fdd   Merge pull request #17 from multani/improved-readme
      adds  52d5280   Increment version number to 0.4.6
      adds  5f433aa   Use tox to launch tests
      adds  86d6879   Configure the repository to use Travis CI
      adds  e23174c   Update the README for the new test infrastructure
      adds  a1a782d   Merge pull request #18 from multani/test-ci
      adds  14264d3   add gitignore
      adds  e6f6e30   tox.ini: add python 3.3
      adds  315a698   README.dm add test instruction
      adds  e81f0ed   README.md: Add travis-ci badget.
      adds  f289e42   Add version number to module
      adds  0ec1066   Better support for fetching stickers from MPD
      adds  57b2cce   stickers: add test for special case for parsing stickers output
      adds  fcb6808   doc: provides a new porting doc to explain API breakage
      adds  bcaf8a3   Merge pull request #20 from multani/better-stickers-support
      adds  f468fee   Rewrite Readme in Restructured Text
      adds  002ab56   Restructured Text: github-friendly file ending
      adds  2c59d1b   Increment version number to 0.5.0
      adds  10f0d9f   integrate tox into setup.py
      adds  64b5b6d   README.rst some corrections
      adds  7471873   correct version number
      adds  b26cd7d   add Makefile
      adds  02783e7   Fixes for the documentation
      adds  ddb0fa4   Update doc/commands.rst
      adds  d3f6696   commands.rst remove arrows
      adds  1b66c89   add freebsd description
      adds  c6e3b79   README.rst: fix links
      adds  0294880   add support for ranges
      adds  f28b082   README.rst more consistent formatting
      adds  659b23b   README.md: better ranges example
      adds  c0f5369   README.rst: fix typo in range example
      adds  f8d5946   bump release 0.5.1
      adds  7a9e761   Fix some typos in the readme.
      adds  7196b8f   Merge pull request #27 from francois2metz/readme_typos
      adds  cba89de   Add a test.
      adds  aef2aa1   Handle specific noidle command.
      adds  35dd00c   Use read_list to fetch the no_idle result.
      adds  e01a330   Merge pull request #26 from francois2metz/fix_noidle
      adds  a3dba35   fix setup.py with with non-unicode locale
      adds  b50c6d9   README.rst: fix error in example
      adds  e638e54   first build of sphinx docs
      adds  110b03b   moved commands.rst into topics dir
      adds  d87113b   moved CHANGES and PORTING into docs
      adds  c0164d7   restructure README.rst for new documentation
      adds  e098582   Merge branch 'pull-request-24'
      adds  5bea82e   upload documentation to pypi
      adds  ef139ba   fix more links in README.rst
      adds  b90a9f9   Link to code examples
      adds  2555fad   import mpd in getting started example
      adds  90c018a   add pypy to test matrix
      adds  e5a7550   add pypy to .travis.yml
      adds  1f08af5   adding readcomments command
      adds  9d79ba3   add command toggleoutput
      adds  df508d4   increment version number
      adds  eec7f33   add basic usage example
      adds  d6ef85d   add toggleoutput to commands.rst
      adds  6bf7e8b   add comprehensive command documentation
      adds  453189a   Fix behavior of noidle in the presence of pending changes
      adds  17369e1   Update tests to match the changes in the last commit.
      adds  11ec4b1   Merge pull request #32 from supermihi/master
      adds  cfeb3b5   bump version
      adds  1db6747   import examples from the old wiki
      adds  d024eb8   doc: fix some typos
      adds  8be9a1d   doc: remove references to the origin author
      adds  6911d0f   doc: update link to upstream project
      adds  d1f1778   Added note about async commands to command reference doc
      adds  8d81ea9   Improved the idle.py example.
      adds  e8129e7   Merge pull request #35 from supermihi/master
      adds  9c36361   python-mpd: add_command used global variable instead of locale one
      adds  b150547   Enable automated testing on Python 3.3, 3.4
      adds  de6aab5   Merge pull request #39 from frewsxcv/patch-1
      adds  73e12a5   INSTALL.rst: new debian archive
      adds  1c7e8f2   INSTALL.rst: new debian package name for python3
      adds  597296f   Add command addtagid/cleartagid
      adds  4c1a63c   Merge pull request #47 from equalsraf/tb-addtagid
      adds  bbac8c0   documentation: fix subcommands and string arguments
      adds  b1cd3a0   add command listfiles
      adds  a458aa6   add neighbors and mount commands
      adds  f3e4102   update Changelog/README
      adds  504bcb1   bump version 0.5.4
      adds  592846a   .travis.yml: enable container
      adds  eccee96   add test for duplicated tags
      adds  1a1f050   PEP 8
      adds  963aa59   Allow to call the method disconnect, same when any connection is alive
      adds  18e15e2   Merge pull request #59 from btall/fix/method-disconnect
      adds  d2d9868   make code pep8 compliant
      adds  1e969b6   fix newline in protocol on windows python3x
      adds  695e865   Merge pull request #63 from Mic92/windows-linebreak-fix
      adds  16506ab   add python3.5 to the test suite
      adds  94d0028   remove deprecated volume command from doc
      adds  abad95b   update documentation from source
      adds  5c5b318   Include tests in sdist
      adds  6818984   Merge pull request #69 from rvl/master
      adds  05510bb   bump release v0.5.5
      adds  280ce51   Imported Upstream version 0.5.5
      adds  5968d4c   Merge tag 'upstream/0.5.5'
      adds  f5f0110   New upstream release
      adds  561e646   debian/copyright: update
      adds  f8fd2b0   Update packaging
      adds  078edb7   add .install files to install everything
      adds  7f7eb82   Run dh_install with --fail-missing to catch mistakes
      adds  d3a4438   Add autopkgtests
      adds  a014aeb   Add myself to Uploaders
      adds  97ba26a   Standards-Version: 3.9.8 (no changes required)
      adds  c17ab2b   work around missing dependency on python[3]-pkg-resources by python[3]-pbr
      adds  491eef5   Vcs-Git, Vcs-Browser: canonicalize
      adds  05d2de6   Use versioned Breaks/Replaces to replace python[3]-mpd2
      adds  7a28ce0   Sort package lists (wrap-and-sort -abst)
      adds  12bd6c8   Add patch to update the version number in the documentation
      adds  c9cef12   Add a python-mpd-doc package
      adds  385b900   Update packaging copyright
      adds  077df2f   Close #808824
      adds  d26bf17   0.5.5-1
       new  5024523   Upload to unstable

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                                         |  27 +
 .travis.yml                                        |  12 +
 CHANGES.txt                                        |  33 -
 INSTALL.rst                                        |  49 ++
 MANIFEST.in                                        |   4 +
 Makefile                                           |   9 +
 PKG-INFO                                           |  19 -
 README.rst                                         | 124 +++
 README.txt                                         |  77 --
 debian/changelog                                   |  37 +
 debian/control                                     |  77 +-
 debian/copyright                                   |  15 +-
 debian/docs                                        |   2 -
 ...e-current-version-number-in-the-documenta.patch |  35 +
 debian/patches/series                              |   1 +
 debian/python-mpd-doc.doc-base                     |   9 +
 debian/python-mpd-doc.docs                         |   1 +
 debian/python-mpd-doc.examples                     |   2 +
 debian/python-mpd-doc.install                      |   3 +
 debian/python-mpd-doc.links                        |   9 +
 debian/python-mpd.install                          |   2 +
 debian/python3-mpd.install                         |   2 +
 debian/rules                                       |  24 +-
 debian/tests/control                               |  15 +
 debian/tests/python2                               |   7 +
 debian/tests/python3                               |   7 +
 debian/watch                                       |   4 +-
 doc/Makefile                                       | 177 +++++
 doc/changes.rst                                    | 104 +++
 doc/commands.txt                                   |  99 ---
 doc/commands_header.txt                            |   8 +
 doc/conf.py                                        | 248 ++++++
 doc/generate_command_reference.py                  |  81 ++
 doc/index.rst                                      |  53 ++
 doc/topics/advanced.rst                            |  67 ++
 doc/topics/commands.rst                            | 846 +++++++++++++++++++++
 doc/topics/getting-started.rst                     |  69 ++
 doc/topics/logging.rst                             |  15 +
 doc/topics/porting.rst                             |  44 ++
 examples/errorhandling.py                          | 136 ++++
 examples/helloworld.py                             |  12 +
 examples/idle.py                                   |  28 +
 examples/locking.py                                |  49 ++
 examples/logger.py                                 |   5 +
 examples/multitags.py                              |  14 +
 examples/randomqueue.py                            |  36 +
 examples/stats.py                                  |  73 ++
 examples/stickers.py                               | 108 +++
 examples/summary.txt                               |  24 +
 mpd.py                                             | 456 +++++++----
 mpd_test.py                                        | 419 ++++++++++
 setup.cfg                                          |  10 +
 setup.py                                           |  59 +-
 tox.ini                                            |  11 +
 54 files changed, 3452 insertions(+), 405 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 delete mode 100644 CHANGES.txt
 create mode 100644 INSTALL.rst
 create mode 100644 MANIFEST.in
 create mode 100644 Makefile
 delete mode 100644 PKG-INFO
 create mode 100644 README.rst
 delete mode 100644 README.txt
 delete mode 100644 debian/docs
 create mode 100644 debian/patches/Automatically-use-current-version-number-in-the-documenta.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/python-mpd-doc.doc-base
 create mode 100644 debian/python-mpd-doc.docs
 create mode 100644 debian/python-mpd-doc.examples
 create mode 100644 debian/python-mpd-doc.install
 create mode 100644 debian/python-mpd-doc.links
 create mode 100644 debian/python-mpd.install
 create mode 100644 debian/python3-mpd.install
 create mode 100644 debian/tests/control
 create mode 100755 debian/tests/python2
 create mode 100755 debian/tests/python3
 create mode 100644 doc/Makefile
 create mode 100644 doc/changes.rst
 delete mode 100644 doc/commands.txt
 create mode 100644 doc/commands_header.txt
 create mode 100644 doc/conf.py
 create mode 100644 doc/generate_command_reference.py
 create mode 100644 doc/index.rst
 create mode 100644 doc/topics/advanced.rst
 create mode 100644 doc/topics/commands.rst
 create mode 100644 doc/topics/getting-started.rst
 create mode 100644 doc/topics/logging.rst
 create mode 100644 doc/topics/porting.rst
 create mode 100644 examples/errorhandling.py
 create mode 100644 examples/helloworld.py
 create mode 100644 examples/idle.py
 create mode 100644 examples/locking.py
 create mode 100644 examples/logger.py
 create mode 100644 examples/multitags.py
 create mode 100644 examples/randomqueue.py
 create mode 100644 examples/stats.py
 create mode 100644 examples/stickers.py
 create mode 100644 examples/summary.txt
 create mode 100755 mpd_test.py
 create mode 100644 setup.cfg
 create mode 100644 tox.ini

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