Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python for openSUSE:Factory checked in at 2022-02-21 17:45:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python (Old) and /work/SRC/openSUSE:Factory/.python.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python" Mon Feb 21 17:45:49 2022 rev:166 rq:955867 version:2.7.18 Changes: -------- --- /work/SRC/openSUSE:Factory/python/python-base.changes 2022-02-11 23:07:02.966545845 +0100 +++ /work/SRC/openSUSE:Factory/.python.new.1958/python-base.changes 2022-02-21 17:45:57.783582651 +0100 @@ -1,0 +2,14 @@ +Fri Feb 18 11:00:25 UTC 2022 - Matej Cepl <mc...@suse.com> + +- 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. + +------------------------------------------------------------------- +Fri Feb 18 10:51:04 UTC 2022 - Matej Cepl <mc...@suse.com> + +- Older SLE versions should use old OpenSSL. + +------------------------------------------------------------------- python-doc.changes: same change python.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-base.spec ++++++ --- /var/tmp/diff_new_pack.6HoBDi/_old 2022-02-21 17:45:59.291583099 +0100 +++ /var/tmp/diff_new_pack.6HoBDi/_new 2022-02-21 17:45:59.295583100 +0100 @@ -138,8 +138,10 @@ BuildRequires: libnsl-devel %endif BuildRequires: pkg-config +%if 0%{?suse_version} >= 1550 # The provider for python(abi) is in rpm-build-python BuildRequires: rpm-build-python +%endif BuildRequires: xz BuildRequires: zlib-devel #!BuildIgnore: python ++++++ python.spec ++++++ --- /var/tmp/diff_new_pack.6HoBDi/_old 2022-02-21 17:45:59.331583111 +0100 +++ /var/tmp/diff_new_pack.6HoBDi/_new 2022-02-21 17:45:59.331583111 +0100 @@ -137,8 +137,10 @@ BuildRequires: libbz2-devel %if %{suse_version} >= 1500 BuildRequires: libnsl-devel -%endif BuildRequires: libopenssl-1_1-devel +%else +BuildRequires: libopenssl-devel +%endif BuildRequires: ncurses-devel BuildRequires: readline-devel BuildRequires: sqlite-devel