Compare commits

..

26 Commits

Author SHA256 Message Date
6fb17b0175 yt-dlp 2025.03.21 2025-03-22 10:05:45 +01:00
926987c0d1 Special case Requires line for 15.6 2025-03-03 10:43:37 +01:00
0f2176c0e4 Require same version between yt-dlp -> python-yt-dlp 2025-02-28 22:02:04 +01:00
3ff45ad337 yt-dlp 2025.02.19 2025-02-19 10:03:56 +01:00
540639dbcf yt-dlp 2025.01.26 2025-01-26 19:03:41 +01:00
0b49e4fcfb yt-dlp 2025.01.15 2025-01-16 22:29:13 +01:00
70555edead yt-dlp 2025.01.12 2025-01-13 01:14:49 +01:00
21621d6268 Fix 15.6 build wrt newer python-hatchling 2024-12-25 11:04:15 +01:00
62f3cd1a8a yt-dlp 2024.12.23 2024-12-24 02:27:03 +01:00
153289ffe0 yt-dlp 2024.12.13 2024-12-13 13:31:25 +01:00
1775396c4a yt-dlp 2024.12.06 2024-12-12 13:55:16 +01:00
e67a7c9e7a yt-dlp 2024.12.03 2024-12-03 21:59:50 +01:00
5304913c83 yt-dlp 2024.11.18 2024-11-19 20:31:22 +01:00
e63ba14a9c yt-dlp 2024.11.04 2024-11-04 22:53:19 +01:00
16d8fdc322 yt-dlp 2024.10.22 2024-10-23 10:35:06 +02:00
e0d553d717 yt-dlp 2024.10.07 2024-10-08 10:49:41 +02:00
772bea0c3a yt-dlp 2024.09.27 2024-09-29 21:34:39 +02:00
652218aef2 Fix spellos in Obsoletes lines 2024-08-14 10:56:08 +02:00
5b59a6ed84 yt-dlp 2024.08.06 2024-08-13 22:43:52 +02:00
0bb8636baf Merge sh-completion, make new youtube-dl compat package 2024-08-13 20:42:15 +02:00
e9e1c5b157 yt-dlp 2024.08.01 2024-08-01 17:50:33 +02:00
3c69f3bf80 yt-dlp 2024.07.25 2024-07-25 06:09:21 +02:00
bff58c4d9f yt-dlp 2024.07.16 2024-07-17 07:46:22 +02:00
5a220b638c yt-dlp 2024.07.09 2024-07-10 09:19:33 +02:00
81825454db Add openSUSE bugzilla reference for CVE-2024-38519 2024-07-02 19:54:26 +02:00
153d9706b4 Synchronize with OBS 2024-07-02 19:53:18 +02:00
5 changed files with 22 additions and 13 deletions

View File

@ -1,4 +0,0 @@
mtime: 1739955836
commit: 3ff45ad337074a8977bcf7c83dfa2db84d40cae178bd5961cf327776bd465efb
url: https://src.opensuse.org/jengelh/yt-dlp
revision: master

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:433d8bacc85cd1c84461d5265ff4716f3882f9b0b03bbf8a01a668519b6488b5
size 256

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Mar 22 09:03:31 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2025.03.21
* Fix external downloader availability when using
``--ffmpeg-location``
* youtube: fix nsig and signature extraction for player 643afba4.
-------------------------------------------------------------------
Fri Feb 28 21:01:45 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Require same version between yt-dlp -> python-yt-dlp
-------------------------------------------------------------------
Wed Feb 19 08:55:03 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@ -19,12 +19,12 @@
%define skip_python2 1
%define skip_python36 1
%define skip_python37 1
%if 0%{?sle_version} == 150600
%if 0%{?suse_version} < 1600
%global pythons python312
%endif
Name: yt-dlp
Version: 2025.02.19
Version: 2025.03.21
Release: 0
Summary: Enhanced fork of youtube-dl, a video site downloader for offline watching
License: CC-BY-SA-3.0 AND SUSE-Public-Domain
@ -45,8 +45,11 @@ Obsoletes: yt-dlp-fish-completion < %version-%release
Provides: yt-dlp-fish-completion = %version-%release
Obsoletes: yt-dlp-zsh-completion < %version-%release
Provides: yt-dlp-zsh-completion = %version-%release
# %%primary_python not available in Leap yet
Requires: %(echo %{python_module yt-dlp} | perl -pe 's{.* }{}g')
%if 0%{?suse_version} < 1600
Requires: python312-yt-dlp = %version
%else
Requires: python3-yt-dlp = %version
%endif
%define python_subpackage_only 1
%python_subpackages

BIN
yt-dlp.tar.gz (Stored with Git LFS)

Binary file not shown.