Package: mopidy / 3.4.2-6

Metadata

Package Version Patches format
mopidy 3.4.2-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Make systemd service recreate cache dir if missing.patch | (download)

extra/systemd/mopidy.service | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch] make systemd service recreate cache dir if missing

Improved using systemd CacheDirectory directive

0002 Make intersphinx link to local docs.patch | (download)

docs/conf.py | 5 2 + 3 - 0 !
1 file changed, 2 insertions(+), 3 deletions(-)

 make intersphinx link to local docs

0003 fix radio streaming.patch | (download)

mopidy/audio/scan.py | 7 5 + 2 - 0 !
1 file changed, 5 insertions(+), 2 deletions(-)

 [patch] d/patches: fix radio streaming with recent gstreamer

replace pkg resources.patch | (download)

mopidy/__init__.py | 5 2 + 3 - 0 !
mopidy/ext.py | 40 16 + 24 - 0 !
mopidy/internal/deps.py | 37 21 + 16 - 0 !
setup.cfg | 1 0 + 1 - 0 !
tests/internal/test_deps.py | 46 21 + 25 - 0 !
tests/test_ext.py | 50 22 + 28 - 0 !
6 files changed, 82 insertions(+), 97 deletions(-)

 replace pkg_resources with importlib.metadata / import_module.
 (#2104)

* Remove use of pkg_resources.

* update tests.