Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mopidy: update to 3.2.0.
@ 2021-11-13 15:04 TheEgghead27
  2021-11-13 18:58 ` [PR REVIEW] " paper42
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: TheEgghead27 @ 2021-11-13 15:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1368 bytes --]

There is a new pull request by TheEgghead27 against master on the void-packages repository

https://github.com/TheEgghead27/void-packages mopidy-3.2.0
https://github.com/void-linux/void-packages/pull/34055

mopidy: update to 3.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64 (glibc))
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l (crossbuild)

#### Have the results of the proposed changes been tested?
- I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me



A patch file from https://github.com/void-linux/void-packages/pull/34055.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mopidy-3.2.0-34055.patch --]
[-- Type: text/x-diff, Size: 1050 bytes --]

From c6e3ec13a1004b5724bdc465255deb50c72fdc13 Mon Sep 17 00:00:00 2001
From: David Chen <45245358+TheEgghead27@users.noreply.github.com>
Date: Sat, 13 Nov 2021 09:48:27 -0500
Subject: [PATCH] mopidy: update to 3.2.0.

---
 srcpkgs/mopidy/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index b5ba4a154891..bdeb5b8f707d 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,6 +1,6 @@
 # Template file for 'mopidy'
 pkgname=mopidy
-version=3.0.1
+version=3.2.0
 revision=4
 wrksrc="Mopidy-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ license="Apache-2.0"
 homepage="http://www.mopidy.com"
 changelog="https://github.com/mopidy/mopidy/raw/develop/docs/changelog.rst"
 distfiles="${PYPI_SITE}/M/Mopidy/Mopidy-${version}.tar.gz"
-checksum=7931ca61028e135834df1af22a01029b24f3c2455625f3da84a1a05b5c313ef3
+checksum=8e9d1aa91a3c40ac43945be58249a7ce27eb955bce9c9e4d07592e809ac37004
 
 conf_files="/etc/mopidy/*.conf"
 system_accounts="mopidy"

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR REVIEW] mopidy: update to 3.2.0.
  2021-11-13 15:04 [PR PATCH] mopidy: update to 3.2.0 TheEgghead27
@ 2021-11-13 18:58 ` paper42
  2021-11-13 20:46 ` [PR PATCH] [Updated] " TheEgghead27
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2021-11-13 18:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 177 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34055#discussion_r748753871

Comment:
```suggestion
revision=1
```

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] mopidy: update to 3.2.0.
  2021-11-13 15:04 [PR PATCH] mopidy: update to 3.2.0 TheEgghead27
  2021-11-13 18:58 ` [PR REVIEW] " paper42
@ 2021-11-13 20:46 ` TheEgghead27
  2021-11-13 20:51 ` [PR REVIEW] " TheEgghead27
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: TheEgghead27 @ 2021-11-13 20:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 864 bytes --]

There is an updated pull request by TheEgghead27 against master on the void-packages repository

https://github.com/TheEgghead27/void-packages mopidy-3.2.0
https://github.com/void-linux/void-packages/pull/34055

mopidy: update to 3.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64 (glibc))
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l (crossbuild)

#### Have the results of the proposed changes been tested?
- I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me



A patch file from https://github.com/void-linux/void-packages/pull/34055.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mopidy-3.2.0-34055.patch --]
[-- Type: text/x-diff, Size: 1572 bytes --]

From 6fa352e85ef3afe711f94eac21ae92bb565a9815 Mon Sep 17 00:00:00 2001
From: David Chen <45245358+TheEgghead27@users.noreply.github.com>
Date: Sat, 13 Nov 2021 15:45:20 -0500
Subject: [PATCH] mopidy: update to 3.2.0.

---
 srcpkgs/mopidy/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index b5ba4a154891..c04f6ff38708 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,19 +1,20 @@
 # Template file for 'mopidy'
 pkgname=mopidy
-version=3.0.1
-revision=4
+version=3.2.0
+revision=1
 wrksrc="Mopidy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka"
 depends="gst1-python3 gst-plugins-good1 gst-plugins-ugly1 gst-plugins-bad1
