From f8bd291d5f6d868bfac6ed8a7e4656ea80f0e067 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 20 Nov 2012 14:26:06 +0100 Subject: [PATCH] spotify: Require pyspotify 1.9 --- docs/changes.rst | 4 ++++ mopidy/backends/spotify/__init__.py | 2 +- requirements/spotify.txt | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 requirements/spotify.txt diff --git a/docs/changes.rst b/docs/changes.rst index ffb7fbf6..ba4718df 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -8,6 +8,10 @@ This change log is used to track all major changes to Mopidy. v0.9.0 (in development) ======================= +**Dependencies** + +- pyspotify >= 1.9, < 1.10 is now required for Spotify support. + **Multiple backends support** Support for using the local and Spotify backends simultaneously have for a very diff --git a/mopidy/backends/spotify/__init__.py b/mopidy/backends/spotify/__init__.py index fa6feb99..141656cc 100644 --- a/mopidy/backends/spotify/__init__.py +++ b/mopidy/backends/spotify/__init__.py @@ -21,7 +21,7 @@ https://github.com/mopidy/mopidy/issues?labels=Spotify+backend **Dependencies:** - libspotify >= 12, < 13 (libspotify12 package from apt.mopidy.com) -- pyspotify >= 1.8, < 1.9 (python-spotify package from apt.mopidy.com) +- pyspotify >= 1.9, < 1.10 (python-spotify package from apt.mopidy.com) **Settings:** diff --git a/requirements/spotify.txt b/requirements/spotify.txt new file mode 100644 index 00000000..c37d4674 --- /dev/null +++ b/requirements/spotify.txt @@ -0,0 +1 @@ +pyspotify >= 1.9, < 1.10