Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python38 for openSUSE:Factory checked in at 2023-02-22 15:21:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python38 (Old) and /work/SRC/openSUSE:Factory/.python38.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python38" Wed Feb 22 15:21:10 2023 rev:34 rq:1067029 version:3.8.16 Changes: -------- --- /work/SRC/openSUSE:Factory/python38/python38.changes 2023-01-29 14:16:36.488947115 +0100 +++ /work/SRC/openSUSE:Factory/.python38.new.1706/python38.changes 2023-02-22 15:21:12.121730436 +0100 @@ -1,0 +2,6 @@ +Tue Feb 21 11:34:49 UTC 2023 - Matej Cepl <mc...@suse.com> + +- Add provides for readline and sqlite3 to the main Python + package. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python38.spec ++++++ --- /var/tmp/diff_new_pack.pap3eW/_old 2023-02-22 15:21:13.029735586 +0100 +++ /var/tmp/diff_new_pack.pap3eW/_new 2023-02-22 15:21:13.033735609 +0100 @@ -223,11 +223,15 @@ BuildRequires: pkgconfig(tk) BuildRequires: pkgconfig(x11) Requires: %{python_pkg_name}-base = %{version} +Provides: %{python_pkg_name}-readline +Provides: %{python_pkg_name}-sqlite3 Recommends: %{python_pkg_name}-curses Recommends: %{python_pkg_name}-dbm Recommends: %{python_pkg_name}-pip %if %{primary_interpreter} Provides: python3 = %{python_version} +Provides: python3-readline +Provides: python3-sqlite3 %endif %endif