Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-isodate"

Tue Jun  1 10:34:18 2021 rev:16 rq:895754 version:0.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-isodate/python-isodate.changes    
2018-12-27 00:26:55.499784167 +0100
+++ /work/SRC/openSUSE:Factory/.python-isodate.new.1898/python-isodate.changes  
2021-06-01 10:34:27.424506114 +0200
@@ -1,0 +2,5 @@
+Wed May 26 07:18:51 UTC 2021 - pgaj...@suse.com
+
+- %check: use %pyunittest rpm macro
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-isodate.spec ++++++
--- /var/tmp/diff_new_pack.senCB3/_old  2021-06-01 10:34:27.800506754 +0200
+++ /var/tmp/diff_new_pack.senCB3/_new  2021-06-01 10:34:27.804506761 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-isodate
 #
-# Copyright (c) 2018 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
@@ -16,19 +16,15 @@
 #
 
 
-# Tests don't work and cause a dependency loop with python-SPARQLWrapper
-%bcond_without tests
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-isodate
 Version:        0.6.0
 Release:        0
-Url:            http://cheeseshop.python.org/pypi/isodate
 Summary:        An ISO 8601 Date/Time/Duration Parser and Formatter
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
+URL:            https://cheeseshop.python.org/pypi/isodate
 Source:         
https://files.pythonhosted.org/packages/source/i/isodate/isodate-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -52,13 +48,10 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with tests}
 %check
-%python_exec setup.py -q test
-%endif
+%pyunittest discover -v src/
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGES.txt README.rst TODO.txt
 %{python_sitelib}/*
 

Reply via email to