SHA256
1
0
forked from pool/yt-dlp

Accepting request 1110370 from home:dirkmueller:Factory

- remove suggests on brotlicffi - this is only for != cpython

- Update to release 2023.02.17
  * [youtube] Improve description extraction
  * [youtube] Prevent excess HTTP 301
  * [bellmedia] Add support for cp24.com clip URLs

OBS-URL: https://build.opensuse.org/request/show/1110370
OBS-URL: https://build.opensuse.org/package/show/network:utilities/yt-dlp?expand=0&rev=62
This commit is contained in:
Jan Engelhardt 2023-09-12 00:35:03 +00:00 committed by Git OBS Bridge
parent f3149cc60f
commit 1781ca375f
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 11 20:46:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
- remove suggests on brotlicffi - this is only for != cpython
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 7 04:49:22 UTC 2023 - Jan Engelhardt <jengelh@inai.de> Fri Jul 7 04:49:22 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
@ -47,7 +52,7 @@ Fri Mar 3 23:33:49 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Feb 18 06:08:22 UTC 2023 - Carsten Ziepke <kieltux@gmail.com> Sat Feb 18 06:08:22 UTC 2023 - Carsten Ziepke <kieltux@gmail.com>
- Update to release 2023.02.17 - Update to release 2023.02.17
* Merge youtube-dl: Upto commit/2dd6c6e (Feb 17 2023) * Merge youtube-dl: Upto commit/2dd6c6e (Feb 17 2023)
* Fix --concat-playlist * Fix --concat-playlist
* Imply --no-progress when --print * Imply --no-progress when --print
@ -675,11 +680,11 @@ Tue Jul 28 08:43:35 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
- Update to release 2020.07.28 - Update to release 2020.07.28
* [youtube] Fix sigfunc name extraction * [youtube] Fix sigfunc name extraction
* [youtube] Improve description extraction * [youtube] Improve description extraction
* [wistia] Restrict embed regular expression * [wistia] Restrict embed regular expression
* [youtube] Prevent excess HTTP 301 * [youtube] Prevent excess HTTP 301
* [youtube:playlists] Extend URL regular expression * [youtube:playlists] Extend URL regular expression
* [bellmedia] Add support for cp24.com clip URLs * [bellmedia] Add support for cp24.com clip URLs
* [brightcove] Improve embed detection * [brightcove] Improve embed detection
------------------------------------------------------------------- -------------------------------------------------------------------

View File

@ -44,7 +44,6 @@ Requires: ffmpeg
%if 0%{?suse_version} > 1500 %if 0%{?suse_version} > 1500
Requires: python3 Requires: python3
Suggests: python3-Brotli Suggests: python3-Brotli
Suggests: python3-brotlicffi
Suggests: python3-certifi Suggests: python3-certifi
Suggests: python3-mutagen Suggests: python3-mutagen
Suggests: python3-pycryptodomex Suggests: python3-pycryptodomex