Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-python-json-logger for
openSUSE:Factory checked in at 2021-06-01 10:37:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-json-logger (Old)
and /work/SRC/openSUSE:Factory/.python-python-json-logger.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-json-logger"
Tue Jun 1 10:37:59 2021 rev:5 rq:895935 version:2.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-json-logger/python-python-json-logger.changes
2020-12-22 11:52:42.186121592 +0100
+++
/work/SRC/openSUSE:Factory/.python-python-json-logger.new.1898/python-python-json-logger.changes
2021-06-01 10:39:13.064992424 +0200
@@ -1,0 +2,5 @@
+Fri May 28 08:49:54 UTC 2021 - [email protected]
+
+- %check: use %pyunittest rpm macro
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-json-logger.spec ++++++
--- /var/tmp/diff_new_pack.IAvEvN/_old 2021-06-01 10:39:15.068995836 +0200
+++ /var/tmp/diff_new_pack.IAvEvN/_new 2021-06-01 10:39:15.072995842 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-python-json-logger
#
-# 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
@@ -24,7 +24,7 @@
Summary: A python library adding a json log formatter
License: BSD-2-Clause
Group: Development/Languages/Python
-URL: http://github.com/madzak/python-json-logger
+URL: https://github.com/madzak/python-json-logger
Source:
https://files.pythonhosted.org/packages/source/p/python-json-logger/python-json-logger-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
@@ -45,7 +45,7 @@
%python_install
%check
-%python_exec setup.py test
+%pyunittest discover -v
%files %{python_files}
%doc README.md