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:           Tue Oct 22 07:25:52 UTC 2024

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

Log Message:
yt-dlp: updated to 2024.10.22

2024.10.22

Important changes

Following this release, yt-dlp's Python dependencies must be installed using the default group
If you're installing yt-dlp with pip/pipx or requiring yt-dlp in your own Python project, you'll need to specify yt-dlp[default] if you want to also install yt-dlp's optional dependencies (which were 
previously included by default). Read more

py2exe is no longer supported
This release's yt-dlp_min.exe will be the last, and it's actually a PyInstaller-bundled executable so that yt-dlp users updating their py2exe build with -U will be automatically migrated.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/net/yt-dlp/Makefile
cvs rdiff -u -r1.44 -r1.45 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.49 pkgsrc/net/yt-dlp/Makefile:1.50
--- pkgsrc/net/yt-dlp/Makefile:1.49     Mon Oct 14 06:45:55 2024
+++ pkgsrc/net/yt-dlp/Makefile  Tue Oct 22 07:25:52 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2024/10/14 06:45:55 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2024/10/22 07:25:52 adam Exp $
 
-DISTNAME=      yt_dlp-2024.10.7
+DISTNAME=      yt_dlp-2024.10.22
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_PYPI:=y/yt-dlp/}

Index: pkgsrc/net/yt-dlp/distinfo
diff -u pkgsrc/net/yt-dlp/distinfo:1.44 pkgsrc/net/yt-dlp/distinfo:1.45
--- pkgsrc/net/yt-dlp/distinfo:1.44     Tue Oct  8 10:44:26 2024
+++ pkgsrc/net/yt-dlp/distinfo  Tue Oct 22 07:25:52 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.44 2024/10/08 10:44:26 adam Exp $
+$NetBSD: distinfo,v 1.45 2024/10/22 07:25:52 adam Exp $
 
-BLAKE2s (yt_dlp-2024.10.7.tar.gz) = 333f31ea2fb53080564c1af5ecbcffed4e8b08e438f8a990100bed9e68f924fa
-SHA512 (yt_dlp-2024.10.7.tar.gz) = 1d81e8f217334cabb0880fe20d5e24f4fa0380ebcb13e951c79eb879f1ebcaa7a9773b47e2ccdf8a2f0056463185ed51994881f9a0fbe3d088519f3c583dad5c
-Size (yt_dlp-2024.10.7.tar.gz) = 2877443 bytes
+BLAKE2s (yt_dlp-2024.10.22.tar.gz) = 0e1e52e63a77ef0454b08ca20ee3f63d14aa2350055e3c9b99c5e014bd7e0720
+SHA512 (yt_dlp-2024.10.22.tar.gz) = f949991b1de9b713ab5ef740a676e3ae94ef22e00bba466764f68f70055cf63d992ef6d3e535caf4fd5c2963eff4de929486642c59b8f630e641718a0bca5ba1
+Size (yt_dlp-2024.10.22.tar.gz) = 2885622 bytes



Home | Main Index | Thread Index | Old Index