pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
streamlink: update to : update to streamlink-6.8.2
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Thu Jul 11 22:54:51 2024 +0200
Changeset: e4434cec4ce0626a8ac78ee2dd37e84cd3f556ba
Modified Files:
streamlink/COMMIT_MSG
streamlink/Makefile
streamlink/PLIST
streamlink/distinfo
Log Message:
streamlink: update to : update to streamlink-6.8.2
Changelog:
== streamlink 6.8.2 (2024-07-04)
Patch release:
- Updated plugins:
- douyin: new plugin
- huya: fixed stream URLs
- pluzz: fixed API URL, stream tokens and validation schemas
- twitch: added info log messages about ad break durations
- twitch: fixed clip URLs
- twitch: fixed discontinuity warning spam in certain circumstances
- vidio: fixed stream tokens, added metadata
== streamlink 6.8.1 (2024-06-18)
Patch release:
- Fixed: failed HTTPAdapter tests on some OpenSSL configurations
== streamlink 6.8.0 (2024-06-17)
Release highlights:
- Added: sha256 checksum to log message when side-loading plugins
- Added: `SSLContextAdapter` to `streamlink.session.http`
- Deprecated: [old re-exports in `streamlink.plugins` package]
- Updated plugins:
- bilibili: fixed validation schema for offline channels
- chzzk: fixed channels without content
- cnbce: new plugin
- kick: new plugin
- tf1: added authentication via `--tf1-email` and `--tf1-password`
- tvp: fixed live streams
- welt: fixed live streams
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e4434cec4ce0626a8ac78ee2dd37e84cd3f556ba
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
streamlink/COMMIT_MSG | 40 +++++++++++++++++++++++++++++++++++++++-
streamlink/Makefile | 2 +-
streamlink/PLIST | 9 +++++++++
streamlink/distinfo | 6 +++---
4 files changed, 52 insertions(+), 5 deletions(-)
diffs:
diff --git a/streamlink/COMMIT_MSG b/streamlink/COMMIT_MSG
index b96360a76d..b2311be862 100644
--- a/streamlink/COMMIT_MSG
+++ b/streamlink/COMMIT_MSG
@@ -1,7 +1,45 @@
-multimedia/streamlink: update to streamlink-6.7.4
+multimedia/streamlink: update to streamlink-6.8.2
Changelog:
+== streamlink 6.8.2 (2024-07-04)
+
+Patch release:
+
+- Updated plugins:
+ - douyin: new plugin
+ - huya: fixed stream URLs
+ - pluzz: fixed API URL, stream tokens and validation schemas
+ - twitch: added info log messages about ad break durations
+ - twitch: fixed clip URLs
+ - twitch: fixed discontinuity warning spam in certain circumstances
+ - vidio: fixed stream tokens, added metadata
+
+
+== streamlink 6.8.1 (2024-06-18)
+
+Patch release:
+
+- Fixed: failed HTTPAdapter tests on some OpenSSL configurations
+
+
+== streamlink 6.8.0 (2024-06-17)
+
+Release highlights:
+
+- Added: sha256 checksum to log message when side-loading plugins
+- Added: `SSLContextAdapter` to `streamlink.session.http`
+- Deprecated: [old re-exports in `streamlink.plugins` package]
+- Updated plugins:
+ - bilibili: fixed validation schema for offline channels
+ - chzzk: fixed channels without content
+ - cnbce: new plugin
+ - kick: new plugin
+ - tf1: added authentication via `--tf1-email` and `--tf1-password`
+ - tvp: fixed live streams
+ - welt: fixed live streams
+
+
== streamlink 6.7.4 (2024-05-12)
Patch release:
diff --git a/streamlink/Makefile b/streamlink/Makefile
index 670c2b4253..22e44c3251 100644
--- a/streamlink/Makefile
+++ b/streamlink/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.41 2023/11/07 22:38:02 wiz Exp $
-DISTNAME= streamlink-6.7.4
+DISTNAME= streamlink-6.8.2
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GITHUB:=streamlink/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
diff --git a/streamlink/PLIST b/streamlink/PLIST
index fb47d0b84e..d008e7599c 100644
--- a/streamlink/PLIST
+++ b/streamlink/PLIST
@@ -157,6 +157,9 @@ ${PYSITELIB}/streamlink/plugins/clubbingtv.pyo
${PYSITELIB}/streamlink/plugins/cmmedia.py
${PYSITELIB}/streamlink/plugins/cmmedia.pyc
${PYSITELIB}/streamlink/plugins/cmmedia.pyo
+${PYSITELIB}/streamlink/plugins/cnbce.py
+${PYSITELIB}/streamlink/plugins/cnbce.pyc
+${PYSITELIB}/streamlink/plugins/cnbce.pyo
${PYSITELIB}/streamlink/plugins/cnews.py
${PYSITELIB}/streamlink/plugins/cnews.pyc
${PYSITELIB}/streamlink/plugins/cnews.pyo
@@ -187,6 +190,9 @@ ${PYSITELIB}/streamlink/plugins/dogan.pyo
${PYSITELIB}/streamlink/plugins/dogus.py
${PYSITELIB}/streamlink/plugins/dogus.pyc
${PYSITELIB}/streamlink/plugins/dogus.pyo
+${PYSITELIB}/streamlink/plugins/douyin.py
+${PYSITELIB}/streamlink/plugins/douyin.pyc
+${PYSITELIB}/streamlink/plugins/douyin.pyo
${PYSITELIB}/streamlink/plugins/drdk.py
${PYSITELIB}/streamlink/plugins/drdk.pyc
${PYSITELIB}/streamlink/plugins/drdk.pyo
@@ -244,6 +250,9 @@ ${PYSITELIB}/streamlink/plugins/indihometv.pyo
${PYSITELIB}/streamlink/plugins/invintus.py
${PYSITELIB}/streamlink/plugins/invintus.pyc
${PYSITELIB}/streamlink/plugins/invintus.pyo
+${PYSITELIB}/streamlink/plugins/kick.py
+${PYSITELIB}/streamlink/plugins/kick.pyc
+${PYSITELIB}/streamlink/plugins/kick.pyo
${PYSITELIB}/streamlink/plugins/kugou.py
${PYSITELIB}/streamlink/plugins/kugou.pyc
${PYSITELIB}/streamlink/plugins/kugou.pyo
diff --git a/streamlink/distinfo b/streamlink/distinfo
index e57b74efed..438e8fa653 100644
--- a/streamlink/distinfo
+++ b/streamlink/distinfo
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.25 2023/05/08 19:24:46 yhardy Exp $
-BLAKE2s (streamlink-6.7.4.tar.gz) = ed22d6d2c4c0fa47aac7516194eff34d07d9e0892a462dbbb6380674e0e9733e
-SHA512 (streamlink-6.7.4.tar.gz) = 266c66626624814d708a228d4e2e62c443c3973fb139632a88086619c755fa80d97fad077a2a7383f9beb3e2f4464274beb0bb446b85f6f63d6704a88a9c2e29
-Size (streamlink-6.7.4.tar.gz) = 744387 bytes
+BLAKE2s (streamlink-6.8.2.tar.gz) = 233f5ac93a70918bf5d0eae2407602b59808920182b870167c0690f37a50e357
+SHA512 (streamlink-6.8.2.tar.gz) = 15f1266a9f81d7fb67423e2e5ede8ae6b60bc6c36a5ed0f16c3488e60af6da26addc326619a163be3c60b4f70fffae309c5b565a5cd06f20876d3a92cebd0568
+Size (streamlink-6.8.2.tar.gz) = 751906 bytes
SHA1 (patch-build__backend_onbuild.py) = c548d70a6cda4fc8cd68ef76b8865233e8337bdb
SHA1 (patch-setup.py) = 585d2ad521d20d4b9e9d37293503037d80cff7a2
Home |
Main Index |
Thread Index |
Old Index