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 2023-05-10 16:20:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yt-dlp (Old)
 and      /work/SRC/openSUSE:Factory/.yt-dlp.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yt-dlp"

Wed May 10 16:20:04 2023 rev:23 rq:1086051 version:2023.03.04

Changes:
--------
--- /work/SRC/openSUSE:Factory/yt-dlp/yt-dlp.changes    2023-03-05 
20:08:08.832745858 +0100
+++ /work/SRC/openSUSE:Factory/.yt-dlp.new.1533/yt-dlp.changes  2023-05-10 
16:20:07.191540943 +0200
@@ -1,0 +2,7 @@
+Tue May  9 09:18:49 UTC 2023 - Max Lin <m...@suse.com>
+
+- Use python3.11 on Leap 15.5
+  * python3.11 is the only python3 > 3.6 version would be shipped
+    in Leap 15.5
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yt-dlp.spec ++++++
--- /var/tmp/diff_new_pack.SSGeYk/_old  2023-05-10 16:20:07.683543854 +0200
+++ /var/tmp/diff_new_pack.SSGeYk/_new  2023-05-10 16:20:07.687543877 +0200
@@ -28,12 +28,16 @@
 %if 0%{?suse_version} > 1500
 BuildRequires:  python3-devel
 %else
+%if 0%{?sle_version} > 150400
+BuildRequires:  python311-devel
+%else
 %if 0%{?sle_version} > 150300
 BuildRequires:  python310-devel
 %else
 BuildRequires:  python39-devel
 %endif
 %endif
+%endif
 BuildRequires:  zip
 BuildArch:      noarch
 Requires:       ffmpeg
@@ -46,12 +50,16 @@
 Suggests:       python3-pycryptodomex
 Suggests:       python3-websockets
 %else
+%if 0%{?sle_version} > 150400
+Requires:       python311
+%else
 %if 0%{?sle_version} > 150300
 Requires:       python310
 %else
 Requires:       python39
 %endif
 %endif
+%endif
 
 %description
 yt-dlp is a command-line program to retrieve videos from
@@ -92,12 +100,16 @@
 %if 0%{?suse_version} > 1500
 PYTHON="%_bindir/python3" \
 %else
+%if 0%{?sle_version} > 150400
+PYTHON="%_bindir/python3.11" \
+%else
 %if 0%{?sle_version} > 150300
 PYTHON="%_bindir/python3.10" \
 %else
 PYTHON="%_bindir/python3.9" \
 %endif
 %endif
+%endif
  %make_build yt-dlp
 
 %install

Reply via email to