Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nicotine+: update to 3.2.0.
@ 2022-01-16 21:28 xuoe
  2022-01-18 22:36 ` [PR PATCH] [Updated] " xuoe
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: xuoe @ 2022-01-16 21:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xuoe/void-packages master
https://github.com/void-linux/void-packages/pull/35085

nicotine+: update to 3.2.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, amd64-glibc

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

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

From d34952aaed82b8f19b72d3eb33428aedc92f4760 Mon Sep 17 00:00:00 2001
From: Alex Diaconu <xuoe@pm.me>
Date: Sun, 16 Jan 2022 23:16:26 +0200
Subject: [PATCH] nicotine+: update to 3.2.0.

Also add python3-setuptools to hostmakedepends.
---
 srcpkgs/nicotine+/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 039e1d7ffc1e..daf7a94bb46d 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,10 +1,10 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
-version=3.1.1
+version=3.2.0
 revision=1
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
-hostmakedepends="python3 gettext"
+hostmakedepends="python3 python3-setuptools gettext"
 depends="gspell gtk+3 python3-gobject"
 short_desc="Graphical client for the Soulseek file sharing network"
 maintainer="doggone <doggone@airmail.cc>"
@@ -12,4 +12,4 @@ license="GPL-3.0-or-later"
 homepage="https://nicotine-plus.org"
 changelog="https://raw.githubusercontent.com/nicotine-plus/nicotine-plus/master/NEWS.md"
 distfiles="https://github.com/Nicotine-Plus/nicotine-plus/archive/${version}.tar.gz"
-checksum=d02f374eaf4cf8cebb2b4068ed5dd36f5774d5ea72b61715ff39bfd6936252d0
+checksum=ec3a90ca9a791e7724bbb6504defe0b4104a21dd7da3f20fdc7a50519f90228e

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

* Re: [PR PATCH] [Updated] nicotine+: update to 3.2.0.
  2022-01-16 21:28 [PR PATCH] nicotine+: update to 3.2.0 xuoe
@ 2022-01-18 22:36 ` xuoe
  2022-01-19  9:45 ` xuoe
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: xuoe @ 2022-01-18 22:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xuoe/void-packages master
https://github.com/void-linux/void-packages/pull/35085

nicotine+: update to 3.2.0.
#### 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

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

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

From 479cc2ed173f77dd348a3add8c2250ef9f36d16e Mon Sep 17 00:00:00 2001
From: Alex Diaconu <xuoe@pm.me>
Date: Sun, 16 Jan 2022 23:16:26 +0200
Subject: [PATCH] nicotine+: update to 3.2.0.

python3-setuptools is now a build dependency and xvfb is required to
test the package.

Also slightly adjusted the package description to match the official
one.
---
 srcpkgs/nicotine+/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 039e1d7ffc1e..2bcd08383e4e 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,15 +1,16 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
-version=3.1.1
+version=3.2.0
 revision=1
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
-hostmakedepends="python3 gettext"
+hostmakedepends="python3 python3-setuptools gettext"
 depends="gspell gtk+3 python3-gobject"
-short_desc="Graphical client for the Soulseek file sharing network"
+checkdepends="$depends python3-pytest python3-pytest-xvfb"
+short_desc="Graphical client for the Soulseek peer-to-peer network"
 maintainer="doggone <doggone@airmail.cc>"
 license="GPL-3.0-or-later"
 homepage="https://nicotine-plus.org"
 changelog="https://raw.githubusercontent.com/nicotine-plus/nicotine-plus/master/NEWS.md"
 distfiles="https://github.com/Nicotine-Plus/nicotine-plus/archive/${version}.tar.gz"
-checksum=d02f374eaf4cf8cebb2b4068ed5dd36f5774d5ea72b61715ff39bfd6936252d0
+checksum=ec3a90ca9a791e7724bbb6504defe0b4104a21dd7da3f20fdc7a50519f90228e

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

* Re: nicotine+: update to 3.2.0.
  2022-01-16 21:28 [PR PATCH] nicotine+: update to 3.2.0 xuoe
  2022-01-18 22:36 ` [PR PATCH] [Updated] " xuoe
@ 2022-01-19  9:45 ` xuoe
  2022-01-19  9:46 ` xuoe
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: xuoe @ 2022-01-19  9:45 UTC (permalink / raw)
  To: ml

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

New comment by xuoe on void-packages repository

https://github.com/void-linux/void-packages/pull/35085#issuecomment-1016259531

Comment:
Not sure if anyone is notified for pending workflows, so I'm gonna bump this.

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

* Re: nicotine+: update to 3.2.0.
  2022-01-16 21:28 [PR PATCH] nicotine+: update to 3.2.0 xuoe
  2022-01-18 22:36 ` [PR PATCH] [Updated] " xuoe
  2022-01-19  9:45 ` xuoe
