Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gallery-dl: update to 1.26.0.
@ 2023-10-04  0:33 akierig
  2023-10-10 16:52 ` paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: akierig @ 2023-10-04  0:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages gallerydl-1.26
https://github.com/void-linux/void-packages/pull/46417

gallery-dl: update to 1.26.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/46417.patch is attached

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

From c6ba7c488fdbae4aa662151a8fa48a0446861bc8 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Tue, 3 Oct 2023 19:32:44 -0500
Subject: [PATCH] gallery-dl: update to 1.26.0.

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

diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template
index f7269de4a2808..e4c116b0e7e12 100644
--- a/srcpkgs/gallery-dl/template
+++ b/srcpkgs/gallery-dl/template
@@ -1,6 +1,6 @@
 # Template file for 'gallery-dl'
 pkgname=gallery-dl
-version=1.25.8
+version=1.26.0
 revision=1
 build_style=python3-module
 make_check_args="--ignore test/test_results.py"
@@ -13,7 +13,7 @@ license="GPL-2.0-only"
 homepage="https://github.com/mikf/gallery-dl"
 changelog="https://raw.githubusercontent.com/mikf/gallery-dl/master/CHANGELOG.md"
 distfiles="https://github.com/mikf/gallery-dl/archive/refs/tags/v${version}.tar.gz"
-checksum=eb1c95b1a279a6254fee7966845de1404fc4a61f2d1aa591c6f069184d3518a7
+checksum=9dd03cdc193b2b20b5007e13cce73c5f0297efeae809619ce9342006fdf0f3cc
 
 pre_build() {
 	make man completion

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

* Re: gallery-dl: update to 1.26.0.
  2023-10-04  0:33 [PR PATCH] gallery-dl: update to 1.26.0 akierig
@ 2023-10-10 16:52 ` paper42
  2023-10-10 18:25 ` [PR PATCH] [Updated] " akierig
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2023-10-10 16:52 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/46417#issuecomment-1755859563

Comment:
@akierig could you rebase this PR?

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

* Re: [PR PATCH] [Updated] gallery-dl: update to 1.26.0.
  2023-10-04  0:33 [PR PATCH] gallery-dl: update to 1.26.0 akierig
  2023-10-10 16:52 ` paper42
@ 2023-10-10 18:25 ` akierig
  2023-10-10 18:25 ` akierig
  2023-10-11  7:04 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: akierig @ 2023-10-10 18:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages gallerydl-1.26
https://github.com/void-linux/void-packages/pull/46417

gallery-dl: update to 1.26.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

Was just bumping the macports port and was going to do this anyway so I though I'd submit the PR for it.

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

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

From 65e4626e6078b6c287929fd55c5f098566d110bc Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Tue, 3 Oct 2023 19:32:44 -0500
Subject: [PATCH] gallery-dl: update to 1.26.0.

---
 srcpkgs/gallery-dl/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template
index d88c0144c9963..e4c116b0e7e12 100644
--- a/srcpkgs/gallery-dl/template
+++ b/srcpkgs/gallery-dl/template
@@ -1,7 +1,7 @@
 # Template file for 'gallery-dl'
 pkgname=gallery-dl
-version=1.25.8
-revision=2
+version=1.26.0
+revision=1
 build_style=python3-module
 make_check_args="--ignore test/test_results.py"
 hostmakedepends="python3-setuptools"
@@ -13,7 +13,7 @@ license="GPL-2.0-only"
 homepage="https://github.com/mikf/gallery-dl"
 changelog="https://raw.githubusercontent.com/mikf/gallery-dl/master/CHANGELOG.md"
 distfiles="https://github.com/mikf/gallery-dl/archive/refs/tags/v${version}.tar.gz"
-checksum=eb1c95b1a279a6254fee7966845de1404fc4a61f2d1aa591c6f069184d3518a7
+checksum=9dd03cdc193b2b20b5007e13cce73c5f0297efeae809619ce9342006fdf0f3cc
 
 pre_build() {
 	make man completion

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

* Re: gallery-dl: update to 1.26.0.
  2023-10-04  0:33 [PR PATCH] gallery-dl: update to 1.26.0 akierig
  2023-10-10 16:52 ` paper42
  2023-10-10 18:25 ` [PR PATCH] [Updated] " akierig
@ 2023-10-10 18:25 ` akierig
  2023-10-11  7:04 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: akierig @ 2023-10-10 18:25 UTC (permalink / raw)
  To: ml

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

New comment by akierig on void-packages repository

https://github.com/void-linux/void-packages/pull/46417#issuecomment-1755995423

Comment:
done!

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

* Re: [PR PATCH] [Merged]: gallery-dl: update to 1.26.0.
  2023-10-04  0:33 [PR PATCH] gallery-dl: update to 1.26.0 akierig
                   ` (2 preceding siblings ...)
  2023-10-10 18:25 ` akierig
@ 2023-10-11  7:04 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2023-10-11  7:04 UTC (permalink / raw)
  To: ml

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

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

gallery-dl: update to 1.26.0.
https://github.com/void-linux/void-packages/pull/46417

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

Was just bumping the macports port and was going to do this anyway so I though I'd submit the PR for it.

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

end of thread, other threads:[~2023-10-11  7:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-04  0:33 [PR PATCH] gallery-dl: update to 1.26.0 akierig
2023-10-10 16:52 ` paper42
2023-10-10 18:25 ` [PR PATCH] [Updated] " akierig
2023-10-10 18:25 ` akierig
2023-10-11  7:04 ` [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).