Hello community,

here is the log from the commit of package python-intervals for 
openSUSE:Factory checked in at 2018-08-31 10:45:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-intervals (Old)
 and      /work/SRC/openSUSE:Factory/.python-intervals.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-intervals"

Fri Aug 31 10:45:34 2018 rev:2 rq:632128 version:0.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-intervals/python-intervals.changes        
2018-06-02 11:57:15.428757472 +0200
+++ /work/SRC/openSUSE:Factory/.python-intervals.new/python-intervals.changes   
2018-08-31 10:45:37.099287286 +0200
@@ -1,0 +2,5 @@
+Wed Aug 29 10:41:42 UTC 2018 - [email protected]
+
+- Fix pytest call so it works on 42.3
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-intervals.spec ++++++
--- /var/tmp/diff_new_pack.S4wUKp/_old  2018-08-31 10:45:37.771288100 +0200
+++ /var/tmp/diff_new_pack.S4wUKp/_new  2018-08-31 10:45:37.771288100 +0200
@@ -17,28 +17,23 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without  test
 Name:           python-intervals
 Version:        0.8.1
 Release:        0
 Summary:        Python tools for handling intervals
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            https://github.com/kvesteri/intervals
+URL:            https://github.com/kvesteri/intervals
 Source:         
https://files.pythonhosted.org/packages/source/i/intervals/intervals-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
-%if %{with test}
 BuildRequires:  %{python_module flake8 >= 2.4.0}
 BuildRequires:  %{python_module infinity >= 0.1.3}
 BuildRequires:  %{python_module isort >= 4.2.2}
 BuildRequires:  %{python_module pytest >= 2.2.3}
-%endif
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:       python-infinity >= 0.1.3
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -54,13 +49,10 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
-%python_expand pytest-%{$python_bin_suffix}
-%endif
+%python_expand py.test-%{$python_bin_suffix}
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGES.rst README.rst
 %license LICENSE
 %{python_sitelib}/*


Reply via email to