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 Oct 23 09:37:53 UTC 2025
Modified Files:
pkgsrc/net/yt-dlp: Makefile PLIST distinfo
Log Message:
yt-dlp: updated to 2025.10.22
2025.10.22
Important changes
A stopgap release with a TEMPORARY partial fix for YouTube support
Some formats may still be unavailable, especially if cookies are passed to yt-dlp. The NEXT release, expected very soon, will require an external JS runtime (e.g. Deno) in order for YouTube downloads
to work properly. Read more
The minimum required Python version has been raised to 3.10
Python 3.9 has reached its end-of-life as of October 2025, and yt-dlp has now removed support for it. Read more
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/net/yt-dlp/Makefile
cvs rdiff -u -r1.52 -r1.53 pkgsrc/net/yt-dlp/PLIST
cvs rdiff -u -r1.73 -r1.74 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.80 pkgsrc/net/yt-dlp/Makefile:1.81
--- pkgsrc/net/yt-dlp/Makefile:1.80 Thu Oct 16 13:57:22 2025
+++ pkgsrc/net/yt-dlp/Makefile Thu Oct 23 09:37:53 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.80 2025/10/16 13:57:22 adam Exp $
+# $NetBSD: Makefile,v 1.81 2025/10/23 09:37:53 adam Exp $
-DISTNAME= yt_dlp-2025.10.14
+DISTNAME= yt_dlp-2025.10.22
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_PYPI:=y/yt-dlp/}
Index: pkgsrc/net/yt-dlp/PLIST
diff -u pkgsrc/net/yt-dlp/PLIST:1.52 pkgsrc/net/yt-dlp/PLIST:1.53
--- pkgsrc/net/yt-dlp/PLIST:1.52 Thu Oct 16 13:57:22 2025
+++ pkgsrc/net/yt-dlp/PLIST Thu Oct 23 09:37:53 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.52 2025/10/16 13:57:22 adam Exp $
+@comment $NetBSD: PLIST,v 1.53 2025/10/23 09:37:53 adam Exp $
bin/yt-dlp
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -44,9 +44,6 @@ ${PYSITELIB}/yt_dlp/compat/imghdr.pyo
${PYSITELIB}/yt_dlp/compat/shutil.py
${PYSITELIB}/yt_dlp/compat/shutil.pyc
${PYSITELIB}/yt_dlp/compat/shutil.pyo
-${PYSITELIB}/yt_dlp/compat/types.py
-${PYSITELIB}/yt_dlp/compat/types.pyc
-${PYSITELIB}/yt_dlp/compat/types.pyo
${PYSITELIB}/yt_dlp/compat/urllib/__init__.py
${PYSITELIB}/yt_dlp/compat/urllib/__init__.pyc
${PYSITELIB}/yt_dlp/compat/urllib/__init__.pyo
Index: pkgsrc/net/yt-dlp/distinfo
diff -u pkgsrc/net/yt-dlp/distinfo:1.73 pkgsrc/net/yt-dlp/distinfo:1.74
--- pkgsrc/net/yt-dlp/distinfo:1.73 Thu Oct 16 13:57:22 2025
+++ pkgsrc/net/yt-dlp/distinfo Thu Oct 23 09:37:53 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.73 2025/10/16 13:57:22 adam Exp $
+$NetBSD: distinfo,v 1.74 2025/10/23 09:37:53 adam Exp $
-BLAKE2s (yt_dlp-2025.10.14.tar.gz) = 6d8ee5d847ea68db1ef00eb0af6ae36b0cc4ce56e7866334cc4d29298e076bbd
-SHA512 (yt_dlp-2025.10.14.tar.gz) = d6908ee3deead2aefca5a4c8937c2700903db4defaa77360ccf224eb5d1978d4397c2de11108b2a0e3f74048687b62aca4b1ee5eb4564eb5c9d07f031f4e928a
-Size (yt_dlp-2025.10.14.tar.gz) = 3045272 bytes
+BLAKE2s (yt_dlp-2025.10.22.tar.gz) = 7266a4651fbf644f193fae84044d9743f3665a7da5ac2c1c3687bc27a4ca7476
+SHA512 (yt_dlp-2025.10.22.tar.gz) = 41f8d5cc78a5d951461b40f31beb2f8c2e37b62a35efe91a3d751a3416d7fa05e44d247a73ee1faa07a0d0d930ad909eb6c350b5ec79e945dd7db0148c840a37
+Size (yt_dlp-2025.10.22.tar.gz) = 3046863 bytes
Home |
Main Index |
Thread Index |
Old Index