Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-fake-useragent for
openSUSE:Factory checked in at 2021-09-15 22:51:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fake-useragent (Old)
and /work/SRC/openSUSE:Factory/.python-fake-useragent.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fake-useragent"
Wed Sep 15 22:51:30 2021 rev:2 rq:919150 version:0.1.11
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-fake-useragent/python-fake-useragent.changes
2019-05-21 10:41:21.387049224 +0200
+++
/work/SRC/openSUSE:Factory/.python-fake-useragent.new.1899/python-fake-useragent.changes
2021-09-15 22:51:49.418938307 +0200
@@ -1,0 +2,5 @@
+Wed Sep 15 10:31:22 UTC 2021 - [email protected]
+
+- %check: note tests are online, do not run them
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-fake-useragent.spec ++++++
--- /var/tmp/diff_new_pack.xvtPtY/_old 2021-09-15 22:51:49.970938967 +0200
+++ /var/tmp/diff_new_pack.xvtPtY/_new 2021-09-15 22:51:49.974938972 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-fake-useragent
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -13,6 +13,7 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -21,15 +22,15 @@
Release: 0
License: Apache-2.0
Summary: Useragent faker package for Python
-Url: https://github.com/hellysmile/fake-useragent
+URL: https://github.com/hellysmile/fake-useragent
Group: Development/Languages/Python
Source:
https://github.com/hellysmile/fake-useragent/archive/%{version}.tar.gz#/fake-useragent-%{version}.tar.gz
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
+BuildRequires: python-rpm-macros
# SECTION test requirements
-BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module pytest-cov}
# /SECTION
BuildArch: noarch
@@ -49,7 +50,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec setup.py test
+# online tests
+#%%pytest
%files %{python_files}
%license LICENSE