pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
streamlink: update to streamlink-6.7.4
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Mon May 27 20:44:56 2024 +0200
Changeset: 68219d7f794f0711102a708dd0f2a07fe7de64c0
Modified Files:
streamlink/COMMIT_MSG
streamlink/Makefile
streamlink/PLIST
streamlink/distinfo
Log Message:
streamlink: update to streamlink-6.7.4
Changelog:
== streamlink 6.7.4 (2024-05-12)
Patch release:
- Refactored: CLI errors
- Updated plugins:
- afreeca: updated stream qualities
- afreeca: added `--afreeca-stream-password`
- chzzk: new plugin
- nownews: removed plugin
- turkuvaz: fixed HLS streams
- Docs: clarified plugin request rules
- Build: fixed build issues on Windows
- Build: removed `exceptiongroup` dependency on Python >= 3.11
== streamlink 6.7.3 (2024-04-14)
Patch release:
- Fixed: file output paths being able to exceed max file/directory
name length
- Fixed: propagation of `KeyboardInterrupt`/`SystemExit` in
`streamlink.webbrowser`
- Fixed: compatibility with `exceptiongroup<=1.1.1`
- Fixed: `plugin.api.validate.parse_qsd` input type validation
- Updated plugins:
- mangomolo: fixed missing referer header and updated URL matcher
- pluto: rewritten plugin
- showroom: fixed geo-block check preventing stream access
- vkplay: updated URL matcher
- Tests: fixed test failure when running tests from the `bdist`
build directory
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=68219d7f794f0711102a708dd0f2a07fe7de64c0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
streamlink/COMMIT_MSG | 35 +++++++++++++++++++++++++++++++++++
streamlink/Makefile | 2 +-
streamlink/PLIST | 9 ++++++---
streamlink/distinfo | 6 +++---
4 files changed, 45 insertions(+), 7 deletions(-)
diffs:
diff --git a/streamlink/COMMIT_MSG b/streamlink/COMMIT_MSG
index 823c114e3b..9f52b9967f 100644
--- a/streamlink/COMMIT_MSG
+++ b/streamlink/COMMIT_MSG
@@ -2,6 +2,41 @@ multimedia/streamlink: update to streamlink-6.7.2
Changelog:
+== streamlink 6.7.4 (2024-05-12)
+
+Patch release:
+
+- Refactored: CLI errors
+- Updated plugins:
+ - afreeca: updated stream qualities
+ - afreeca: added `--afreeca-stream-password`
+ - chzzk: new plugin
+ - nownews: removed plugin
+ - turkuvaz: fixed HLS streams
+- Docs: clarified plugin request rules
+- Build: fixed build issues on Windows
+- Build: removed `exceptiongroup` dependency on Python >= 3.11
+
+
+== streamlink 6.7.3 (2024-04-14)
+
+Patch release:
+
+- Fixed: file output paths being able to exceed max file/directory
+ name length
+- Fixed: propagation of `KeyboardInterrupt`/`SystemExit` in
+ `streamlink.webbrowser`
+- Fixed: compatibility with `exceptiongroup<=1.1.1`
+- Fixed: `plugin.api.validate.parse_qsd` input type validation
+- Updated plugins:
+ - mangomolo: fixed missing referer header and updated URL matcher
+ - pluto: rewritten plugin
+ - showroom: fixed geo-block check preventing stream access
+ - vkplay: updated URL matcher
+- Tests: fixed test failure when running tests from the `bdist`
+ build directory
+
+
== streamlink 6.7.2 (2024-03-23)
Patch release:
diff --git a/streamlink/Makefile b/streamlink/Makefile
index 6a48b338bc..670c2b4253 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.2
+DISTNAME= streamlink-6.7.4
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GITHUB:=streamlink/}
GITHUB_RELEASE= ${PKGVERSION_NOREV}
diff --git a/streamlink/PLIST b/streamlink/PLIST
index 9137f0df7e..fb47d0b84e 100644
--- a/streamlink/PLIST
+++ b/streamlink/PLIST
@@ -163,6 +163,9 @@ ${PYSITELIB}/streamlink/plugins/cnews.pyo
${PYSITELIB}/streamlink/plugins/crunchyroll.py
${PYSITELIB}/streamlink/plugins/crunchyroll.pyc
${PYSITELIB}/streamlink/plugins/crunchyroll.pyo
+${PYSITELIB}/streamlink/plugins/chzzk.py
+${PYSITELIB}/streamlink/plugins/chzzk.pyc
+${PYSITELIB}/streamlink/plugins/chzzk.pyo
${PYSITELIB}/streamlink/plugins/dailymotion.py
${PYSITELIB}/streamlink/plugins/dailymotion.pyc
${PYSITELIB}/streamlink/plugins/dailymotion.pyo
@@ -304,9 +307,6 @@ ${PYSITELIB}/streamlink/plugins/nimotv.pyo
${PYSITELIB}/streamlink/plugins/nos.py
${PYSITELIB}/streamlink/plugins/nos.pyc
${PYSITELIB}/streamlink/plugins/nos.pyo
-${PYSITELIB}/streamlink/plugins/nownews.py
-${PYSITELIB}/streamlink/plugins/nownews.pyc
-${PYSITELIB}/streamlink/plugins/nownews.pyo
${PYSITELIB}/streamlink/plugins/nowtvtr.py
${PYSITELIB}/streamlink/plugins/nowtvtr.pyc
${PYSITELIB}/streamlink/plugins/nowtvtr.pyo
@@ -735,6 +735,9 @@ ${PYSITELIB}/streamlink_cli/console.pyo
${PYSITELIB}/streamlink_cli/constants.py
${PYSITELIB}/streamlink_cli/constants.pyc
${PYSITELIB}/streamlink_cli/constants.pyo
+${PYSITELIB}/streamlink_cli/exceptions.py
+${PYSITELIB}/streamlink_cli/exceptions.pyc
+${PYSITELIB}/streamlink_cli/exceptions.pyo
${PYSITELIB}/streamlink_cli/main.py
${PYSITELIB}/streamlink_cli/main.pyc
${PYSITELIB}/streamlink_cli/main.pyo
diff --git a/streamlink/distinfo b/streamlink/distinfo
index 96315b0f43..e57b74efed 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.2.tar.gz) = 290e3c6693824dceb535784a10683a520868be0210a13c0d66dd11ef5289e536
-SHA512 (streamlink-6.7.2.tar.gz) = 251e0b03c39dae980367e8a5b6ffcb1c279b0874eeaeff31d9d4486917b759ef27ba2bd5bba0bc74691237e429981f3748002e0ef49befe8c7be69160856ecfe
-Size (streamlink-6.7.2.tar.gz) = 741037 bytes
+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
SHA1 (patch-build__backend_onbuild.py) = c548d70a6cda4fc8cd68ef76b8865233e8337bdb
SHA1 (patch-setup.py) = 585d2ad521d20d4b9e9d37293503037d80cff7a2
Home |
Main Index |
Thread Index |
Old Index