Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] streamlink: update to 1.3.1
@ 2020-01-28  4:08 voidlinux-github
  2020-01-28  4:38 ` voidlinux-github
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-28  4:08 UTC (permalink / raw)
  To: ml

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

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

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

streamlink: update to 1.3.1


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

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

From 2fb8829a721b5801a03158e1cf9bf2bd8a56f3dd Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Mon, 27 Jan 2020 23:07:55 -0500
Subject: [PATCH] streamlink: update to 1.3.1

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

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index c5b06adcbf6..74f2fb3fb3c 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,7 +1,7 @@
 # Template file for 'streamlink'
 pkgname=streamlink
-version=1.3.0
-revision=2
+version=1.3.1
+revision=1
 archs=noarch
 build_style=python3-module
 pycompile_module="streamlink streamlink_cli"
@@ -16,7 +16,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=00649658b74c76022a04564919431e4d6156d974caf56f25cd52a07fa5732315
+checksum=dee047f688dc31429842ad29870ab19e63b292d73e79d709adcdbca1f278d432
 
 export STREAMLINK_USE_PYCOUNTRY=1
 

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

* Re: streamlink: update to 1.3.1
  2020-01-28  4:08 [PR PATCH] streamlink: update to 1.3.1 voidlinux-github
@ 2020-01-28  4:38 ` voidlinux-github
  2020-01-28  8:11 ` voidlinux-github
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-28  4:38 UTC (permalink / raw)
  To: ml

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

New comment by anjandev on void-packages repository

https://github.com/void-linux/void-packages/pull/18596#issuecomment-579076649

Comment:
@kartikynwa please delete line 7 of your template. As travis says:
`srcpkgs/streamlink/template:7: do not set pycompile_module, it is autodetected`

Before sending a pull request, it may be helpful to check if the travis check will pass on your template by using xtools' xlint on your local machine as described here: 
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#travis

This will catch common mistakes you may have in your template.

Happy packaging!

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

* Re: streamlink: update to 1.3.1
  2020-01-28  4:08 [PR PATCH] streamlink: update to 1.3.1 voidlinux-github
  2020-01-28  4:38 ` voidlinux-github
@ 2020-01-28  8:11 ` voidlinux-github
  2020-01-28 14:45 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-28  8:11 UTC (permalink / raw)
  To: ml

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

New comment by anjandev on void-packages repository

https://github.com/void-linux/void-packages/pull/18596#issuecomment-579076649

Comment:
@kartikynwa please delete line 7 of your template. As travis says:
`srcpkgs/streamlink/template:7: do not set pycompile_module, it is autodetected`

Before sending a pull request, it may be helpful to check if the travis check will pass on your template by using xtools' xlint on your local machine as described here: 
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#travis

This will catch common mistakes you may have in your template.

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

* Re: [PR PATCH] [Updated] streamlink: update to 1.3.1
  2020-01-28  4:08 [PR PATCH] streamlink: update to 1.3.1 voidlinux-github
  2020-01-28  4:38 ` voidlinux-github
  2020-01-28  8:11 ` voidlinux-github
@ 2020-01-28 14:45 ` voidlinux-github
  2020-01-28 14:46 ` voidlinux-github
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-28 14:45 UTC (permalink / raw)
  To: ml

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

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

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

streamlink: update to 1.3.1


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

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

From 78b609964ecb65ea9f47dc52dfbd718cf582630c Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Mon, 27 Jan 2020 23:07:55 -0500
Subject: [PATCH] streamlink: update to 1.3.1

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

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index c5b06adcbf6..ef1e955e9cc 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,10 +1,9 @@
 # Template file for 'streamlink'
 pkgname=streamlink
-version=1.3.0
-revision=2
+version=1.3.1
+revision=1
 archs=noarch
 build_style=python3-module
-pycompile_module="streamlink streamlink_cli"
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycryptodome python3-pycountry
  python3-pysocks python3-requests python3-websocket-client python3-isodate"
@@ -16,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=00649658b74c76022a04564919431e4d6156d974caf56f25cd52a07fa5732315
+checksum=dee047f688dc31429842ad29870ab19e63b292d73e79d709adcdbca1f278d432
 
 export STREAMLINK_USE_PYCOUNTRY=1
 

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

* Re: streamlink: update to 1.3.1
  2020-01-28  4:08 [PR PATCH] streamlink: update to 1.3.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-28 14:45 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-28 14:46 ` voidlinux-github
  2020-01-28 17:27 ` voidlinux-github
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-28 14:46 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/18596#issuecomment-579279994

Comment:
Fixed.

Thanks for letting me know. I got complacent. Will be more vigilant from now on.

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

* Re: streamlink: update to 1.3.1
  2020-01-28  4:08 [PR PATCH] streamlink: update to 1.3.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2020-01-28 14:46 ` voidlinux-github
