Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] instaloader: update to 4.10.1.
@ 2023-11-19 14:52 jason1987d
  2023-11-20  5:33 ` [PR REVIEW] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jason1987d @ 2023-11-19 14:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages instaloader
https://github.com/void-linux/void-packages/pull/47310

instaloader: update to 4.10.1.
#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### Local build testing
- 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/47310.patch is attached

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

From e3b4eea2af2fb7eba353091a3f8853471b106085 Mon Sep 17 00:00:00 2001
From: Jason Elswick <jason@jasondavid.tv>
Date: Sun, 19 Nov 2023 08:44:34 -0600
Subject: [PATCH] instaloader: update to 4.10.1.

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

diff --git a/srcpkgs/instaloader/template b/srcpkgs/instaloader/template
index 6281f01f320a1..e00a3d782a87d 100644
--- a/srcpkgs/instaloader/template
+++ b/srcpkgs/instaloader/template
@@ -1,17 +1,17 @@
 # Template file for 'instaloader'
 pkgname=instaloader
-version=4.9.6
-revision=2
+version=4.10.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests"
 checkdepends="${depends}"
 short_desc="Download pictures with metadata from Instagram"
-maintainer="fosslinux <fosslinux@aussies.space>"
+maintainer="Jason Elswick <jason@jasondavid.tv>"
 license="MIT"
 homepage="https://instaloader.github.io"
 distfiles="${PYPI_SITE}/i/instaloader/instaloader-${version}.tar.gz"
-checksum=16040c170fb5230c1981a47e1990261e3c0ecffe0417be95fa265632244e7c01
+checksum=902cc8b9569ca7437323199c8e55dbdcd15ea5c8e874c7864e84a36dd55f8584
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] instaloader: update to 4.10.1.
  2023-11-19 14:52 [PR PATCH] instaloader: update to 4.10.1 jason1987d
@ 2023-11-20  5:33 ` classabbyamp
  2023-11-20  5:41 ` [PR PATCH] [Updated] " jason1987d
  2023-11-20  5:45 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-11-20  5:33 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/47310#discussion_r1398680362

Comment:
we'd prefer if you had a few more contributions under your belt before adopting a package. Also, don't adopt packages that already have maintainers without asking them.

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

* Re: [PR PATCH] [Updated] instaloader: update to 4.10.1.
  2023-11-19 14:52 [PR PATCH] instaloader: update to 4.10.1 jason1987d
  2023-11-20  5:33 ` [PR REVIEW] " classabbyamp
@ 2023-11-20  5:41 ` jason1987d
  2023-11-20  5:45 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: jason1987d @ 2023-11-20  5:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages instaloader
https://github.com/void-linux/void-packages/pull/47310

instaloader: update to 4.10.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### Local build testing
- 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/47310.patch is attached

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

From 9ebe6681dd229174b9dc9e8ff0a30f5a34632f85 Mon Sep 17 00:00:00 2001
From: Jason Elswick <jason@jasondavid.tv>
Date: Sun, 19 Nov 2023 08:44:34 -0600
Subject: [PATCH] instaloader: update to 4.10.1.

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

diff --git a/srcpkgs/instaloader/template b/srcpkgs/instaloader/template
index 6281f01f320a1..b202daa3b8350 100644
--- a/srcpkgs/instaloader/template
+++ b/srcpkgs/instaloader/template
@@ -1,7 +1,7 @@
 # Template file for 'instaloader'
 pkgname=instaloader
-version=4.9.6
-revision=2
+version=4.10.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests"
@@ -11,7 +11,7 @@ maintainer="fosslinux <fosslinux@aussies.space>"
 license="MIT"
 homepage="https://instaloader.github.io"
 distfiles="${PYPI_SITE}/i/instaloader/instaloader-${version}.tar.gz"
-checksum=16040c170fb5230c1981a47e1990261e3c0ecffe0417be95fa265632244e7c01
+checksum=902cc8b9569ca7437323199c8e55dbdcd15ea5c8e874c7864e84a36dd55f8584
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: instaloader: update to 4.10.1.
  2023-11-19 14:52 [PR PATCH] instaloader: update to 4.10.1 jason1987d
  2023-11-20  5:33 ` [PR REVIEW] " classabbyamp
  2023-11-20  5:41 ` [PR PATCH] [Updated] " jason1987d
@ 2023-11-20  5:45 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-11-20  5:45 UTC (permalink / raw)
  To: ml

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

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

instaloader: update to 4.10.1.
https://github.com/void-linux/void-packages/pull/47310

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

<!--
#### Local build testing
- 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] 4+ messages in thread

end of thread, other threads:[~2023-11-20  5:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-19 14:52 [PR PATCH] instaloader: update to 4.10.1 jason1987d
2023-11-20  5:33 ` [PR REVIEW] " classabbyamp
2023-11-20  5:41 ` [PR PATCH] [Updated] " jason1987d
2023-11-20  5:45 ` [PR PATCH] [Merged]: " classabbyamp

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