forked from pool/yt-dlp
- Update to release 2024.03.10
OBS-URL: https://build.opensuse.org/package/show/network:utilities/yt-dlp?expand=0&rev=87
This commit is contained in:
parent
0f5c0af180
commit
e758df003d
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 10 23:36:58 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2024.03.10
|
||||
* Add --compat-options 2023
|
||||
* Don't select storyboard formats as fallback
|
||||
* Handle --load-info-json format selection errors
|
||||
* webvtt: Don't parse single fragment files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 31 00:14:48 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
11
yt-dlp.spec
11
yt-dlp.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package yt-dlp
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,14 +21,15 @@
|
||||
%define skip_python37 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: yt-dlp
|
||||
Version: 2023.12.30
|
||||
Version: 2024.03.10
|
||||
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
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module hatchling}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: make >= 4
|
||||
BuildRequires: python-rpm-macros
|
||||
@ -92,12 +93,12 @@ rm -f youtube-dl yt-dlp
|
||||
# A self-decompressing yt-dlp is built only when python_build is not
|
||||
# exercised; else yt-dlp is a loader.
|
||||
#
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
%make_build yt-dlp
|
||||
|
||||
%install
|
||||
b="%buildroot"
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%fdupes %buildroot/usr
|
||||
rm -Rf "$b/%_datadir/doc"
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5408fe5d12cd1c430ee10346770e3d60baad5c63a38b41c8967005e4956780a7
|
||||
size 5402838
|
||||
oid sha256:1db8eade9e860543b655f5f973e26727ac2cc20874dc6fed9a3e78a4a05ee989
|
||||
size 5515436
|
||||
|
Loading…
Reference in New Issue
Block a user