Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python36 for openSUSE:Factory checked in at 2021-10-25 15:16:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python36 (Old) and /work/SRC/openSUSE:Factory/.python36.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python36" Mon Oct 25 15:16:46 2021 rev:22 rq:926876 version:3.6.15 Changes: -------- --- /work/SRC/openSUSE:Factory/python36/python36.changes 2021-09-30 23:43:03.856446634 +0200 +++ /work/SRC/openSUSE:Factory/.python36.new.1890/python36.changes 2021-10-25 15:16:56.369657103 +0200 @@ -1,0 +2,16 @@ +Wed Oct 13 08:49:55 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org> + +- BuildRequire rpm-build-python: The provider to inject python(abi) + has been moved there. rpm-build pulls rpm-build-python + automatically in when building anything against python3-base, but + this implies that the initial build of python3-base does not + trigger the automatic installation. + +------------------------------------------------------------------- +Wed Oct 6 12:34:17 UTC 2021 - Matej Cepl <mc...@suse.com> + +- Due to conflicting demands of bsc#1183858 and platforms where + Python 3.6 is only in interpreter+pip set we have to make + complicated ugly construct about Sphinx BR. + +------------------------------------------------------------------- @@ -72,0 +89,6 @@ +------------------------------------------------------------------ +Mon Jul 26 15:07:01 UTC 2021 - Matej Cepl <mc...@suse.com> + +- Rebuild to get new headers, avoid building in support for + stropts.h (bsc#1187338). + @@ -77,0 +100,7 @@ + +------------------------------------------------------------------- +Fri Jul 16 14:25:20 UTC 2021 - Matej Cepl <mc...@suse.com> + +- Modify Lib/ensurepip/__init__.py to contain the same version + numbers as are in reality the ones in the bundled wheels + (bsc#1187668). ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python36.spec ++++++ --- /var/tmp/diff_new_pack.061X4c/_old 2021-10-25 15:16:57.689657929 +0200 +++ /var/tmp/diff_new_pack.061X4c/_new 2021-10-25 15:16:57.693657931 +0200 @@ -180,6 +180,8 @@ BuildRequires: netcfg BuildRequires: openssl-devel BuildRequires: pkgconfig +# The provider for python(abi) is in rpm-build-python +BuildRequires: rpm-build-python BuildRequires: xz BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(expat) @@ -191,10 +193,16 @@ BuildRequires: pkgconfig(libtirpc) %endif %if %{with doc} +%if 0%{?sle_version} && 0%{?sle_version} <= 150300 # Here we just run sphinx and we can use generic one, we don't need # the flavor variant +BuildRequires: python3-Sphinx +%else +# This is because of single-Python images on multi-Python +# distributions (bsc#1183858) BuildRequires: %{python_pkg_name}-Sphinx %endif +%endif %if %{with general} # required for idle3 (.desktop and .appdata.xml files) BuildRequires: appstream-glib