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