Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sabnzbd: update to 3.2.1
@ 2021-04-12  4:11 vaft22
  2021-04-12 13:39 ` ericonr
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: vaft22 @ 2021-04-12  4:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vaft22/void-packages sabnzbd-branch
https://github.com/void-linux/void-packages/pull/30175

sabnzbd: update to 3.2.1
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From a39a8c3b11a2f4a400e34baefc62f6db770c9976 Mon Sep 17 00:00:00 2001
From: Warren Daniel <warren@vaft.net>
Date: Sun, 11 Apr 2021 23:54:39 -0400
Subject: [PATCH] sabnzbd: update to 3.2.1

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

diff --git a/srcpkgs/sabnzbd/template b/srcpkgs/sabnzbd/template
index ed3dd23016ba..966cd8325186 100644
--- a/srcpkgs/sabnzbd/template
+++ b/srcpkgs/sabnzbd/template
@@ -1,6 +1,6 @@
 # Template file for 'sabnzbd'
 pkgname=sabnzbd
-version=3.0.2
+version=3.2.1
 revision=1
 wrksrc="SABnzbd-${version}"
 pycompile_dirs="/usr/share/sabnzbd"
@@ -14,7 +14,7 @@ license="GPL-2.0-or-later, custom:Bundled"
 homepage="https://sabnzbd.org/"
 changelog="https://github.com/sabnzbd/sabnzbd/releases"
 distfiles="https://github.com/sabnzbd/sabnzbd/releases/download/${version}/SABnzbd-${version}-src.tar.gz"
-checksum=c93f95d9193061ba653c2ab592704c7a8e9b6146817f80e4e2420b3f74b976b2
+checksum=79c2bb46e41f2316e4c2827b61598157fbc9467ecddaca6fc4f0b2f4e7b8f809
 python_version=3
 
 post_extract() {

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

* Re: sabnzbd: update to 3.2.1
  2021-04-12  4:11 [PR PATCH] sabnzbd: update to 3.2.1 vaft22
@ 2021-04-12 13:39 ` ericonr
  2021-04-13  2:04 ` vaft22
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-04-12 13:39 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30175#issuecomment-817820225

Comment:
Please add `python3-Cheroot` explicitly to `depends` :)

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

* Re: sabnzbd: update to 3.2.1
  2021-04-12  4:11 [PR PATCH] sabnzbd: update to 3.2.1 vaft22
  2021-04-12 13:39 ` ericonr
@ 2021-04-13  2:04 ` vaft22
  2021-04-13  4:23 ` ericonr
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: vaft22 @ 2021-04-13  2:04 UTC (permalink / raw)
  To: ml

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

New comment by vaft22 on void-packages repository

https://github.com/void-linux/void-packages/pull/30175#issuecomment-818376727

Comment:
> Please add `python3-Cheroot` explicitly to `depends` :)

May I ask why this should be? I checked Debian, Arch, and Gentoo packages, and they all use the same dependency format: sabnzbd depends on python3-CherryPy, and python3-CherryPy depends on python3-Cheroot.

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

* Re: sabnzbd: update to 3.2.1
  2021-04-12  4:11 [PR PATCH] sabnzbd: update to 3.2.1 vaft22
  2021-04-12 13:39 ` ericonr
  2021-04-13  2:04 ` vaft22
@ 2021-04-13  4:23 ` ericonr
  2021-04-14  2:29 ` [PR PATCH] [Updated] " vaft22
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-04-13  4:23 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30175#issuecomment-818426366

Comment:
Sorry, I should have linked it! It might be nice to include the link in the commit message, even:

https://github.com/sabnzbd/sabnzbd/blob/3.2.1/requirements.txt

The reasoning being that if `cherrypy` changes its dependencies, `cheroot` will still be available for `sabnzbd` :)

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

* Re: [PR PATCH] [Updated] sabnzbd: update to 3.2.1
  2021-04-12  4:11 [PR PATCH] sabnzbd: update to 3.2.1 vaft22
                   ` (2 preceding siblings ...)
  2021-04-13  4:23 ` ericonr
@ 2021-04-14  2:29 ` vaft22
  2021-04-14 12:02 ` [PR PATCH] [Closed]: " ericonr
  2021-04-14 12:02 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: vaft22 @ 2021-04-14  2:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vaft22/void-packages sabnzbd-branch
