Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pylev for openSUSE:Factory 
checked in at 2021-06-01 10:33:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pylev (Old)
 and      /work/SRC/openSUSE:Factory/.python-pylev.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pylev"

Tue Jun  1 10:33:27 2021 rev:2 rq:895916 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pylev/python-pylev.changes        
2019-05-22 11:14:07.982554776 +0200
+++ /work/SRC/openSUSE:Factory/.python-pylev.new.1898/python-pylev.changes      
2021-06-01 10:33:42.712429991 +0200
@@ -1,0 +2,5 @@
+Fri May 28 07:09:16 UTC 2021 - [email protected]
+
+- %check: use %pyunittest rpm macro
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pylev.spec ++++++
--- /var/tmp/diff_new_pack.jfUUJZ/_old  2021-06-01 10:33:43.156430747 +0200
+++ /var/tmp/diff_new_pack.jfUUJZ/_new  2021-06-01 10:33:43.160430753 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pylev
 #
-# 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,25 +12,25 @@
 # 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-pylev
 Version:        1.3.0
 Release:        0
-License:        BSD-3-Clause
 Summary:        A pure Python Levenshtein implementation
-Url:            http://github.com/toastdriven/pylev
+License:        BSD-3-Clause
 Group:          Development/Languages/Python
+URL:            https://github.com/toastdriven/pylev
 Source:         
https://files.pythonhosted.org/packages/source/p/pylev/pylev-%{version}.tar.gz
 Source1:        
https://raw.githubusercontent.com/toastdriven/pylev/master/LICENSE
 Source2:        
https://raw.githubusercontent.com/toastdriven/pylev/master/tests.py
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -48,7 +48,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+%pyunittest discover -v
 
 %files %{python_files}
 %license LICENSE

Reply via email to