Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yt-dlp for openSUSE:Factory checked in at 2022-08-13 22:36:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yt-dlp (Old) and /work/SRC/openSUSE:Factory/.yt-dlp.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yt-dlp" Sat Aug 13 22:36:58 2022 rev:12 rq:994876 version:2022.08.08 Changes: -------- --- /work/SRC/openSUSE:Factory/yt-dlp/yt-dlp.changes 2022-08-11 18:32:26.858277941 +0200 +++ /work/SRC/openSUSE:Factory/.yt-dlp.new.1521/yt-dlp.changes 2022-08-13 22:36:59.378693711 +0200 @@ -1,0 +2,7 @@ +Fri Aug 12 15:36:50 UTC 2022 - Luigi Baldoni <[email protected]> + +- Drop redundant runtime requirements +- Differentiate requirements between 15.3 and 15.4 +- Add optional runtime requirements for Tumbleweed + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yt-dlp.spec ++++++ --- /var/tmp/diff_new_pack.vyVTE0/_old 2022-08-13 22:36:59.818694823 +0200 +++ /var/tmp/diff_new_pack.vyVTE0/_new 2022-08-13 22:36:59.822694833 +0200 @@ -27,20 +27,30 @@ BuildRequires: make >= 4 %if 0%{?suse_version} > 1500 BuildRequires: python3-devel -BuildRequires: python3-xml +%else +%if 0%{?sle_version} > 150300 +BuildRequires: python310-devel %else BuildRequires: python39-devel -BuildRequires: python39-xml +%endif %endif BuildRequires: zip BuildArch: noarch Requires: ffmpeg %if 0%{?suse_version} > 1500 Requires: python3 -Requires: python3-xml +Suggests: python3-Brotli +Suggests: python3-brotlicffi +Suggests: python3-certifi +Suggests: python3-mutagen +Suggests: python3-pycryptodomex +Suggests: python3-websockets +%else +%if 0%{?sle_version} > 150300 +Requires: python310 %else Requires: python39 -Requires: python39-xml +%endif %endif %description @@ -82,8 +92,12 @@ %if 0%{?suse_version} > 1500 PYTHON="%_bindir/python3" \ %else +%if 0%{?sle_version} > 150300 +PYTHON="%_bindir/python3.10" \ +%else PYTHON="%_bindir/python3.9" \ %endif +%endif %make_build yt-dlp %install
