Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyodbc for openSUSE:Factory checked in at 2021-01-21 21:56:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyodbc (Old) and /work/SRC/openSUSE:Factory/.python-pyodbc.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyodbc" Thu Jan 21 21:56:52 2021 rev:9 rq:865258 version:4.0.30 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyodbc/python-pyodbc.changes 2020-03-21 00:03:06.629155550 +0100 +++ /work/SRC/openSUSE:Factory/.python-pyodbc.new.28504/python-pyodbc.changes 2021-01-21 21:56:57.637848739 +0100 @@ -1,0 +2,6 @@ +Wed Jan 20 20:12:59 UTC 2021 - Dirk Hartmann <[email protected]> + +- Updated spec file for compatibility with different python3 + flavours. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyodbc.spec ++++++ --- /var/tmp/diff_new_pack.00BF1v/_old 2021-01-21 21:56:58.413849004 +0100 +++ /var/tmp/diff_new_pack.00BF1v/_new 2021-01-21 21:56:58.417849005 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pyodbc # -# 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 @@ -43,8 +43,6 @@ %prep %setup -q -n pyodbc-%{version} -mv tests2 tests-%{python2_bin_suffix} -mv tests3 tests-%{python3_bin_suffix} %build %python_build @@ -54,8 +52,8 @@ %check export PYTHONDONTWRITEBYTECODE=1 -%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} -$python tests-%{$python_bin_suffix}/sqlitetests.py -v "Driver=SQLITE3;Database=sqlite.db" +%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} export TESTDIRSUFFIX=%{$python_bin_suffix} +$python tests${TESTDIRSUFFIX::1}/sqlitetests.py -v "Driver=SQLITE3;Database=sqlite.db" } %files %{python_files}
