Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Streamlink3
@ 2021-11-26 21:51 paper42
  2021-11-26 22:49 ` [PR PATCH] [Merged]: streamlink: update to 3.0.2 paper42
  0 siblings, 1 reply; 2+ messages in thread
From: paper42 @ 2021-11-26 21:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages streamlink3
https://github.com/void-linux/void-packages/pull/34263

Streamlink3
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### 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/34263.patch is attached

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

From a1b92a27b837358e89e56e8e204f2d08c770250c Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Fri, 26 Nov 2021 22:17:57 +0100
Subject: [PATCH 1/2] python-lxml: update to 4.6.4.

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

diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template
index aacddf9cdcb0..12f708f0f3f9 100644
--- a/srcpkgs/python-lxml/template
+++ b/srcpkgs/python-lxml/template
@@ -1,7 +1,7 @@
 # Template file for 'python-lxml'
 pkgname=python-lxml
-version=4.6.3
-revision=2
+version=4.6.4
+revision=1
 wrksrc="lxml-lxml-${version}"
 build_style=python-module
 make_build_args="--with-cython"
@@ -13,7 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="BSD-3-Clause, custom:ElementTree"
 homepage="https://lxml.de/"
 distfiles="https://github.com/lxml/lxml/archive/lxml-${version}.tar.gz"
-checksum=5955ed615b7be9407d9eab83edde8f1818c94224d762d1d6355bf0371f220bd6
+checksum=5a7cef132353fc36de6f6b26dacde07b22217c6b4f8c11ef48e8bf0011f48160
 
 do_check() {
 	cp -f build-3.*/lib.linux-*/lxml/*.so src/lxml

From f22955b77187399ae00cc5a3176ba3317ee2553c Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Fri, 26 Nov 2021 18:48:50 +0100
Subject: [PATCH 2/2] streamlink: update to 3.0.2.

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

diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template
index fb7d9e6a9704..447ac90ccb29 100644
--- a/srcpkgs/streamlink/template
+++ b/srcpkgs/streamlink/template
@@ -1,25 +1,22 @@
 # Template file for 'streamlink'
 pkgname=streamlink
-version=2.4.0
-revision=2
+version=3.0.2
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 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
- python3-isodate python3-freezegun"
+checkdepends="$depends python3-pytest python3-mock python3-requests-mock
+ python3-freezegun"
 short_desc="Utility extracting streams from services, forked from livestreamer"
-maintainer="wkuipers <wietse@kuiprs.nl>"
+maintainer="Michal Vasilek <michal@vasilek.cz>"
 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=e95588e222d1a7bd51e3171cd4bce84fd6f646418537aff37993d40f597810af
+checksum=d4d0fbf2067af32d2c3e8a6bea7ea1cef6a28020fe452a80d8bd55c2a5fed68a
 make_check=ci-skip # some tests fail when running as root
 
-export STREAMLINK_USE_PYCOUNTRY=1
-
 post_install() {
 	vlicense LICENSE
 }

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

* Re: [PR PATCH] [Merged]: streamlink: update to 3.0.2.
  2021-11-26 21:51 [PR PATCH] Streamlink3 paper42
@ 2021-11-26 22:49 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2021-11-26 22:49 UTC (permalink / raw)
  To: ml

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

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

streamlink: update to 3.0.2.
https://github.com/void-linux/void-packages/pull/34263

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### 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] 2+ messages in thread

end of thread, other threads:[~2021-11-26 22:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-26 21:51 [PR PATCH] Streamlink3 paper42
2021-11-26 22:49 ` [PR PATCH] [Merged]: streamlink: update to 3.0.2 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).