Skip to content

Commit

Permalink
streamlink: update to 6.11.0
Browse files Browse the repository at this point in the history
The patch is no longer required. Upstream removed the need for the
python-exceptiongroup dependency along with the python3-pytest-asycio
dependency.
  • Loading branch information
tstraus13 authored and classabbyamp committed Oct 26, 2024
1 parent d665843 commit 8ae926b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 105 deletions.
102 changes: 0 additions & 102 deletions srcpkgs/streamlink/patches/streamlink.patch

This file was deleted.

6 changes: 3 additions & 3 deletions srcpkgs/streamlink/template
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Template file for 'streamlink'
pkgname=streamlink
version=6.7.3
version=6.11.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-versioningit"
depends="python3-lxml python3-pycryptodome python3-pycountry
python3-pysocks python3-requests python3-websocket-client python3-isodate
python3-urllib3 python3-certifi python3-typing_extensions python3-trio python3-trio-websocket"
checkdepends="$depends python3-pytest python3-mock python3-requests-mock
python3-freezegun python3-pytest-asyncio"
python3-freezegun"
short_desc="Utility extracting streams from services, forked from livestreamer"
maintainer="Tom Strausbaugh <tstrausbaugh@straustech.net>"
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=0daf89f8d3975be9f9e4bbda3d0c3a5e24612494383dce19d69db5a8cca6fd7c
checksum=562e5d753ca109e1956207de4ac27c337ce6b99fbe7ed7203b945105ed5b2f86
make_check_pre="env PYTHONPATH=src"
make_check=ci-skip # some tests fail when running as root

Expand Down

0 comments on commit 8ae926b

Please sign in to comment.