Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-retry for openSUSE:Factory 
checked in at 2021-01-25 18:24:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-retry (Old)
 and      /work/SRC/openSUSE:Factory/.python-retry.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-retry"

Mon Jan 25 18:24:28 2021 rev:2 rq:866485 version:0.9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-retry/python-retry.changes        
2019-04-01 12:35:30.609831254 +0200
+++ /work/SRC/openSUSE:Factory/.python-retry.new.28504/python-retry.changes     
2021-01-25 18:25:00.544549764 +0100
@@ -1,0 +2,5 @@
+Mon Jan 25 08:05:10 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- use pytest macro 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-retry.spec ++++++
--- /var/tmp/diff_new_pack.kFpXKr/_old  2021-01-25 18:25:01.152550647 +0100
+++ /var/tmp/diff_new_pack.kFpXKr/_new  2021-01-25 18:25:01.156550654 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-retry
 #
-# 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
@@ -12,26 +12,27 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-retry
 Version:        0.9.2
 Release:        0
-License:        Apache-2.0
 Summary:        Python retry decorator
-Url:            https://github.com/invl/retry
+License:        Apache-2.0
 Group:          Development/Languages/Python
+URL:            https://github.com/invl/retry
 Source:         
https://files.pythonhosted.org/packages/source/r/retry/retry-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module pbr}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module decorator >= 3.4.2}
-BuildRequires:  %{python_module py >= 1.4.26}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pbr}
+BuildRequires:  %{python_module py >= 1.4.26}
 BuildRequires:  %{python_module pytest}
 # /SECTION
 BuildRequires:  fdupes
@@ -56,7 +57,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec -m pytest --ignore _build.python2 --ignore _build.python3
+%pytest
 
 %files %{python_files}
 %doc AUTHORS ChangeLog README.rst

Reply via email to