- python3-tornado python3-pykka python3-setuptools python3-requests python3-uritools"
+ python3-dbus python3-gobject python3-tornado python3-pykka python3-setuptools python3-requests"
+checkdepends="${depends} python3-pytest python3-responses"
 short_desc="Music server for MPD, Spotify, SoundClound and others"
 maintainer="allan <mail@may.mooo.com>"
 license="Apache-2.0"
 homepage="http://www.mopidy.com"
 changelog="https://github.com/mopidy/mopidy/raw/develop/docs/changelog.rst"
 distfiles="${PYPI_SITE}/M/Mopidy/Mopidy-${version}.tar.gz"
-checksum=7931ca61028e135834df1af22a01029b24f3c2455625f3da84a1a05b5c313ef3
+checksum=8e9d1aa91a3c40ac43945be58249a7ce27eb955bce9c9e4d07592e809ac37004
 
 conf_files="/etc/mopidy/*.conf"
 system_accounts="mopidy"

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR REVIEW] mopidy: update to 3.2.0.
  2021-11-13 15:04 [PR PATCH] mopidy: update to 3.2.0 TheEgghead27
  2021-11-13 18:58 ` [PR REVIEW] " paper42
  2021-11-13 20:46 ` [PR PATCH] [Updated] " TheEgghead27
@ 2021-11-13 20:51 ` TheEgghead27
  2021-11-13 23:05 ` paper42
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: TheEgghead27 @ 2021-11-13 20:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 197 bytes --]

New review comment by TheEgghead27 on void-packages repository

https://github.com/void-linux/void-packages/pull/34055#discussion_r748764365

Comment:
I added this change to the new revision :+1: 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR REVIEW] mopidy: update to 3.2.0.
  2021-11-13 15:04 [PR PATCH] mopidy: update to 3.2.0 TheEgghead27
                   ` (2 preceding siblings ...)
  2021-11-13 20:51 ` [PR REVIEW] " TheEgghead27
@ 2021-11-13 23:05 ` paper42
  2021-11-13 23:05 ` paper42
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2021-11-13 23:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 200 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34055#discussion_r748775311

Comment:
```suggestion
homepage="https://www.mopidy.com"
```

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR REVIEW] mopidy: update to 3.2.0.
  2021-11-13 15:04 [PR PATCH] mopidy: update to 3.2.0 TheEgghead27
                   ` (3 preceding siblings ...)
  2021-11-13 23:05 ` paper42
@ 2021-11-13 23:05 ` paper42
  2021-11-14  0:48 ` [PR PATCH] [Updated] " TheEgghead27
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2021-11-13 23:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 165 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34055#discussion_r748775316

Comment:
wrap at 80 columns

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] mopidy: update to 3.2.0.
  2021-11-13 15:04 [PR PATCH] mopidy: update to 3.2.0 TheEgghead27
                   ` (4 preceding siblings ...)
  2021-11-13 23:05 ` paper42
@ 2021-11-14  0:48 ` TheEgghead27
  2021-11-14  0:49 ` [PR REVIEW] " TheEgghead27
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: TheEgghead27 @ 2021-11-14  0:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 864 bytes --]

There is an updated pull request by TheEgghead27 against master on the void-packages repository

https://github.com/TheEgghead27/void-packages mopidy-3.2.0
https://github.com/void-linux/void-packages/pull/34055

mopidy: update to 3.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64 (glibc))
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l (crossbuild)

#### Have the results of the proposed changes been tested?
- I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me



A patch file from https://github.com/void-linux/void-packages/pull/34055.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mopidy-3.2.0-34055.patch --]
[-- Type: text/x-diff, Size: 1710 bytes --]

From 43bbf4e9afc4ebd2482195a1c7f0fb29972f0491 Mon Sep 17 00:00:00 2001
From: David Chen <45245358+TheEgghead27@users.noreply.github.com>
Date: Sat, 13 Nov 2021 19:49:05 -0500
Subject: [PATCH] mopidy: update to 3.2.0.

---
 srcpkgs/mopidy/template | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template
index b5ba4a154891..38b232696a91 100644
--- a/srcpkgs/mopidy/template
+++ b/srcpkgs/mopidy/template
@@ -1,19 +1,22 @@
 # Template file for 'mopidy'
 pkgname=mopidy
