Hello community,

here is the log from the commit of package python-pytest-flake8 for 
openSUSE:Factory checked in at 2019-02-24 17:02:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-flake8 (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-flake8.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-flake8"

Sun Feb 24 17:02:18 2019 rev:5 rq:674967 version:1.0.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-pytest-flake8/python-pytest-flake8.changes    
    2019-02-08 13:48:25.386778822 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-flake8.new.28833/python-pytest-flake8.changes
     2019-02-24 17:02:20.164710694 +0100
@@ -1,0 +2,11 @@
+Thu Feb 14 12:51:40 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Remove unused devel dependency
+- Update requirements to match reality
+
+-------------------------------------------------------------------
+Mon Feb 11 10:43:25 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Make sure we really really execute tests
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pytest-flake8.spec ++++++
--- /var/tmp/diff_new_pack.gB1Gos/_old  2019-02-24 17:02:20.816710384 +0100
+++ /var/tmp/diff_new_pack.gB1Gos/_new  2019-02-24 17:02:20.816710384 +0100
@@ -17,7 +17,6 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
 Name:           python-pytest-flake8
 Version:        1.0.4
 Release:        0
@@ -26,17 +25,14 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/tholo/pytest-flake8
 Source:         
https://files.pythonhosted.org/packages/source/p/pytest-flake8/pytest-flake8-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module flake8 >= 3.5}
+BuildRequires:  %{python_module pytest >= 3.5}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-flake8 >= 3.0
-Requires:       python-pytest >= 2.8
+Requires:       python-flake8 >= 3.5
+Requires:       python-pytest >= 3.5
 BuildArch:      noarch
-%if %{with test}
-BuildRequires:  %{python_module flake8 >= 3.0}
-BuildRequires:  %{python_module pytest >= 2.8}
-%endif
 %python_subpackages
 
 %description
@@ -52,10 +48,8 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
-%python_exec setup.py test
-%endif
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} -v
 
 %files %{python_files}
 %license LICENSE


Reply via email to