Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] streamlink: update to 2.4.0.
@ 2021-09-13 18:47 kartikynwa
  2021-09-14 17:23 ` paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: kartikynwa @ 2021-09-13 18:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages streamlink-update
https://github.com/void-linux/void-packages/pull/32953

streamlink: update to 2.4.0.
#### 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR
  - tested only on Twitch.tv. Worked fine. 

#### 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, (x86_64-glibc)
- [ ] 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/32953.patch is attached

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

From be97d3a660fa28879d60c9de778cbaa6d6dcd960 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Tue, 14 Sep 2021 00:15:56 +0530
Subject: [PATCH] streamlink: update to 2.4.0.

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

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index ce8ff3f11d86..9ce37548d069 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,6 +1,6 @@
 # Template file for 'streamlink'
 pkgname=streamlink
-version=2.3.0
+version=2.4.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -15,7 +15,7 @@ license="BSD-2-Clause"
 homepage="https://streamlink.github.io/"
 changelog="https://raw.githubusercontent.com/streamlink/streamlink/master/CHANGELOG.md"
 distfiles="https://github.com/streamlink/streamlink/releases/download/${version}/streamlink-${version}.tar.gz"
-checksum=1497e6dc5d2fb8c5b17688f20ca2e8989a279de804a4de37d2107af33b9faa04
+checksum=e95588e222d1a7bd51e3171cd4bce84fd6f646418537aff37993d40f597810af
 make_check=ci-skip # some tests fail when running as root
 
 export STREAMLINK_USE_PYCOUNTRY=1

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

* Re: streamlink: update to 2.4.0.
  2021-09-13 18:47 [PR PATCH] streamlink: update to 2.4.0 kartikynwa
@ 2021-09-14 17:23 ` paper42
  2021-09-14 19:17 ` [PR PATCH] [Updated] " kartikynwa
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-09-14 17:23 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32953#issuecomment-919359334

Comment:
from the changelog:

> Dependencies: added `lxml>=4.6.3`

so we should add python3-lxml to $depends

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

* Re: [PR PATCH] [Updated] streamlink: update to 2.4.0.
  2021-09-13 18:47 [PR PATCH] streamlink: update to 2.4.0 kartikynwa
  2021-09-14 17:23 ` paper42
@ 2021-09-14 19:17 ` kartikynwa
  2021-09-14 19:18 ` kartikynwa
  2021-09-14 19:22 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: kartikynwa @ 2021-09-14 19:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages streamlink-update
https://github.com/void-linux/void-packages/pull/32953

streamlink: update to 2.4.0.
#### 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR
  - tested only on Twitch.tv. Worked fine. 

#### 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, (x86_64-glibc)
- [ ] 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/32953.patch is attached

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

From 7e4539de057eeba9831e5c905d5558df19c3ab40 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Tue, 14 Sep 2021 00:15:56 +0530
Subject: [PATCH] streamlink: update to 2.4.0.

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

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index ce8ff3f11d86..8298fb19e21d 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,10 +1,10 @@
 # Template file for 'streamlink'
 pkgname=streamlink
-version=2.3.0
+version=2.4.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-pycryptodome python3-pycountry
+depends="python3-setuptools python3-lxml python3-pycryptodome python3-pycountry
  python3-pysocks python3-requests python3-websocket-client python3-isodate"
 checkdepends="python3-pycryptodome python3-pycountry python3-pysocks
  python3-pytest python3-mock python3-requests-mock python3-websocket-client
@@ -15,7 +15,7 @@ license="BSD-2-Clause"
 homepage="https://streamlink.github.io/"
 changelog="https://raw.githubusercontent.com/streamlink/streamlink/master/CHANGELOG.md"
 distfiles="https://github.com/streamlink/streamlink/releases/download/${version}/streamlink-${version}.tar.gz"
-checksum=1497e6dc5d2fb8c5b17688f20ca2e8989a279de804a4de37d2107af33b9faa04
+checksum=e95588e222d1a7bd51e3171cd4bce84fd6f646418537aff37993d40f597810af
 make_check=ci-skip # some tests fail when running as root
 
 export STREAMLINK_USE_PYCOUNTRY=1

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

* Re: streamlink: update to 2.4.0.
  2021-09-13 18:47 [PR PATCH] streamlink: update to 2.4.0 kartikynwa
  2021-09-14 17:23 ` paper42
  2021-09-14 19:17 ` [PR PATCH] [Updated] " kartikynwa
@ 2021-09-14 19:18 ` kartikynwa
  2021-09-14 19:22 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: kartikynwa @ 2021-09-14 19:18 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/32953#issuecomment-919444937

Comment:
@paper42 Thanks. I have added it to the depends.

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

* Re: [PR PATCH] [Merged]: streamlink: update to 2.4.0.
  2021-09-13 18:47 [PR PATCH] streamlink: update to 2.4.0 kartikynwa
                   ` (2 preceding siblings ...)
  2021-09-14 19:18 ` kartikynwa
@ 2021-09-14 19:22 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-09-14 19:22 UTC (permalink / raw)
  To: ml

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

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

streamlink: update to 2.4.0.
https://github.com/void-linux/void-packages/pull/32953

Description:
#### 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?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR
  - tested only on Twitch.tv. Worked fine. 

#### 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, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl

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

end of thread, other threads:[~2021-09-14 19:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-13 18:47 [PR PATCH] streamlink: update to 2.4.0 kartikynwa
2021-09-14 17:23 ` paper42
2021-09-14 19:17 ` [PR PATCH] [Updated] " kartikynwa
2021-09-14 19:18 ` kartikynwa
2021-09-14 19:22 ` [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).