pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/streamlink



Module Name:    pkgsrc
Committed By:   yhardy
Date:           Fri May  5 17:53:08 UTC 2023

Modified Files:
        pkgsrc/multimedia/streamlink: Makefile PLIST distinfo

Log Message:
multimedia/streamlink: update to streamlink-5.5.0

5.5.0

Release highlights:

  • Added: --no-config (#5314)
  • Added: --player-external-http-interface (#5295)
  • Fixed: M3U8 attribute parsing issue (#5307)
  • Fixed: various minor plugin issues (#5291, #5299, #5306)
  • Build: bumped urllib3 to >=1.26.0,<3 and fixed compatibility
    issues with urllib3 >=2.0.0 (#5326, #5325)
  • Docs: bumped furo theme to 2023.03.27 (#5301)
  • Docs: bumped build dependencies sphinx >=5.0.0,<7,
    myst-parser >=1.0.0,<2 and sphinx-design >=0.4.1,<1 (#5301)

Full changelog

Ian Cameron:
      plugins.mitele: fix/add Origin header

bastimeyer:
      cli.output: split up module into subpackage
      chore: update GitHub release template
      cli.output: refactor HTTPOutput
      cli: add --player-external-http-interface argument
      plugins.dogan: find direct HLS URL
      script: implement plugin URL tester
      docs: bump furo to 2023.03.27
      revert: docs: remove solus from install docs
      stream.hls: fix M3U8 attribute parser
      docs: fix Linux AppImages link in install docs
      cli: add --no-config argument
      docs: add pull request feedback to CONTRIBUTING.md
      tests: clean up root-logger state
      ci.github: bump deps of useragents workflow
      build: update version range of urllib3
      session: add support for urllib3 2.0

streamlinkbot:
      plugin.api: update useragents

vinyl-umbrella:
      plugins.openrectv: fix 401 error (#5291)


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/multimedia/streamlink/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/multimedia/streamlink/PLIST
cvs rdiff -u -r1.23 -r1.24 pkgsrc/multimedia/streamlink/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/streamlink/Makefile
diff -u pkgsrc/multimedia/streamlink/Makefile:1.36 pkgsrc/multimedia/streamlink/Makefile:1.37
--- pkgsrc/multimedia/streamlink/Makefile:1.36  Thu Apr 27 13:04:10 2023
+++ pkgsrc/multimedia/streamlink/Makefile       Fri May  5 17:53:08 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2023/04/27 13:04:10 yhardy Exp $
+# $NetBSD: Makefile,v 1.37 2023/05/05 17:53:08 yhardy Exp $
 
-DISTNAME=      streamlink-5.4.0
+DISTNAME=      streamlink-5.5.0
 CATEGORIES=    multimedia
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=streamlink/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}

Index: pkgsrc/multimedia/streamlink/PLIST
diff -u pkgsrc/multimedia/streamlink/PLIST:1.19 pkgsrc/multimedia/streamlink/PLIST:1.20
--- pkgsrc/multimedia/streamlink/PLIST:1.19     Thu Apr 27 13:04:10 2023
+++ pkgsrc/multimedia/streamlink/PLIST  Fri May  5 17:53:08 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2023/04/27 13:04:10 yhardy Exp $
+@comment $NetBSD: PLIST,v 1.20 2023/05/05 17:53:08 yhardy Exp $
 bin/streamlink
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -631,9 +631,21 @@ ${PYSITELIB}/streamlink_cli/constants.py
 ${PYSITELIB}/streamlink_cli/main.py
 ${PYSITELIB}/streamlink_cli/main.pyc
 ${PYSITELIB}/streamlink_cli/main.pyo
-${PYSITELIB}/streamlink_cli/output.py
-${PYSITELIB}/streamlink_cli/output.pyc
-${PYSITELIB}/streamlink_cli/output.pyo
+${PYSITELIB}/streamlink_cli/output/__init__.py
+${PYSITELIB}/streamlink_cli/output/__init__.pyc
+${PYSITELIB}/streamlink_cli/output/__init__.pyo
+${PYSITELIB}/streamlink_cli/output/abc.py
+${PYSITELIB}/streamlink_cli/output/abc.pyc
+${PYSITELIB}/streamlink_cli/output/abc.pyo
+${PYSITELIB}/streamlink_cli/output/file.py
+${PYSITELIB}/streamlink_cli/output/file.pyc
+${PYSITELIB}/streamlink_cli/output/file.pyo
+${PYSITELIB}/streamlink_cli/output/http.py
+${PYSITELIB}/streamlink_cli/output/http.pyc
+${PYSITELIB}/streamlink_cli/output/http.pyo
+${PYSITELIB}/streamlink_cli/output/player.py
+${PYSITELIB}/streamlink_cli/output/player.pyc
+${PYSITELIB}/streamlink_cli/output/player.pyo
 ${PYSITELIB}/streamlink_cli/streamrunner.py
 ${PYSITELIB}/streamlink_cli/streamrunner.pyc
 ${PYSITELIB}/streamlink_cli/streamrunner.pyo
@@ -643,9 +655,6 @@ ${PYSITELIB}/streamlink_cli/utils/__init
 ${PYSITELIB}/streamlink_cli/utils/formatter.py
 ${PYSITELIB}/streamlink_cli/utils/formatter.pyc
 ${PYSITELIB}/streamlink_cli/utils/formatter.pyo
-${PYSITELIB}/streamlink_cli/utils/http_server.py
-${PYSITELIB}/streamlink_cli/utils/http_server.pyc
-${PYSITELIB}/streamlink_cli/utils/http_server.pyo
 ${PYSITELIB}/streamlink_cli/utils/path.py
 ${PYSITELIB}/streamlink_cli/utils/path.pyc
 ${PYSITELIB}/streamlink_cli/utils/path.pyo

Index: pkgsrc/multimedia/streamlink/distinfo
diff -u pkgsrc/multimedia/streamlink/distinfo:1.23 pkgsrc/multimedia/streamlink/distinfo:1.24
--- pkgsrc/multimedia/streamlink/distinfo:1.23  Thu Apr 27 13:04:10 2023
+++ pkgsrc/multimedia/streamlink/distinfo       Fri May  5 17:53:08 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2023/04/27 13:04:10 yhardy Exp $
+$NetBSD: distinfo,v 1.24 2023/05/05 17:53:08 yhardy Exp $
 
-BLAKE2s (streamlink-5.4.0.tar.gz) = 03f92c8e8856a8fd1add4508168d97a418af64a8a91eb0fe2b5cfd7a4e356327
-SHA512 (streamlink-5.4.0.tar.gz) = 8b961f2b33be1ad7df5b61166e5b5ee282a00f4e5eb54f4f705d4428aa29786d6933b29e8097d70602f34843d3206ac6f99b1a11558fa02c15156477daaa70bd
-Size (streamlink-5.4.0.tar.gz) = 490759 bytes
+BLAKE2s (streamlink-5.5.0.tar.gz) = 9e5ed151f14413e99867561759c217e9d2b64541d202025d338e6da5f6ddd379
+SHA512 (streamlink-5.5.0.tar.gz) = 4aad3e57eb9d0e55b331d6ce08f4313794cea75cbf17bb269e477c7be0a2dd2f6ade27c91f388e5a0417b84503d26d4f0a7a39532ccc40501c330de2f72855f1
+Size (streamlink-5.5.0.tar.gz) = 494839 bytes



Home | Main Index | Thread Index | Old Index