@ 2022-01-19  9:46 ` xuoe
  2022-01-19 17:14 ` xuoe
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: xuoe @ 2022-01-19  9:46 UTC (permalink / raw)
  To: ml

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

New comment by xuoe on void-packages repository

https://github.com/void-linux/void-packages/pull/35085#issuecomment-1016259531

Comment:
Not sure if anyone is notified for pending workflows, so I'm gonna bump this.

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

* Re: nicotine+: update to 3.2.0.
  2022-01-16 21:28 [PR PATCH] nicotine+: update to 3.2.0 xuoe
                   ` (2 preceding siblings ...)
  2022-01-19  9:46 ` xuoe
@ 2022-01-19 17:14 ` xuoe
  2022-01-19 21:42 ` [PR PATCH] [Updated] " xuoe
  2022-01-19 21:48 ` [PR PATCH] [Merged]: " leahneukirchen
  5 siblings, 0 replies; 7+ messages in thread
From: xuoe @ 2022-01-19 17:14 UTC (permalink / raw)
  To: ml

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

New comment by xuoe on void-packages repository

https://github.com/void-linux/void-packages/pull/35085#issuecomment-1016685058

Comment:
Can someone allow the workflow to run?

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

* Re: [PR PATCH] [Updated] nicotine+: update to 3.2.0.
  2022-01-16 21:28 [PR PATCH] nicotine+: update to 3.2.0 xuoe
                   ` (3 preceding siblings ...)
  2022-01-19 17:14 ` xuoe
@ 2022-01-19 21:42 ` xuoe
  2022-01-19 21:48 ` [PR PATCH] [Merged]: " leahneukirchen
  5 siblings, 0 replies; 7+ messages in thread
From: xuoe @ 2022-01-19 21:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xuoe/void-packages master
https://github.com/void-linux/void-packages/pull/35085

nicotine+: update to 3.2.0.
#### 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

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

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

From 66ffdb8cb5509bcf1e50150cae8f86be6684c0b4 Mon Sep 17 00:00:00 2001
From: Alex Diaconu <xuoe@pm.me>
Date: Sun, 16 Jan 2022 23:16:26 +0200
Subject: [PATCH] nicotine+: update to 3.2.0.

Since python3-setuptools is now a build dependency, python3 can be
dropped. xvfb is required to test the package.

Also slightly adjusted the package description to match the official
one.
---
 srcpkgs/nicotine+/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template
index 039e1d7ffc1e..ed78d9d6a5e4 100644
--- a/srcpkgs/nicotine+/template
+++ b/srcpkgs/nicotine+/template
@@ -1,15 +1,16 @@
 # Template file for 'nicotine+'
 pkgname=nicotine+
-version=3.1.1
+version=3.2.0
 revision=1
 wrksrc="nicotine-plus-${version}"
 build_style=python3-module
-hostmakedepends="python3 gettext"
+hostmakedepends="python3-setuptools gettext"
 depends="gspell gtk+3 python3-gobject"
-short_desc="Graphical client for the Soulseek file sharing network"
+checkdepends="$depends python3-pytest python3-pytest-xvfb"
+short_desc="Graphical client for the Soulseek peer-to-peer network"
 maintainer="doggone <doggone@airmail.cc>"
 license="GPL-3.0-or-later"
 homepage="https://nicotine-plus.org"
 changelog="https://raw.githubusercontent.com/nicotine-plus/nicotine-plus/master/NEWS.md"
 distfiles="https://github.com/Nicotine-Plus/nicotine-plus/archive/${version}.tar.gz"
-checksum=d02f374eaf4cf8cebb2b4068ed5dd36f5774d5ea72b61715ff39bfd6936252d0
+checksum=ec3a90ca9a791e7724bbb6504defe0b4104a21dd7da3f20fdc7a50519f90228e

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

* Re: [PR PATCH] [Merged]: nicotine+: update to 3.2.0.
  2022-01-16 21:28 [PR PATCH] nicotine+: update to 3.2.0 xuoe
                   ` (4 preceding siblings ...)
  2022-01-19 21:42 ` [PR PATCH] [Updated] " xuoe
@ 2022-01-19 21:48 ` leahneukirchen
  5 siblings, 0 replies; 7+ messages in thread
From: leahneukirchen @ 2022-01-19 21:48 UTC (permalink / raw)
  To: ml

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

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

nicotine+: update to 3.2.0.
https://github.com/void-linux/void-packages/pull/35085

Description:
#### 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

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

end of thread, other threads:[~2022-01-19 21:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-16 21:28 [PR PATCH] nicotine+: update to 3.2.0 xuoe
2022-01-18 22:36 ` [PR PATCH] [Updated] " xuoe
2022-01-19  9:45 ` xuoe
2022-01-19  9:46 ` xuoe
2022-01-19 17:14 ` xuoe
2022-01-19 21:42 ` [PR PATCH] [Updated] " xuoe
2022-01-19 21:48 ` [PR PATCH] [Merged]: " leahneukirchen

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).