pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/yt-dlp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 28 20:32:49 UTC 2025

Modified Files:
        pkgsrc/net/yt-dlp: Makefile distinfo

Log Message:
yt-dlp: update to 2025.9.26.

Extractor changes

    twitch: vod: Fix live_status detection (#14457) by bashonly
    youtube
        Fix player JS overrides (#14430) by bashonly, seproDev
        Improve PO token logging (#14447) by seproDev
        Player client maintenance (#14448) by seproDev
        Replace tv_simply with web_safari in default clients (#14465) by bashonly


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/net/yt-dlp/Makefile
cvs rdiff -u -r1.71 -r1.72 pkgsrc/net/yt-dlp/distinfo

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

Modified files:

Index: pkgsrc/net/yt-dlp/Makefile
diff -u pkgsrc/net/yt-dlp/Makefile:1.77 pkgsrc/net/yt-dlp/Makefile:1.78
--- pkgsrc/net/yt-dlp/Makefile:1.77     Wed Sep 24 09:15:53 2025
+++ pkgsrc/net/yt-dlp/Makefile  Sun Sep 28 20:32:49 2025
@@ -1,6 +1,6 @@
- $NetBSD: Makefile,v 1.77 2025/09/24 09:15:53 adam Exp $
+# $NetBSD: Makefile,v 1.78 2025/09/28 20:32:49 wiz Exp $
 
-DISTNAME=      yt_dlp-2025.9.23
+DISTNAME=      yt_dlp-2025.9.26
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_PYPI:=y/yt-dlp/}
@@ -24,5 +24,9 @@ SUBST_SED.paths=      -e "s,share/man/man1,${
 post-install:
        ${RM} -fr ${DESTDIR}${PREFIX}/${PYSITELIB}/devscripts
 
+.if make(test)
+ALLOW_NETWORK_ACCESS=  yes
+.endif
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/yt-dlp/distinfo
diff -u pkgsrc/net/yt-dlp/distinfo:1.71 pkgsrc/net/yt-dlp/distinfo:1.72
--- pkgsrc/net/yt-dlp/distinfo:1.71     Wed Sep 24 09:15:53 2025
+++ pkgsrc/net/yt-dlp/distinfo  Sun Sep 28 20:32:49 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.71 2025/09/24 09:15:53 adam Exp $
+$NetBSD: distinfo,v 1.72 2025/09/28 20:32:49 wiz Exp $
 
-BLAKE2s (yt_dlp-2025.9.23.tar.gz) = 8f60639c0a15de7eaaf6656faa5930b1283699083d02945f2991f36717cb5a78
-SHA512 (yt_dlp-2025.9.23.tar.gz) = eb524ea8679aaa66d05d8a46a53618543d8dbc31c020403ccd87a0144bb3e2594786d9de464834386f223e7fe8f99bd7cc0fcda5746bfb9182ec0d815e9cee69
-Size (yt_dlp-2025.9.23.tar.gz) = 3036855 bytes
+BLAKE2s (yt_dlp-2025.9.26.tar.gz) = 31c2cfca9d06d16607cb0815ed6f449cf572ec8c13f20b0c12b9a4822f26c1da
+SHA512 (yt_dlp-2025.9.26.tar.gz) = bf3a66b139078616280c8ba0849627c784b28287ec6f32fa584f180528beb7cc73a4eefd8f4dba4917193b3118eb3fccd99b9c85662a8cb26bc1327f818be7c8
+Size (yt_dlp-2025.9.26.tar.gz) = 3037475 bytes



Home | Main Index | Thread Index | Old Index