Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-python-xlib for openSUSE:Factory checked in at 2021-08-16 10:08:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-python-xlib (Old) and /work/SRC/openSUSE:Factory/.python-python-xlib.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-xlib" Mon Aug 16 10:08:34 2021 rev:9 rq:911813 version:0.29 Changes: -------- --- /work/SRC/openSUSE:Factory/python-python-xlib/python-python-xlib.changes 2020-12-16 10:59:16.715498641 +0100 +++ /work/SRC/openSUSE:Factory/.python-python-xlib.new.1899/python-python-xlib.changes 2021-08-16 10:13:00.982997806 +0200 @@ -1,0 +2,10 @@ +Thu Aug 12 11:29:05 UTC 2021 - Yifan Jiang <yfji...@suse.com> + +- Completely remove python2 build for TW, Leap 15.4 and SLE 15 SP4. + +------------------------------------------------------------------- +Thu Aug 12 11:26:42 UTC 2021 - Yifan Jiang <yfji...@suse.com> + +- Add buildrequires xauth to successfully build on SLE. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-python-xlib.spec ++++++ --- /var/tmp/diff_new_pack.ZtFuTz/_old 2021-08-16 10:13:01.378997341 +0200 +++ /var/tmp/diff_new_pack.ZtFuTz/_new 2021-08-16 10:13:01.382997337 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-python-xlib # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,11 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%if !0%{?sle_version} || 0%{?sle_version} > 150300 +%define skip_python2 1 +%else %define oldpython python +%endif Name: python-python-xlib Version: 0.29 Release: 0 @@ -35,6 +39,7 @@ BuildRequires: %{python_module six >= 1.10.0} %if 0%{suse_version} < 1550 BuildRequires: python-mock +BuildRequires: xauth %endif BuildRequires: dos2unix BuildRequires: fdupes @@ -43,7 +48,7 @@ BuildArch: noarch Provides: python-xlib = %{version} Obsoletes: python-xlib < %{version} -%ifpython2 +%if 0%{?sle_version} && 0%{?sle_version} <= 150300 && "%{python_flavor}" == "python2" Provides: %{oldpython}-xlib = %{version} Obsoletes: %{oldpython}-xlib < %{version} %endif