Hello community,
here is the log from the commit of package python-postorius for
openSUSE:Factory checked in at 2020-01-18 12:18:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-postorius (Old)
and /work/SRC/openSUSE:Factory/.python-postorius.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-postorius"
Sat Jan 18 12:18:02 2020 rev:2 rq:765305 version:1.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-postorius/python-postorius.changes
2019-12-10 22:44:43.581757850 +0100
+++
/work/SRC/openSUSE:Factory/.python-postorius.new.26092/python-postorius.changes
2020-01-18 12:18:50.699161878 +0100
@@ -1,0 +2,5 @@
+Fri Jan 17 11:03:31 UTC 2020 - [email protected]
+
+- %check correctly also for 15
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-postorius.spec ++++++
--- /var/tmp/diff_new_pack.yKyIsA/_old 2020-01-18 12:18:51.263162181 +0100
+++ /var/tmp/diff_new_pack.yKyIsA/_new 2020-01-18 12:18:51.271162185 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-postorius
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -66,7 +66,13 @@
%check
pushd example_project
export PYTHONPATH='../src'
+%if 0%{suse_version} > 1500
%pytest ..
+%else
+LANG=C.UTF-8
+# to take PYTHONPATH in the account
+%python_exec -m pytest -v ..
+%endif
popd
%files %{python_files}