Hello community, here is the log from the commit of package python-vistir for openSUSE:Factory checked in at 2020-01-16 18:16:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-vistir (Old) and /work/SRC/openSUSE:Factory/.python-vistir.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-vistir" Thu Jan 16 18:16:01 2020 rev:8 rq:764623 version:0.4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-vistir/python-vistir.changes 2020-01-06 16:02:08.457724335 +0100 +++ /work/SRC/openSUSE:Factory/.python-vistir.new.26092/python-vistir.changes 2020-01-16 18:16:10.880803095 +0100 @@ -1,0 +2,5 @@ +Fri Jan 10 14:46:09 UTC 2020 - Tomáš Chvátal <[email protected]> + +- Conditionalize python2 build to do it only on older codestreams + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-vistir.spec ++++++ --- /var/tmp/diff_new_pack.9quCGE/_old 2020-01-16 18:16:12.256803874 +0100 +++ /var/tmp/diff_new_pack.9quCGE/_new 2020-01-16 18:16:12.256803874 +0100 @@ -17,6 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%bcond_without python2 Name: python-vistir Version: 0.4.3 Release: 0 @@ -49,10 +50,12 @@ BuildRequires: %{python_module requests} BuildRequires: %{python_module six} BuildRequires: %{python_module yaspin} +%if %{with python2} BuildRequires: python2-backports.functools_lru_cache BuildRequires: python2-backports.shutil_get_terminal_size BuildRequires: python2-backports.weakref BuildRequires: python2-pathlib2 +%endif # /SECTION %python_subpackages