https://github.com/void-linux/void-packages/pull/30175

sabnzbd: update to 3.2.1
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From a39a8c3b11a2f4a400e34baefc62f6db770c9976 Mon Sep 17 00:00:00 2001
From: Warren Daniel <warren@vaft.net>
Date: Sun, 11 Apr 2021 23:54:39 -0400
Subject: [PATCH 1/2] sabnzbd: update to 3.2.1

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

diff --git a/srcpkgs/sabnzbd/template b/srcpkgs/sabnzbd/template
index ed3dd23016ba..966cd8325186 100644
--- a/srcpkgs/sabnzbd/template
+++ b/srcpkgs/sabnzbd/template
@@ -1,6 +1,6 @@
 # Template file for 'sabnzbd'
 pkgname=sabnzbd
-version=3.0.2
+version=3.2.1
 revision=1
 wrksrc="SABnzbd-${version}"
 pycompile_dirs="/usr/share/sabnzbd"
@@ -14,7 +14,7 @@ license="GPL-2.0-or-later, custom:Bundled"
 homepage="https://sabnzbd.org/"
 changelog="https://github.com/sabnzbd/sabnzbd/releases"
 distfiles="https://github.com/sabnzbd/sabnzbd/releases/download/${version}/SABnzbd-${version}-src.tar.gz"
-checksum=c93f95d9193061ba653c2ab592704c7a8e9b6146817f80e4e2420b3f74b976b2
+checksum=79c2bb46e41f2316e4c2827b61598157fbc9467ecddaca6fc4f0b2f4e7b8f809
 python_version=3
 
 post_extract() {

From d19993d3173f85b409152ab058e6884612cf7f95 Mon Sep 17 00:00:00 2001
From: Warren Daniel <warren@vaft.net>
Date: Tue, 13 Apr 2021 21:03:35 -0400
Subject: [PATCH 2/2] sabnzbd: dependency python3-Cheroot added.

---
 srcpkgs/sabnzbd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/sabnzbd/template b/srcpkgs/sabnzbd/template
index 966cd8325186..1d3c9f9942b7 100644
--- a/srcpkgs/sabnzbd/template
+++ b/srcpkgs/sabnzbd/template
@@ -6,7 +6,7 @@ wrksrc="SABnzbd-${version}"
 pycompile_dirs="/usr/share/sabnzbd"
 hostmakedepends="python3 gettext"
 depends="par2cmdline python3-sabyenc3 python3-cheetah3 python3-cryptography
- python3-feedparser python3-configobj python3-CherryPy
+ python3-feedparser python3-configobj python3-CherryPy python3-Cheroot
  python3-portend python3-chardet python3-notify2 unzip"
 short_desc="Open Source Binary Newsreader written in Python"
 maintainer="Orphaned <orphan@voidlinux.org>"

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

* Re: [PR PATCH] [Closed]: sabnzbd: update to 3.2.1
  2021-04-12  4:11 [PR PATCH] sabnzbd: update to 3.2.1 vaft22
                   ` (3 preceding siblings ...)
  2021-04-14  2:29 ` [PR PATCH] [Updated] " vaft22
@ 2021-04-14 12:02 ` ericonr
  2021-04-14 12:02 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-04-14 12:02 UTC (permalink / raw)
  To: ml

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

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

sabnzbd: update to 3.2.1
https://github.com/void-linux/void-packages/pull/30175

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

* Re: sabnzbd: update to 3.2.1
  2021-04-12  4:11 [PR PATCH] sabnzbd: update to 3.2.1 vaft22
                   ` (4 preceding siblings ...)
  2021-04-14 12:02 ` [PR PATCH] [Closed]: " ericonr
@ 2021-04-14 12:02 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-04-14 12:02 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30175#issuecomment-819464834

Comment:
I squashed the commits locally and pushed, thanks!

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

end of thread, other threads:[~2021-04-14 12:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-12  4:11 [PR PATCH] sabnzbd: update to 3.2.1 vaft22
2021-04-12 13:39 ` ericonr
2021-04-13  2:04 ` vaft22
2021-04-13  4:23 ` ericonr
2021-04-14  2:29 ` [PR PATCH] [Updated] " vaft22
2021-04-14 12:02 ` [PR PATCH] [Closed]: " ericonr
2021-04-14 12:02 ` ericonr

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