February contributions
The following is a short summary of my open source work in February, just like in previous months.
Uploaded mopidy-dirble 1.3.0-1: New upstream release. Moved to pkg-mopidy team.
Uploaded mopidy-tunein 0.3.0-1: New upstream release. Moved to pkg-mopidy team.
Uploaded python-tunigo 1.0.0-1: New package. ITP. Maintained in the Debian Python Modules Team (DPMT).
Uploaded mopidy 2.0.0-1: New upstream release. Fixed RC bug #785910.
Uploaded mopidy-soundcloud 2.0.2-2: Fixed RC bug #799089.
Released Mopidy-Spotify 2.3.1: Works around search being broken in libspotify by using the Spotify Web API for the search functionality, and nothing else.
Wrapped up and released Mopidy 2.0 release. This was a quite large release that ports to GStreamer 1.x and adds support for gapless playback. It was uploaded to Debian in time to be part of Ubuntu 16.04 LTS.
Released Mopidy-Spotify 3.0.0: A couple of small compatibility fixes to work with Mopidy 2.x and GStreamer 1.x.
Updates to packages not in Debian, only at apt.mopidy.com:
Updated homebrew-mopidy with lots of new releases:
Rebased my feature/py3-compat
branch on top of Mopidy 2.0.
Planned breaking changes for Mopidy 3.0: unbundling of Mopidy.js, removal of deprecated core APIs, model APIs, audio APIs and removal of the http/static_dir
config.
Planned breaking changes to modernize Mopidy.js: change default calling convention to by-position-or-by-name
, replace When.js with ES6 Promise, replace Bane.js with EventEmitter, and replace Buster.js with Karma+Mocha.