Accepting request 1204596 from network:utilities
- Update to release 2024.09.27 OBS-URL: https://build.opensuse.org/request/show/1204596 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yt-dlp?expand=0&rev=46
This commit is contained in:
commit
ea986638e7
@ -1,4 +1,4 @@
|
||||
mtime: 1723625768
|
||||
commit: 652218aef2a55fa09144916b5b67bc0dff00939dd4ec510984539d6728fd2fc2
|
||||
mtime: 1727638479
|
||||
commit: 772bea0c3ade184f7590e1d2fa4a728d5440c6d04f8bcbfb971699aea37713c2
|
||||
url: https://src.opensuse.org/jengelh/yt-dlp
|
||||
revision: master
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f82848fc48c5b5bf84f42e2e8371ae06e4089806105d15a6a38d58c06489389
|
||||
oid sha256:e636ae09cf56d5b53d21794ae0c82765cdb52bdf940c252a6f251430637ac937
|
||||
size 256
|
||||
|
1
yt-dlp-rpmlintrc
Normal file
1
yt-dlp-rpmlintrc
Normal file
@ -0,0 +1 @@
|
||||
addFilter("files-duplicate")
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 29 19:34:07 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2024.09.27
|
||||
* Support excluding player_clients in extractor-arg
|
||||
* clip: Prioritize https formats
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 13 20:43:17 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
14
yt-dlp.spec
14
yt-dlp.spec
@ -21,13 +21,14 @@
|
||||
%define skip_python37 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: yt-dlp
|
||||
Version: 2024.08.06
|
||||
Version: 2024.09.27
|
||||
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
|
||||
Group: Productivity/Networking/Web/Utilities
|
||||
URL: https://github.com/yt-dlp/yt-dlp
|
||||
Source: https://github.com/yt-dlp/yt-dlp/releases/download/%version/yt-dlp.tar.gz
|
||||
Source9: yt-dlp-rpmlintrc
|
||||
BuildRequires: %{python_module hatchling}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: fdupes
|
||||
@ -88,8 +89,17 @@ rm -f youtube-dl yt-dlp
|
||||
b="%buildroot"
|
||||
%pyproject_install
|
||||
ln -s yt-dlp "$b/%_bindir/youtube-dl"
|
||||
%fdupes %buildroot/usr
|
||||
rm -Rf "$b/%_datadir/doc"
|
||||
# if you leave everything as-is, rpmlint complains about
|
||||
# python312-yt-dlp.noarch: W: files-duplicate
|
||||
# /usr/lib/python3.12/site-packages/yt_dlp/utils/__pycache__/progress.cpython-312.pyc
|
||||
# /usr/lib/python3.12/site-packages/yt_dlp/utils/__pycache__/progress.cpython-312.opt-1.pyc
|
||||
# if you add fdupes, rpmlint complains about
|
||||
# python312-yt-dlp.noarch: E: python-bytecode-inconsistent-mtime
|
||||
# /usr/lib/python3.12/site-packages/yt_dlp/extractor/__pycache__/screencastomatic.cpython-312.pyc
|
||||
# 2024-09-29T18:11:02
|
||||
# /usr/lib/python3.12/site-packages/yt_dlp/extractor/screencastomatic.py
|
||||
# 2024-09-29T18:11:01
|
||||
|
||||
%files -n yt-dlp
|
||||
%license LICENSE
|
||||
|
BIN
yt-dlp.tar.gz
(Stored with Git LFS)
BIN
yt-dlp.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user