@ 2020-01-28 17:27 ` voidlinux-github
  2020-01-28 17:38 ` voidlinux-github
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-28 17:27 UTC (permalink / raw)
  To: ml

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

New comment by gbrlsnchs on void-packages repository

https://github.com/void-linux/void-packages/pull/18596#issuecomment-579363712

Comment:
Can we merge this? `streamlink` is currently broken because of the new `mpv` version (`0.32.0`).

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

* Re: streamlink: update to 1.3.1
  2020-01-28  4:08 [PR PATCH] streamlink: update to 1.3.1 voidlinux-github
                   ` (4 preceding siblings ...)
  2020-01-28 17:27 ` voidlinux-github
@ 2020-01-28 17:38 ` voidlinux-github
  2020-01-28 17:42 ` [PR PATCH] [Merged]: " voidlinux-github
  2020-01-28 17:46 ` voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-28 17:38 UTC (permalink / raw)
  To: ml

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

New comment by gbrlsnchs on void-packages repository

https://github.com/void-linux/void-packages/pull/18596#issuecomment-579363712

Comment:
Can we merge this? `streamlink` is currently broken because of the new `mpv` version, `0.32.0`, when using `mpv` as the player, of course.

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

* Re: [PR PATCH] [Merged]: streamlink: update to 1.3.1
  2020-01-28  4:08 [PR PATCH] streamlink: update to 1.3.1 voidlinux-github
                   ` (5 preceding siblings ...)
  2020-01-28 17:38 ` voidlinux-github
@ 2020-01-28 17:42 ` voidlinux-github
  2020-01-28 17:46 ` voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-28 17:42 UTC (permalink / raw)
  To: ml

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

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

streamlink: update to 1.3.1
https://github.com/void-linux/void-packages/pull/18596

Description:


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

* Re: streamlink: update to 1.3.1
  2020-01-28  4:08 [PR PATCH] streamlink: update to 1.3.1 voidlinux-github
                   ` (6 preceding siblings ...)
  2020-01-28 17:42 ` [PR PATCH] [Merged]: " voidlinux-github
@ 2020-01-28 17:46 ` voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-28 17:46 UTC (permalink / raw)
  To: ml

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

New comment by gbrlsnchs on void-packages repository

https://github.com/void-linux/void-packages/pull/18596#issuecomment-579371688

Comment:
Thanks, @xtraeme!

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

end of thread, other threads:[~2020-01-28 17:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-28  4:08 [PR PATCH] streamlink: update to 1.3.1 voidlinux-github
2020-01-28  4:38 ` voidlinux-github
2020-01-28  8:11 ` voidlinux-github
2020-01-28 14:45 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-28 14:46 ` voidlinux-github
2020-01-28 17:27 ` voidlinux-github
2020-01-28 17:38 ` voidlinux-github
2020-01-28 17:42 ` [PR PATCH] [Merged]: " voidlinux-github
2020-01-28 17:46 ` voidlinux-github

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