Package: mopidy / 3.4.2-5

Metadata

Package Version Patches format
mopidy 3.4.2-5 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 | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 make systemd service recreate cache dir if missing

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

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 !
tests/internal/test_deps.py | 46 21 + 25 - 0 !
tests/test_ext.py | 50 22 + 28 - 0 !
5 files changed, 82 insertions(+), 96 deletions(-)

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

* Remove use of pkg_resources.

* update tests.