fix(yt-dlp-ejs): Fix tracked -ejs version and package deps (#7380)

This commit is contained in:
Gilver
2025-11-14 06:51:17 -06:00
committed by GitHub
parent 1c51d5d40d
commit 69bad6e896
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
Name: python-yt-dlp-ejs
Version: 0.3.1
Release: 1%?dist
Release: 2%?dist
Summary: External JavaScript for yt-dlp supporting many runtimes
License: Unlicense AND MIT AND ISC
@@ -23,6 +23,7 @@ BuildRequires: (deno or bun or nodejs-npm)
%package -n python3-yt-dlp-ejs
Summary: %{summary}
Provides: yt-dlp-ejs = %evr
Requires: (deno or bun or nodejs-npm)
%description -n python3-yt-dlp-ejs %_description
+1 -1
View File
@@ -1 +1 @@
rpm.version(pypi("yt-dlp-ejs"));
rpm.version(find("yt-dlp-ejs==([\\d.]+)", gh_rawfile("yt-dlp/yt-dlp", "master", "pyproject.toml"), 1));
+2 -2
View File
@@ -3,14 +3,14 @@
Name: yt-dlp-git
Version: 2025.11.12.004747
Release: 1%?dist
Release: 2%?dist
Summary: A command-line program to download videos from online video platforms
License: Unlicense
URL: https://github.com/yt-dlp/yt-dlp
BuildArch: noarch
Packager: madonuko <mado@fyralabs.com>
Requires: deno
Recommends: (deno or bun or nodejs-npm)
BuildRequires: python3-devel
BuildRequires: python3dist(hatchling)