Stein Magnus Jodal
33856830c9
Tell installers that Mopidy requires Python 2.7
...
This is supported by pip >= 9.0.1, and will help Python 2 users stay at the last Python 2-compatible Mopidy release after we make the first Python 3-only release.
2017-07-28 14:47:18 +02:00
Stein Magnus Jodal
bbeb5c03aa
Require Tornado >= 3.2
...
Survey of version available in the oldest distros we care about:
- Debian 8, squeeze: 3.2.2
- Debian 8, squeeze-backports: 4.2.0
- Ubuntu 16.04 LTS: 4.2.1
- Arch Linux: 4.4.2
2016-10-26 00:39:42 +02:00
Stein Magnus Jodal
5ad76abc3d
deps: Require Requests >= 2.0
2015-09-04 09:31:13 +02:00
Stein Magnus Jodal
16f80ccb8d
Add a dependency on Requests
...
And on Responses for mocking Requests calls in tests.
2015-07-26 11:20:59 +02:00
Thomas Adamcik
2c30934c2e
core: Remove core "extension" as it is not needed for config
2015-07-20 17:01:40 +02:00
Stein Magnus Jodal
c69c68648b
core: Add a [core] config section
...
I deemed it better to make core an extension (that cannot be disabled)
rather than add a special case throughout the config handling to make
it possible to have config section that doesn't belong to an extension.
This change is needed for #997 .
Until #997 is completed, Mopidy will complain that core has now config
schema (because it is empty) and claim that core is disabled. This of
course has no practical effects.
2015-07-16 21:18:14 +02:00
rawdlite
07d4f6ddf2
Rename Mopidy-Files to Mopidy-File
2015-07-08 23:43:40 +02:00
rawdlite
bd70eac124
file-browser: initial commit
2015-06-30 18:26:28 +02:00
Stein Magnus Jodal
f361109832
setup: Explicitly close file
...
Instead of relying on GC.
2015-03-22 09:23:12 +01:00
Stein Magnus Jodal
b2f60bc338
m3u: Extract new M3U backend from local
...
Fixes #1054
2015-03-21 08:13:45 +01:00
Stein Magnus Jodal
c93dd34c93
pypi: Up dev status to '5 - Production/Stable'
2015-03-19 00:02:03 +01:00
Stein Magnus Jodal
2280a533c0
Use py.test as test runner
2015-03-05 00:35:20 +01:00
Stein Magnus Jodal
496142c201
py3: Use absolute imports by default
2014-12-07 20:17:10 +01:00
Stein Magnus Jodal
0c10199632
http: Only require Tornado >= 2.3
2014-07-22 13:43:42 +02:00
Stein Magnus Jodal
14d0433aae
mixer: Add bundled Mopidy-SoftwareMixer extension
2014-07-08 01:11:25 +02:00
Stein Magnus Jodal
946940477e
setup: http ext no longer require http extras
2014-05-15 00:19:59 +02:00
Stein Magnus Jodal
af28b8c3af
setup: Fix typo in extras_require
2014-05-15 00:19:23 +02:00
Stein Magnus Jodal
b9b73d89c3
setup: No reason to be too specific with the Tornado version
2014-05-14 23:25:36 +02:00
Janez Troha
e7cceb2e89
Fix: revert removal of extras_requires
2014-05-13 00:25:05 +02:00
dz0ny
031c7c8e93
Add: Tornado as required dependency
...
Fix: Remove draft76
Fix: Remove class attributes for ws handler
Revert: default to /ws/ for for mopidy.html
2014-05-12 16:16:08 +02:00
dz0ny
f1d1a4713b
Squashed commit of the following:
...
commit dbb7005aa866cdc337bde9c8169e9bf15e5c8042
Author: dz0ny <dz0ny@ubuntu.si>
Date: Sun May 11 22:12:58 2014 +0200
Fix: Make PR mergable
commit 5bb27da72c4276a930bf33955e6583f6781d23f6
Author: dz0ny <dz0ny@ubuntu.si>
Date: Thu May 8 23:31:54 2014 +0200
Add: helper method for extensin url
commit 8a348b26b65102084a606ff73384a478bb785cf1
Author: dz0ny <dz0ny@ubuntu.si>
Date: Thu May 8 00:35:50 2014 +0200
Add: Refactor ws and rpc to handlers, reuse code
commit 677c809d2b39a6c982ab835368fdb8a3ad9d1a92
Author: dz0ny <dz0ny@ubuntu.si>
Date: Thu May 8 00:18:10 2014 +0200
Fix: Return proper HTTP headers
commit fe5fea2fc2a0d28a39532d6d4cd2b21013d57d24
Author: dz0ny <dz0ny@ubuntu.si>
Date: Wed May 7 23:48:19 2014 +0200
Add: RPC post handler
Add: tests for http post handler
commit e77e60310853b368758b09b303a96a95ff1b9b93
Author: dz0ny <dz0ny@ubuntu.si>
Date: Sun May 4 22:15:04 2014 +0200
Add: Documentation on how to extend http api
commit a3a14fb5d15f095e5bab23a590e0a8360a039f9a
Author: dz0ny <dz0ny@ubuntu.si>
Date: Sun May 4 19:48:34 2014 +0200
Add: HTTP tests for default router and static handler
commit 0d9544256bcb8f048eaedb5cdd57b1de027d387b
Author: dz0ny <dz0ny@ubuntu.si>
Date: Sun May 4 15:44:32 2014 +0200
Fix: Move StaticFileHandler to main http package
commit c83c9f661e658e4a843dc5c8c6ba5dc3f1ea9c1e
Author: dz0ny <dz0ny@ubuntu.si>
Date: Sun May 4 15:29:49 2014 +0200
Add: default Router implementation
commit 258cb7210bdf13833884c04cfb7fb4fa704394a7
Author: dz0ny <dz0ny@ubuntu.si>
Date: Sun May 4 15:00:46 2014 +0200
Add: Switch to registry for router registration
commit b7bfe7b814235b030d7ac30de90e2331e3d809d3
Author: dz0ny <dz0ny@ubuntu.si>
Date: Sat May 3 21:52:58 2014 +0200
Fix: Private methods
Fix: Point to mopidy.html instead main.html
Fix: Less noise in console
commit 232abe3029e93f78ce25db0c1bd44743cc23ed2d
Author: dz0ny <dz0ny@ubuntu.si>
Date: Sat May 3 21:32:07 2014 +0200
Fix: Start IOLoop in separate thread, so actor can stop it
commit d686892c2fa993cbedc99c8e8e7f9c961ac6f35a
Author: dz0ny <dz0ny@ubuntu.si>
Date: Sat May 3 19:30:49 2014 +0200
Fix: Router load order
Fix: JS helper library WSS default url
Add: Handlers from extensions
commit a1b0f5673a6719f229df27feccb284324675e9d1
Author: dz0ny <dz0ny@ubuntu.si>
Date: Sat May 3 14:53:30 2014 +0200
Add: Switch to Tornado framework
2014-05-12 14:54:50 +02:00
Stein Magnus Jodal
b754885064
Fix all import order warnings
2014-05-07 20:08:43 +02:00
Stein Magnus Jodal
a67bb55428
Remove the mopidy-convert-config migration tool
...
It's almost a year since we changed configuration format and the tool is
barely maintained, probably not doing a perfect job any longer.
2014-02-17 11:57:30 +01:00
Stein Magnus Jodal
2731d23578
local: Move mopidy.{backends => }.local
2014-01-11 15:17:05 +01:00
Stein Magnus Jodal
120c381285
stream: Move mopidy.{backends => }.stream
2014-01-11 15:17:02 +01:00
Thomas Adamcik
702befd6ae
Merge branch 'develop' into feature/extension-registry
...
Conflicts:
setup.py
2013-12-31 15:34:02 +01:00
Stein Magnus Jodal
1ee534126e
mpd: Move mopidy.{frontends => }.mpd
2013-12-31 14:11:16 +01:00
Stein Magnus Jodal
621aff22c9
http: Move mopidy.{frontends => }.http
2013-12-31 14:04:25 +01:00
Thomas Adamcik
7e063774b3
local: Remove local-json as a split out extension.
...
Will be re-added using the new library interface. This commit does break tests.
2013-12-23 22:22:14 +01:00
Thomas Adamcik
9c2d38e989
local: Remove tag cache support
...
- Updates doc references to tag cache
- Removes tag cache from config and marks it deprecated
- Removes tag cache from setup.py
- Removes tag cache from config converter
- Removes tag cache from tests
- Converts local library tests to use JSON.
2013-12-04 22:38:16 +01:00
Thomas Adamcik
118095e522
local: Add new json based library
...
- Sets local-tagcache as disabled
- Implements new library that uses a gzip compressed json as storage.
- Thanks to reuse of existing serialization code this is a fairly small change.
2013-11-27 23:39:53 +01:00
Thomas Adamcik
c025b87076
tagcache: Split out to own extension for eventual deletion.
2013-11-27 00:04:51 +01:00
Stein Magnus Jodal
c6ca88fdfc
setup: Fix capitalization of CherryPy package
2013-11-23 21:27:33 +01:00
Thomas Adamcik
1a3ff456f9
scanner: Remove old scanner in favour of sub-commands
2013-11-08 23:21:26 +01:00
Stein Magnus Jodal
e7d6a995e8
spotify: Move to external extension
2013-10-08 22:42:26 +02:00
Stein Magnus Jodal
c589583b74
mpris: Move to external extension
2013-10-07 23:42:07 +02:00
Stein Magnus Jodal
6400a45a0e
scrobbler: Move to external extension
2013-10-07 00:02:41 +02:00
Stein Magnus Jodal
0a61b4642e
Merge branch 'master' into develop
...
Conflicts:
docs/changelog.rst
2013-07-01 11:53:45 +02:00
Stein Magnus Jodal
4a48f8f216
Allow pyspotify 1.9 and higher, including 1.11
2013-07-01 11:49:54 +02:00
Stein Magnus Jodal
9a9eff3c62
setup: Remove Python 2.6 PyPI classifier
2013-06-20 19:46:47 +02:00
Stein Magnus Jodal
c00a2e0de8
reqs: unittest2 not required when on Python 2.7
2013-06-20 19:45:59 +02:00
Stein Magnus Jodal
4d9bbd9d1c
setup: Bump mock requirement to >= 1.0
2013-04-17 23:28:34 +02:00
Thomas Adamcik
b94890a1c7
config: Start work on mopidy-convert-config
2013-04-16 23:52:20 +02:00
Stein Magnus Jodal
3e366efb20
Move NAD mixer to an external extension
2013-04-16 10:46:57 +02:00
Stein Magnus Jodal
526bc83712
Make setup.py Python 3 compatible
2013-04-14 11:45:26 +02:00
Thomas Adamcik
7d44f9967d
scrobbler: Renamed lastfm to scrobbler ( fixes #375 )
2013-04-05 23:59:15 +02:00
Stein Magnus Jodal
2e678ffe8f
ext: Change entry point from 'mopidy.extension' to 'mopidy.ext' to be more consistent
2013-04-02 12:07:35 +02:00
Stein Magnus Jodal
e1d75eec30
main: Validate extension's distribution requirements
2013-04-01 19:47:25 +02:00
Stein Magnus Jodal
2176ab3d98
lastfm: Define extension
2013-04-01 15:18:25 +02:00
Stein Magnus Jodal
0f1c4c1dff
http: Define extension
2013-04-01 15:18:25 +02:00