Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gallery-dl: update to 1.20.1.
@ 2022-01-13 18:30 andkem
  2022-01-14 17:23 ` [PR PATCH] [Updated] " andkem
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: andkem @ 2022-01-13 18:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andkem/void-packages gallery-dl_1.20.1
https://github.com/void-linux/void-packages/pull/35035

gallery-dl: update to 1.20.1.
#### 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/35035.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gallery-dl_1.20.1-35035.patch --]
[-- Type: text/x-diff, Size: 1121 bytes --]

From c755216a1ece64c6a828759f3bd6502763c12fde Mon Sep 17 00:00:00 2001
From: Andreas Kempe <kempe@lysator.liu.se>
Date: Thu, 13 Jan 2022 19:26:14 +0100
Subject: [PATCH] gallery-dl: update to 1.20.1.

---
 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 a55ead4d37c8..9adbf9932b74 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.19.0
-revision=2
+version=1.20.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests"
@@ -12,7 +12,7 @@ license="GPL-2.0-or-later"
 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/v${version}.tar.gz"
-checksum=0cc1bf7685d6866cf52fe60f1a9d67fc9929b32d75b703db8f6e677db945c644
+checksum=4186901ae6aaec389c9e6c138cb9c0408bb70e634c25af0843e9132cf1c50f4b
 
 do_check() {
 	make test

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

* Re: [PR PATCH] [Updated] gallery-dl: update to 1.20.1.
  2022-01-13 18:30 [PR PATCH] gallery-dl: update to 1.20.1 andkem
@ 2022-01-14 17:23 ` andkem
  2022-01-14 17:24 ` andkem
  2022-01-14 18:30 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: andkem @ 2022-01-14 17:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/andkem/void-packages gallery-dl_1.20.1
https://github.com/void-linux/void-packages/pull/35035

gallery-dl: update to 1.20.1.
#### 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/35035.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gallery-dl_1.20.1-35035.patch --]
[-- Type: text/x-diff, Size: 1303 bytes --]

From 9378f04377819c45caf064215e758b6017c4ea46 Mon Sep 17 00:00:00 2001
From: Andreas Kempe <kempe@lysator.liu.se>
Date: Thu, 13 Jan 2022 19:26:14 +0100
Subject: [PATCH] gallery-dl: update to 1.20.1.

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

diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template
index a55ead4d37c8..363b7b2cc4e2 100644
--- a/srcpkgs/gallery-dl/template
+++ b/srcpkgs/gallery-dl/template
@@ -1,18 +1,18 @@
 # Template file for 'gallery-dl'
 pkgname=gallery-dl
-version=1.19.0
-revision=2
+version=1.20.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests"
-checkdepends="python3-requests python3-nose"
+checkdepends="python3-requests"
 short_desc="Command-line program to download image galleries"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="GPL-2.0-or-later"
 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/v${version}.tar.gz"
-checksum=0cc1bf7685d6866cf52fe60f1a9d67fc9929b32d75b703db8f6e677db945c644
+checksum=4186901ae6aaec389c9e6c138cb9c0408bb70e634c25af0843e9132cf1c50f4b
 
 do_check() {
 	make test

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

* Re: gallery-dl: update to 1.20.1.
  2022-01-13 18:30 [PR PATCH] gallery-dl: update to 1.20.1 andkem
  2022-01-14 17:23 ` [PR PATCH] [Updated] " andkem
@ 2022-01-14 17:24 ` andkem
  2022-01-14 18:30 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: andkem @ 2022-01-14 17:24 UTC (permalink / raw)
  To: ml

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

New comment by andkem on void-packages repository

https://github.com/void-linux/void-packages/pull/35035#issuecomment-1013314219

Comment:
I removed nose and the tests seem to pass without it.

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

* Re: [PR PATCH] [Merged]: gallery-dl: update to 1.20.1.
  2022-01-13 18:30 [PR PATCH] gallery-dl: update to 1.20.1 andkem
  2022-01-14 17:23 ` [PR PATCH] [Updated] " andkem
  2022-01-14 17:24 ` andkem
@ 2022-01-14 18:30 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-01-14 18:30 UTC (permalink / raw)
  To: ml

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

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

gallery-dl: update to 1.20.1.
https://github.com/void-linux/void-packages/pull/35035

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



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

end of thread, other threads:[~2022-01-14 18:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-13 18:30 [PR PATCH] gallery-dl: update to 1.20.1 andkem
2022-01-14 17:23 ` [PR PATCH] [Updated] " andkem
2022-01-14 17:24 ` andkem
2022-01-14 18:30 ` [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).