From a1b92a27b837358e89e56e8e204f2d08c770250c Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " 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 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 " +maintainer="Michal Vasilek " 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 }