New Upstream Snapshot - mopidy-somafm

Ready changes

Summary

Merged new upstream version: 2.0.2+git20210210.2.25473c0 (was: 2.0.2+git20210210.1.25473c0).

Resulting package

Built on 2022-12-19T15:54 (took 6m22s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots mopidy-somafm

Lintian Result

Diff

diff --git a/Mopidy_SomaFM.egg-info/PKG-INFO b/Mopidy_SomaFM.egg-info/PKG-INFO
index 2268837..682fafe 100644
--- a/Mopidy_SomaFM.egg-info/PKG-INFO
+++ b/Mopidy_SomaFM.egg-info/PKG-INFO
@@ -6,80 +6,6 @@ Home-page: https://github.com/AlexandrePTJ/mopidy-somafm
 Author: Alexandre Petitjean
 Author-email: alpetitjean@gmail.com
 License: Apache License, Version 2.0
-Description: *************
-        Mopidy-SomaFM
-        *************
-        
-        .. image:: https://img.shields.io/pypi/v/Mopidy-SomaFM
-            :target: https://pypi.org/project/Mopidy-SomaFM/
-            :alt: Latest PyPI version
-        
-        .. image:: https://img.shields.io/circleci/build/gh/AlexandrePTJ/mopidy-somafm
-            :target: https://circleci.com/gh/AlexandrePTJ/mopidy-somafm
-            :alt: CircleCI build status
-        
-        .. image:: https://img.shields.io/codecov/c/gh/AlexandrePTJ/mopidy-somafm
-            :target: https://codecov.io/gh/AlexandrePTJ/mopidy-somafm
-            :alt: Test coverage
-        
-        SomaFM extension for Mopidy
-        
-        
-        Installation
-        ============
-        
-        
-        Debian/Ubuntu
-        -------------
-        
-        Install by running::
-        
-            python3 -m pip install Mopidy-SomaFM
-        
-        Or, if available, install the Debian/Ubuntu package from
-        `apt.mopidy.com <https://apt.mopidy.com/>`_.
-        
-        
-        Configuration
-        =============
-        
-        Before starting Mopidy, you must add configuration for
-        Mopidy-SomaFM to your Mopidy configuration file::
-        
-            [somafm]
-            encoding = aac
-            quality = highest
-        
-        - ``encoding`` must be either ``aac``, ``mp3`` or ``aacp``
-        - ``quality`` must be one of ``highest``, ``fast``, ``slow``, ``firewall``
-        
-        If the preferred quality is not available for a channel, the extension will fallback
-        to ``fast``. And afterwards if the preferred encoding is not available for that
-        quality, it will fallback to using ``mp3``.
-        It seems that all channels support the combination ``fast`` + ``mp3``
-        
-        You can also choose to use the channel DJ as the reported track artist (default behavior)::
-        
-            [somafm]
-            dj_as_artist = true
-        
-        
-        Project resources
-        =================
-        
-        - `Source code <https://github.com/AlexandrePTJ/mopidy-somafm>`_
-        - `Issue tracker <https://github.com/AlexandrePTJ/mopidy-somafm/issues>`_
-        - `Changelog <https://github.com/AlexandrePTJ/mopidy-somafm/blob/master/CHANGELOG.rst>`_
-        
-        
-        Credits
-        =======
-        
-        - Original author: `Alexandre Petitjean <https://github.com/AlexandrePTJ>`__
-        - Current maintainer: `Alexandre Petitjean <https://github.com/AlexandrePTJ>`__
-        - `Contributors <https://github.com/AlexandrePTJ/mopidy-somafm/graphs/contributors>`_
-        
-Platform: UNKNOWN
 Classifier: Environment :: No Input/Output (Daemon)
 Classifier: Intended Audience :: End Users/Desktop
 Classifier: License :: OSI Approved :: Apache Software License
@@ -89,7 +15,81 @@ Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Topic :: Multimedia :: Sound/Audio :: Players
 Requires-Python: >=3.7
+Provides-Extra: dev
 Provides-Extra: lint
 Provides-Extra: release
 Provides-Extra: test
-Provides-Extra: dev
+License-File: LICENSE
+
+*************
+Mopidy-SomaFM
+*************
+
+.. image:: https://img.shields.io/pypi/v/Mopidy-SomaFM
+    :target: https://pypi.org/project/Mopidy-SomaFM/
+    :alt: Latest PyPI version
+
+.. image:: https://img.shields.io/circleci/build/gh/AlexandrePTJ/mopidy-somafm
+    :target: https://circleci.com/gh/AlexandrePTJ/mopidy-somafm
+    :alt: CircleCI build status
+
+.. image:: https://img.shields.io/codecov/c/gh/AlexandrePTJ/mopidy-somafm
+    :target: https://codecov.io/gh/AlexandrePTJ/mopidy-somafm
+    :alt: Test coverage
+
+SomaFM extension for Mopidy
+
+
+Installation
+============
+
+
+Debian/Ubuntu
+-------------
+
+Install by running::
+
+    python3 -m pip install Mopidy-SomaFM
+
+Or, if available, install the Debian/Ubuntu package from
+`apt.mopidy.com <https://apt.mopidy.com/>`_.
+
+
+Configuration
+=============
+
+Before starting Mopidy, you must add configuration for
+Mopidy-SomaFM to your Mopidy configuration file::
+
+    [somafm]
+    encoding = aac
+    quality = highest
+
+- ``encoding`` must be either ``aac``, ``mp3`` or ``aacp``
+- ``quality`` must be one of ``highest``, ``fast``, ``slow``, ``firewall``
+
+If the preferred quality is not available for a channel, the extension will fallback
+to ``fast``. And afterwards if the preferred encoding is not available for that
+quality, it will fallback to using ``mp3``.
+It seems that all channels support the combination ``fast`` + ``mp3``
+
+You can also choose to use the channel DJ as the reported track artist (default behavior)::
+
+    [somafm]
+    dj_as_artist = true
+
+
+Project resources
+=================
+
+- `Source code <https://github.com/AlexandrePTJ/mopidy-somafm>`_
+- `Issue tracker <https://github.com/AlexandrePTJ/mopidy-somafm/issues>`_
+- `Changelog <https://github.com/AlexandrePTJ/mopidy-somafm/blob/master/CHANGELOG.rst>`_
+
+
+Credits
+=======
+
+- Original author: `Alexandre Petitjean <https://github.com/AlexandrePTJ>`__
+- Current maintainer: `Alexandre Petitjean <https://github.com/AlexandrePTJ>`__
+- `Contributors <https://github.com/AlexandrePTJ/mopidy-somafm/graphs/contributors>`_
diff --git a/Mopidy_SomaFM.egg-info/entry_points.txt b/Mopidy_SomaFM.egg-info/entry_points.txt
index 26b4f67..490aa5b 100644
--- a/Mopidy_SomaFM.egg-info/entry_points.txt
+++ b/Mopidy_SomaFM.egg-info/entry_points.txt
@@ -1,3 +1,2 @@
 [mopidy.ext]
 somafm = mopidy_somafm:Extension
-
diff --git a/Mopidy_SomaFM.egg-info/requires.txt b/Mopidy_SomaFM.egg-info/requires.txt
index 1758de2..1047c6c 100644
--- a/Mopidy_SomaFM.egg-info/requires.txt
+++ b/Mopidy_SomaFM.egg-info/requires.txt
@@ -10,10 +10,10 @@ flake8
 flake8-bugbear
 flake8-import-order
 isort[pyproject]
-twine
-wheel
 pytest
 pytest-cov
+twine
+wheel
 
 [lint]
 black
diff --git a/PKG-INFO b/PKG-INFO
index 2268837..682fafe 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -6,80 +6,6 @@ Home-page: https://github.com/AlexandrePTJ/mopidy-somafm
 Author: Alexandre Petitjean
 Author-email: alpetitjean@gmail.com
 License: Apache License, Version 2.0
-Description: *************
-        Mopidy-SomaFM
-        *************
-        
-        .. image:: https://img.shields.io/pypi/v/Mopidy-SomaFM
-            :target: https://pypi.org/project/Mopidy-SomaFM/
-            :alt: Latest PyPI version
-        
-        .. image:: https://img.shields.io/circleci/build/gh/AlexandrePTJ/mopidy-somafm
-            :target: https://circleci.com/gh/AlexandrePTJ/mopidy-somafm
-            :alt: CircleCI build status
-        
-        .. image:: https://img.shields.io/codecov/c/gh/AlexandrePTJ/mopidy-somafm
-            :target: https://codecov.io/gh/AlexandrePTJ/mopidy-somafm
-            :alt: Test coverage
-        
-        SomaFM extension for Mopidy
-        
-        
-        Installation
-        ============
-        
-        
-        Debian/Ubuntu
-        -------------
-        
-        Install by running::
-        
-            python3 -m pip install Mopidy-SomaFM
-        
-        Or, if available, install the Debian/Ubuntu package from
-        `apt.mopidy.com <https://apt.mopidy.com/>`_.
-        
-        
-        Configuration
-        =============
-        
-        Before starting Mopidy, you must add configuration for
-        Mopidy-SomaFM to your Mopidy configuration file::
-        
-            [somafm]
-            encoding = aac
-            quality = highest
-        
-        - ``encoding`` must be either ``aac``, ``mp3`` or ``aacp``
-        - ``quality`` must be one of ``highest``, ``fast``, ``slow``, ``firewall``
-        
-        If the preferred quality is not available for a channel, the extension will fallback
-        to ``fast``. And afterwards if the preferred encoding is not available for that
-        quality, it will fallback to using ``mp3``.
-        It seems that all channels support the combination ``fast`` + ``mp3``
-        
-        You can also choose to use the channel DJ as the reported track artist (default behavior)::
-        
-            [somafm]
-            dj_as_artist = true
-        
-        
-        Project resources
-        =================
-        
-        - `Source code <https://github.com/AlexandrePTJ/mopidy-somafm>`_
-        - `Issue tracker <https://github.com/AlexandrePTJ/mopidy-somafm/issues>`_
-        - `Changelog <https://github.com/AlexandrePTJ/mopidy-somafm/blob/master/CHANGELOG.rst>`_
-        
-        
-        Credits
-        =======
-        
-        - Original author: `Alexandre Petitjean <https://github.com/AlexandrePTJ>`__
-        - Current maintainer: `Alexandre Petitjean <https://github.com/AlexandrePTJ>`__
-        - `Contributors <https://github.com/AlexandrePTJ/mopidy-somafm/graphs/contributors>`_
-        
-Platform: UNKNOWN
 Classifier: Environment :: No Input/Output (Daemon)
 Classifier: Intended Audience :: End Users/Desktop
 Classifier: License :: OSI Approved :: Apache Software License
@@ -89,7 +15,81 @@ Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Topic :: Multimedia :: Sound/Audio :: Players
 Requires-Python: >=3.7
+Provides-Extra: dev
 Provides-Extra: lint
 Provides-Extra: release
 Provides-Extra: test
-Provides-Extra: dev
+License-File: LICENSE
+
+*************
+Mopidy-SomaFM
+*************
+
+.. image:: https://img.shields.io/pypi/v/Mopidy-SomaFM
+    :target: https://pypi.org/project/Mopidy-SomaFM/
+    :alt: Latest PyPI version
+
+.. image:: https://img.shields.io/circleci/build/gh/AlexandrePTJ/mopidy-somafm
+    :target: https://circleci.com/gh/AlexandrePTJ/mopidy-somafm
+    :alt: CircleCI build status
+
+.. image:: https://img.shields.io/codecov/c/gh/AlexandrePTJ/mopidy-somafm
+    :target: https://codecov.io/gh/AlexandrePTJ/mopidy-somafm
+    :alt: Test coverage
+
+SomaFM extension for Mopidy
+
+
+Installation
+============
+
+
+Debian/Ubuntu
+-------------
+
+Install by running::
+
+    python3 -m pip install Mopidy-SomaFM
+
+Or, if available, install the Debian/Ubuntu package from
+`apt.mopidy.com <https://apt.mopidy.com/>`_.
+
+
+Configuration
+=============
+
+Before starting Mopidy, you must add configuration for
+Mopidy-SomaFM to your Mopidy configuration file::
+
+    [somafm]
+    encoding = aac
+    quality = highest
+
+- ``encoding`` must be either ``aac``, ``mp3`` or ``aacp``
+- ``quality`` must be one of ``highest``, ``fast``, ``slow``, ``firewall``
+
+If the preferred quality is not available for a channel, the extension will fallback
+to ``fast``. And afterwards if the preferred encoding is not available for that
+quality, it will fallback to using ``mp3``.
+It seems that all channels support the combination ``fast`` + ``mp3``
+
+You can also choose to use the channel DJ as the reported track artist (default behavior)::
+
+    [somafm]
+    dj_as_artist = true
+
+
+Project resources
+=================
+
+- `Source code <https://github.com/AlexandrePTJ/mopidy-somafm>`_
+- `Issue tracker <https://github.com/AlexandrePTJ/mopidy-somafm/issues>`_
+- `Changelog <https://github.com/AlexandrePTJ/mopidy-somafm/blob/master/CHANGELOG.rst>`_
+
+
+Credits
+=======
+
+- Original author: `Alexandre Petitjean <https://github.com/AlexandrePTJ>`__
+- Current maintainer: `Alexandre Petitjean <https://github.com/AlexandrePTJ>`__
+- `Contributors <https://github.com/AlexandrePTJ/mopidy-somafm/graphs/contributors>`_
diff --git a/debian/changelog b/debian/changelog
index 06b32e5..073c952 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mopidy-somafm (2.0.2+git20210210.2.25473c0-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Mon, 19 Dec 2022 15:50:59 -0000
+
 mopidy-somafm (2.0.2-1) unstable; urgency=medium
 
   * New upstream release

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details