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: adam
Date: Thu Aug 20 05:22:21 UTC 2026
Modified Files:
pkgsrc/net/yt-dlp: Makefile distinfo
Removed Files:
pkgsrc/net/yt-dlp/patches: patch-youtube-fix.diff
Log Message:
yt-dlp: updated to 2026.8.19
yt-dlp 2026.08.19
Core changes
utils
Deprecate number_of_digits
Deprecate random_uuidv4
float_or_none: Catch OverflowError
random_user_agent: Bump version range 144-150 => 145-151
Extractor changes
americastestkitchen: Fix season/series extraction
apple: Rework extractors
ard: Remove dead extractor
bandcamp: Support browser impersonation
bfmtv: Fix extractor
instagram: Fix logged-in extraction
showroom: Rework extractors
tiktok
Fix extractor
Fix formats extraction
Support share URLs
twitter: broadcast: Fix events handling
vimeo: Remove ios and macos clients
whyp: Fix extractor
youtube
Add visionos player client
Add web_embedded client fallbacks
Extract channel_follower_count for collaborators
Fix live adaptive fragments generation
Player client maintenance
Remove android_vr from default clients
Update player client versions
tab: Always extract channel metadata
Downloader changes
hls: Fix crash on empty fragment lists in tests
Networking changes
Request Handler: curl_cffi: Support curl_cffi 0.16.x
Misc. changes
Fix third party license information
build
Support release tags that shadow branch names
Temporarily pin PyInstaller to v6.22.0
Trigger nightly on requirement changes
Update 11 dependencies
Update 27 dependencies
ci
Fix broken Windows PyPy tests
Update 7 actions in 10 workflows
cleanup
Miscellaneous
4e969d3 by bashonly, BOplaid, dialmaster, gamer191
594bd50 by bashonly
test
networking: Fix logging handler removal test
socks: Fix compatibility with websockets>=17
To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/net/yt-dlp/Makefile
cvs rdiff -u -r1.86 -r1.87 pkgsrc/net/yt-dlp/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/net/yt-dlp/patches/patch-youtube-fix.diff
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.94 pkgsrc/net/yt-dlp/Makefile:1.95
--- pkgsrc/net/yt-dlp/Makefile:1.94 Wed Aug 19 15:57:23 2026
+++ pkgsrc/net/yt-dlp/Makefile Thu Aug 20 05:22:20 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.94 2026/08/19 15:57:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.95 2026/08/20 05:22:20 adam Exp $
-DISTNAME= yt_dlp-2026.7.4
+DISTNAME= yt_dlp-2026.8.19
PKGNAME= ${DISTNAME:S/_/-/}
-PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_PYPI:=y/yt-dlp/}
@@ -30,8 +29,5 @@ ALLOW_NETWORK_ACCESS= yes
# as of 2026.2.21
# 2483 failed, 3819 passed, 1121 skipped, 3 warnings, 39 subtests passed
-post-patch:
- ${RM} -f ${WRKSRC}/yt_dlp/extractor/youtube/*.py.orig
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/yt-dlp/distinfo
diff -u pkgsrc/net/yt-dlp/distinfo:1.86 pkgsrc/net/yt-dlp/distinfo:1.87
--- pkgsrc/net/yt-dlp/distinfo:1.86 Wed Aug 19 15:57:23 2026
+++ pkgsrc/net/yt-dlp/distinfo Thu Aug 20 05:22:20 2026
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.86 2026/08/19 15:57:23 ryoon Exp $
+$NetBSD: distinfo,v 1.87 2026/08/20 05:22:20 adam Exp $
-BLAKE2s (yt_dlp-2026.7.4.tar.gz) = feda41f9c8f72c7a1c94d55fab15a8cefe29fc55f72d2415245df7c658c4a4be
-SHA512 (yt_dlp-2026.7.4.tar.gz) = b6895848fd17ae69414c22d6104473789d1601a612012567a1d1247801cdf654ab2b1702fd0fadc9c701d5faba3a03b74dcabb4f85d3972031126fff96856f34
-Size (yt_dlp-2026.7.4.tar.gz) = 3049326 bytes
-SHA1 (patch-youtube-fix.diff) = 5087a450489286cd7293aad7471ac724a2ad5408
+BLAKE2s (yt_dlp-2026.8.19.tar.gz) = b168b813acb6a8bf8d9a15299cd35f6ca68f76e3577028dc9e7d7f3d307077d7
+SHA512 (yt_dlp-2026.8.19.tar.gz) = 3a2b158d1cdef3e6e0f21f43470f3bc848e1d9e0e88ae04f45fe4807e1a9798e2d12a6889055e1c7f9cf372ba11d68e0a57ce7d61315eac62f9650563cecab53
+Size (yt_dlp-2026.8.19.tar.gz) = 3052025 bytes
Home |
Main Index |
Thread Index |
Old Index