Move repository to gitlab.com/sublime-music/sublime-music

This commit is contained in:
Sumner Evans
2020-06-21 13:33:03 -06:00
parent 0c182408b4
commit 3b5d2cc518
9 changed files with 27 additions and 27 deletions

View File

@@ -7,7 +7,7 @@ v0.10.3
This is a hotfix release. I forgot to add the Subsonic logo resources to This is a hotfix release. I forgot to add the Subsonic logo resources to
``setup.py``. All of the interesting updates happened in `v0.10.2`_. ``setup.py``. All of the interesting updates happened in `v0.10.2`_.
.. _v0.10.2: https://gitlab.com/sumner/sublime-music/-/releases/v0.10.2 .. _v0.10.2: https://gitlab.com/sublime-music/sublime-music/-/releases/v0.10.2
v0.10.2 v0.10.2
======= =======
@@ -16,7 +16,7 @@ v0.10.2
This version does not have a Flatpak due to issues getting Python 3.8 working This version does not have a Flatpak due to issues getting Python 3.8 working
within the Flatpak environment. See `Issue #218 within the Flatpak environment. See `Issue #218
<https://gitlab.com/sumner/sublime-music/-/issues/218_>`_ <https://gitlab.com/sublime-music/sublime-music/-/issues/218_>`_
.. warning:: .. warning::
@@ -120,7 +120,7 @@ and performant.
longer reliant on Subsonic. This means that in the future, more backends can longer reliant on Subsonic. This means that in the future, more backends can
be added. be added.
.. _Adapter API: https://sumner.gitlab.io/sublime-music/adapter-api.html .. _Adapter API: https://sublime-music.gitlab.io/sublime-music/adapter-api.html
v0.9.2 v0.9.2
====== ======
@@ -293,9 +293,9 @@ v0.8.10
* **Infrastructure** * **Infrastructure**
* Auto-deploy of documentation to GitLab Pages: * Auto-deploy of documentation to GitLab Pages:
https://sumner.gitlab.io/sublime-music. https://sublime-music.gitlab.io/sublime-music.
* Code coverage report now available for latest ``master`` at * Code coverage report now available for latest ``master`` at
https://sumner.gitlab.io/sublime-music/htmlcov. https://sublime-music.gitlab.io/sublime-music/htmlcov.
* Lint step also disallows ``print()`` statements in code. * Lint step also disallows ``print()`` statements in code.
v0.8.9 v0.8.9

View File

@@ -10,7 +10,7 @@ Issue Reporting
=============== ===============
You can report issues or propose features using the GitLab Issues feature for You can report issues or propose features using the GitLab Issues feature for
this repository: https://gitlab.com/sumner/sublime-music/issues. this repository: https://gitlab.com/sublime-music/sublime-music/issues.
Please note that as of right now, I (Sumner) am basically the only contributor Please note that as of right now, I (Sumner) am basically the only contributor
to this project, so my response time to your issue may be anywhere from instant to this project, so my response time to your issue may be anywhere from instant
@@ -35,7 +35,7 @@ To get an overview of the Sublime Music code structure, I recommend taking a
look at the |docs|_. look at the |docs|_.
.. |docs| replace:: ``sublime`` package documentation .. |docs| replace:: ``sublime`` package documentation
.. _docs: https://sumner.gitlab.io/sublime-music/api/sublime.html .. _docs: https://sublime-music.gitlab.io/sublime-music/api/sublime.html
Requirements Requirements
------------ ------------
@@ -201,4 +201,4 @@ application to PyPi. A brief description of each of the stages is as follows:
Creates a new `GitLab Release`_ using the content from the most recent Creates a new `GitLab Release`_ using the content from the most recent
section of the ``CHANGELOG``. section of the ``CHANGELOG``.
.. _GitLab Release: https://gitlab.com/sumner/sublime-music/-/releases .. _GitLab Release: https://gitlab.com/sublime-music/sublime-music/-/releases

View File

@@ -1,4 +1,4 @@
.. image:: https://gitlab.com/sumner/sublime-music/-/raw/master/logo/logo.png .. image:: https://gitlab.com/sublime-music/sublime-music/-/raw/master/logo/logo.png
:alt: Sublime Music Logo :alt: Sublime Music Logo
Sublime Music is a GTK3 Sublime Music is a GTK3
@@ -16,12 +16,12 @@ Linux Desktop.
|userdoc|_ |userdoc|_
.. |userdoc| replace:: **Click HERE for extended user documentation.** .. |userdoc| replace:: **Click HERE for extended user documentation.**
.. _userdoc: https://sumner.gitlab.io/sublime-music/ .. _userdoc: https://sublime-music.gitlab.io/sublime-music/
See the |contributing|_ document for how to contribute to this project. See the |contributing|_ document for how to contribute to this project.
.. |contributing| replace:: ``CONTRIBUTING.rst`` .. |contributing| replace:: ``CONTRIBUTING.rst``
.. _contributing: https://gitlab.com/sumner/sublime-music/-/blob/master/CONTRIBUTING.rst .. _contributing: https://gitlab.com/sublime-music/sublime-music/-/blob/master/CONTRIBUTING.rst
You can also join the conversation in our Matrix room: You can also join the conversation in our Matrix room:
`#sublime-music:matrix.org <https://matrix.to/#/!veTDkgvBExJGKIBYlU:matrix.org?via=matrix.org>`_. `#sublime-music:matrix.org <https://matrix.to/#/!veTDkgvBExJGKIBYlU:matrix.org?via=matrix.org>`_.

View File

@@ -1,6 +1,6 @@
FROM fedora:30 FROM fedora:30
MAINTAINER robozman "https://gitlab.com/robozman" LABEL maintainer robozman "https://gitlab.com/robozman"
VOLUME [ "/sys/fs/cgroup", "/tmp", "/run" ] VOLUME [ "/sys/fs/cgroup", "/tmp", "/run" ]

