Package: yt-dlp / 2025.04.30-1~bpo12+1

Metadata

Package Version Patches format
yt-dlp 2025.04.30-1~bpo12+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Debianize paths.patch | (download)

pyproject.toml | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 debianize paths.
0003 Remove use of git.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove use of git during build
0004 Makefile Don t run flake8 when running offlinetest.patch | (download)

Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 makefile: don't run flake8 when running offlinetest.

Unfortunately, due to the dynamic nature of python, we most certainly would
like to run flake8 when testing the package. Alas, flake8 sometimes
generates style-only warning or "errors" that break the build, in a similar
fashion to what -Werror does to GCC or other compilers.

Therefore, I'm disabling this.

0005 fix hatchling breaking backportability.patch | (download)

pyproject.toml | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 remove the classifiers, because hatchling is braindead dumb.