-version=3.0.1
-revision=4
+version=3.2.0
+revision=1
 wrksrc="Mopidy-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka"
+hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme
+ python3-pykka"
 depends="gst1-python3 gst-plugins-good1 gst-plugins-ugly1 gst-plugins-bad1
- python3-tornado python3-pykka python3-setuptools python3-requests python3-uritools"
+ python3-dbus python3-gobject python3-tornado python3-pykka python3-setuptools
+ python3-requests"
+checkdepends="${depends} python3-pytest python3-responses"
 short_desc="Music server for MPD, Spotify, SoundClound and others"
 maintainer="allan <mail@may.mooo.com>"
 license="Apache-2.0"
-homepage="http://www.mopidy.com"
+homepage="https://www.mopidy.com"
 changelog="https://github.com/mopidy/mopidy/raw/develop/docs/changelog.rst"
 distfiles="${PYPI_SITE}/M/Mopidy/Mopidy-${version}.tar.gz"
-checksum=7931ca61028e135834df1af22a01029b24f3c2455625f3da84a1a05b5c313ef3
+checksum=8e9d1aa91a3c40ac43945be58249a7ce27eb955bce9c9e4d07592e809ac37004
 
 conf_files="/etc/mopidy/*.conf"
 system_accounts="mopidy"

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR REVIEW] mopidy: update to 3.2.0.
  2021-11-13 15:04 [PR PATCH] mopidy: update to 3.2.0 TheEgghead27
                   ` (5 preceding siblings ...)
  2021-11-14  0:48 ` [PR PATCH] [Updated] " TheEgghead27
@ 2021-11-14  0:49 ` TheEgghead27
  2021-11-14  0:49 ` TheEgghead27
  2021-11-14 11:03 ` [PR PATCH] [Merged]: " paper42
  8 siblings, 0 replies; 10+ messages in thread
From: TheEgghead27 @ 2021-11-14  0:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 163 bytes --]

New review comment by TheEgghead27 on void-packages repository

https://github.com/void-linux/void-packages/pull/34055#discussion_r748782150

Comment:
Added :+1: 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR REVIEW] mopidy: update to 3.2.0.
  2021-11-13 15:04 [PR PATCH] mopidy: update to 3.2.0 TheEgghead27
                   ` (6 preceding siblings ...)
  2021-11-14  0:49 ` [PR REVIEW] " TheEgghead27
@ 2021-11-14  0:49 ` TheEgghead27
  2021-11-14 11:03 ` [PR PATCH] [Merged]: " paper42
  8 siblings, 0 replies; 10+ messages in thread
From: TheEgghead27 @ 2021-11-14  0:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 162 bytes --]

New review comment by TheEgghead27 on void-packages repository

https://github.com/void-linux/void-packages/pull/34055#discussion_r748782154

Comment:
Done :+1: 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Merged]: mopidy: update to 3.2.0.
  2021-11-13 15:04 [PR PATCH] mopidy: update to 3.2.0 TheEgghead27
                   ` (7 preceding siblings ...)
  2021-11-14  0:49 ` TheEgghead27
@ 2021-11-14 11:03 ` paper42
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2021-11-14 11:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 693 bytes --]

There's a merged pull request on the void-packages repository

mopidy: update to 3.2.0.
https://github.com/void-linux/void-packages/pull/34055

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64 (glibc))
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l (crossbuild)

#### Have the results of the proposed changes been tested?
- I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-11-14 11:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-13 15:04 [PR PATCH] mopidy: update to 3.2.0 TheEgghead27
2021-11-13 18:58 ` [PR REVIEW] " paper42
2021-11-13 20:46 ` [PR PATCH] [Updated] " TheEgghead27
2021-11-13 20:51 ` [PR REVIEW] " TheEgghead27
2021-11-13 23:05 ` paper42
2021-11-13 23:05 ` paper42
2021-11-14  0:48 ` [PR PATCH] [Updated] " TheEgghead27
2021-11-14  0:49 ` [PR REVIEW] " TheEgghead27
2021-11-14  0:49 ` TheEgghead27
2021-11-14 11:03 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).