View File

@@ -21,7 +21,7 @@ import datetime
project = "Sublime Music" project = "Sublime Music"
copyright = f"{datetime.datetime.today().year}, Sumner Evans" copyright = f"{datetime.datetime.today().year}, Sumner Evans"
author = "Sumner Evans" author = "Sumner Evans"
gitlab_url = "https://gitlab.com/sumner/sublime-music/" gitlab_url = "https://gitlab.com/sublime-music/sublime-music/"
# Get the version from the package. # Get the version from the package.
import sublime import sublime
@@ -81,7 +81,7 @@ html_theme_options = {
# Edit on GitLab integration # Edit on GitLab integration
html_context = { html_context = {
"display_gitlab": True, "display_gitlab": True,
"gitlab_user": "sumner", "gitlab_user": "sublime-music",
"gitlab_repo": "sublime-music", "gitlab_repo": "sublime-music",
"gitlab_version": "master", "gitlab_version": "master",
"conf_py_path": "/docs/", "conf_py_path": "/docs/",

View File

@@ -73,7 +73,7 @@ and run it by executing::
flatpak run com.sumnerevans.SublimeMusic flatpak run com.sumnerevans.SublimeMusic
.. _Releases: https://gitlab.com/sumner/sublime-music/-/releases .. _Releases: https://gitlab.com/sublime-music/sublime-music/-/releases
**Via PyPi**:: **Via PyPi**::

View File

@@ -38,4 +38,4 @@ BUGS
---- ----
You can report bugs in your distribution issue tracker or upstream at You can report bugs in your distribution issue tracker or upstream at
https://gitlab.com/sumner/sublime-music/-/issues https://gitlab.com/sublime-music/sublime-music/-/issues

View File

@@ -30,7 +30,7 @@ for data_dir in package_data_dirs:
setup( setup(
name="sublime-music", name="sublime-music",
version=version, version=version,
url="https://gitlab.com/sumner/sublime-music", url="https://gitlab.com/sublime-music/sublime-music",
description="A native GTK *sonic client.", description="A native GTK *sonic client.",
long_description=long_description, long_description=long_description,
author="Sumner Evans", author="Sumner Evans",

View File

@@ -42,44 +42,44 @@
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">
<caption>Album cover tab</caption> <caption>Album cover tab</caption>
<image>https://sumner.gitlab.io/sublime-music/_images/albums.png</image> <image>https://sublime-music.gitlab.io/sublime-music/_images/albums.png</image>
</screenshot> </screenshot>
<screenshot type="default"> <screenshot type="default">
<caption>Artists tab</caption> <caption>Artists tab</caption>
<image>https://sumner.gitlab.io/sublime-music/_images/artists.png</image> <image>https://sublime-music.gitlab.io/sublime-music/_images/artists.png</image>
</screenshot> </screenshot>
<screenshot type="default"> <screenshot type="default">
<caption>Browse tab</caption> <caption>Browse tab</caption>
<image>https://sumner.gitlab.io/sublime-music/_images/browse.png</image> <image>https://sublime-music.gitlab.io/sublime-music/_images/browse.png</image>
</screenshot> </screenshot>
<screenshot type="default"> <screenshot type="default">
<caption>Playlists tab</caption> <caption>Playlists tab</caption>
<image>https://sumner.gitlab.io/sublime-music/_images/playlists.png</image> <image>https://sublime-music.gitlab.io/sublime-music/_images/playlists.png</image>
</screenshot> </screenshot>
<screenshot type="default"> <screenshot type="default">
<caption>Play queue</caption> <caption>Play queue</caption>
<image>https://sumner.gitlab.io/sublime-music/_images/play-queue.png</image> <image>https://sublime-music.gitlab.io/sublime-music/_images/play-queue.png</image>
</screenshot> </screenshot>
<screenshot type="default"> <screenshot type="default">
<caption>Play on other devices</caption> <caption>Play on other devices</caption>
<image>https://sumner.gitlab.io/sublime-music/_images/chromecasts.png</image> <image>https://sublime-music.gitlab.io/sublime-music/_images/chromecasts.png</image>
</screenshot> </screenshot>
<screenshot type="default"> <screenshot type="default">
<caption>Fuzzy search for artists, albums, songs, and playlists</caption> <caption>Fuzzy search for artists, albums, songs, and playlists</caption>
<image>https://sumner.gitlab.io/sublime-music/_images/search.png</image> <image>https://sublime-music.gitlab.io/sublime-music/_images/search.png</image>
</screenshot> </screenshot>
<screenshot type="default"> <screenshot type="default">
<caption>View current downloads</caption> <caption>View current downloads</caption>
<image>https://sumner.gitlab.io/sublime-music/_images/downloads.png</image> <image>https://sublime-music.gitlab.io/sublime-music/_images/downloads.png</image>
</screenshot> </screenshot>
<screenshot type="default"> <screenshot type="default">
<caption>Offline mode</caption> <caption>Offline mode</caption>
<image>https://sumner.gitlab.io/sublime-music/_images/offline-mode.png</image> <image>https://sublime-music.gitlab.io/sublime-music/_images/offline-mode.png</image>
</screenshot> </screenshot>
</screenshots> </screenshots>
<url type="homepage">https://sublimemusic.app</url> <url type="homepage">https://sublimemusic.app</url>
<url type="bugtracker">https://gitlab.com/sumner/sublime-music/issues</url> <url type="bugtracker">https://gitlab.com/sublime-music/sublime-music/issues</url>
<provides> <provides>
<id>sublime-music.desktop</id> <id>sublime-music.desktop</id>