Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] streamlink: update to 1.6.0
@ 2020-10-01 11:52 PaperMountainStudio
  2020-10-02 17:38 ` Chocimier
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: PaperMountainStudio @ 2020-10-01 11:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages 0033-streamlink-update-to-1.6.0.patch
https://github.com/void-linux/void-packages/pull/25227

streamlink: update to 1.6.0


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

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

From 57802c34ddecaf51296345c19b023e476faacd1e Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Thu, 1 Oct 2020 13:00:55 +0200
Subject: [PATCH] streamlink: update to 1.6.0

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

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index 44de1bc6fbb..34316dbae53 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,8 +1,7 @@
 # Template file for 'streamlink'
 pkgname=streamlink
-version=1.5.0
+version=1.6.0
 revision=1
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycryptodome python3-pycountry
@@ -15,7 +14,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=203f3e2ac724b5964f8abffa9d1e769453702294e3d03b6877c6eb49f96fc11f
+checksum=f7857a54ec55e32d6e90ebd770c9d5d1318791d8ecd8270e104a8b1968a308ab
 
 export STREAMLINK_USE_PYCOUNTRY=1
 

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

* Re: streamlink: update to 1.6.0
  2020-10-01 11:52 [PR PATCH] streamlink: update to 1.6.0 PaperMountainStudio
@ 2020-10-02 17:38 ` Chocimier
  2020-10-02 18:35 ` [PR PATCH] [Updated] " PaperMountainStudio
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2020-10-02 17:38 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/25227#issuecomment-702866296

Comment:
Tests fail.

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

* Re: [PR PATCH] [Updated] streamlink: update to 1.6.0
  2020-10-01 11:52 [PR PATCH] streamlink: update to 1.6.0 PaperMountainStudio
  2020-10-02 17:38 ` Chocimier
@ 2020-10-02 18:35 ` PaperMountainStudio
  2020-10-03 14:37 ` PaperMountainStudio
  2020-10-03 15:56 ` [PR PATCH] [Merged]: " Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: PaperMountainStudio @ 2020-10-02 18:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/PaperMountainStudio/void-packages 0033-streamlink-update-to-1.6.0.patch
https://github.com/void-linux/void-packages/pull/25227

streamlink: update to 1.6.0


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

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

From 8057dd349375ea5bf72d1dbf40827ed6a7a54645 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Thu, 1 Oct 2020 13:00:55 +0200
Subject: [PATCH] streamlink: update to 1.6.0

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

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index 44de1bc6fbb..ea68f0cea37 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,28 +1,25 @@
 # Template file for 'streamlink'
 pkgname=streamlink
-version=1.5.0
+version=1.6.0
 revision=1
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-pycryptodome python3-pycountry
  python3-pysocks python3-requests python3-websocket-client python3-isodate"
 checkdepends="python3-pycryptodome python3-pycountry python3-pysocks
- python3-pytest python3-requests-mock python3-websocket-client python3-isodate"
+ python3-pytest python3-mock python3-requests-mock python3-websocket-client
+ python3-isodate python3-freezegun"
 short_desc="Utility extracting streams from services, forked from livestreamer"
 maintainer="wkuipers <wietse@kuiprs.nl>"
 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=203f3e2ac724b5964f8abffa9d1e769453702294e3d03b6877c6eb49f96fc11f
+checksum=f7857a54ec55e32d6e90ebd770c9d5d1318791d8ecd8270e104a8b1968a308ab
 
 export STREAMLINK_USE_PYCOUNTRY=1
 
 do_check() {
-	# in python3 mock is unittest.mock
-	sed -i 's| mock| unittest.mock|g' tests/streams/test_stream_streamprocess.py tests/streams/test_hls.py
-
 	PYTHONPATH="${PWD}/build/lib" python3 -m pytest
 }
 

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

* Re: streamlink: update to 1.6.0
  2020-10-01 11:52 [PR PATCH] streamlink: update to 1.6.0 PaperMountainStudio
  2020-10-02 17:38 ` Chocimier
  2020-10-02 18:35 ` [PR PATCH] [Updated] " PaperMountainStudio
@ 2020-10-03 14:37 ` PaperMountainStudio
  2020-10-03 15:56 ` [PR PATCH] [Merged]: " Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: PaperMountainStudio @ 2020-10-03 14:37 UTC (permalink / raw)
  To: ml

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

New comment by PaperMountainStudio on void-packages repository

https://github.com/void-linux/void-packages/pull/25227#issuecomment-703113657

Comment:
oops, I didn't catch this. It should be fine now. Thanks @Chocimier 

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

* Re: [PR PATCH] [Merged]: streamlink: update to 1.6.0
  2020-10-01 11:52 [PR PATCH] streamlink: update to 1.6.0 PaperMountainStudio
                   ` (2 preceding siblings ...)
  2020-10-03 14:37 ` PaperMountainStudio
@ 2020-10-03 15:56 ` Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2020-10-03 15:56 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.6.0
https://github.com/void-linux/void-packages/pull/25227

Description:


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

end of thread, other threads:[~2020-10-03 15:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-01 11:52 [PR PATCH] streamlink: update to 1.6.0 PaperMountainStudio
2020-10-02 17:38 ` Chocimier
2020-10-02 18:35 ` [PR PATCH] [Updated] " PaperMountainStudio
2020-10-03 14:37 ` PaperMountainStudio
2020-10-03 15:56 ` [PR PATCH] [Merged]: " Chocimier

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