Hello community,

here is the log from the commit of package python-pytest-reqs for 
openSUSE:Factory checked in at 2019-02-28 21:42:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-reqs (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-reqs.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-reqs"

Thu Feb 28 21:42:41 2019 rev:4 rq:678203 version:0.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-reqs/python-pytest-reqs.changes    
2018-10-25 09:11:04.126335528 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-reqs.new.28833/python-pytest-reqs.changes
 2019-02-28 21:42:44.249542162 +0100
@@ -1,0 +2,5 @@
+Fri Feb 15 09:47:41 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Enable tests and make sure they pass
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pytest-reqs.spec ++++++
--- /var/tmp/diff_new_pack.RzMaqQ/_old  2019-02-28 21:42:44.741541953 +0100
+++ /var/tmp/diff_new_pack.RzMaqQ/_new  2019-02-28 21:42:44.741541953 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-reqs
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -25,21 +25,19 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/di/pytest-reqs
 Source:         
https://files.pythonhosted.org/packages/source/p/pytest-reqs/pytest-reqs-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
-# SECTION test requirements
 BuildRequires:  %{python_module pip >= 6}
+BuildRequires:  %{python_module pip-api >= 0.0.2}
 BuildRequires:  %{python_module pretend}
 BuildRequires:  %{python_module pytest >= 2.4.2}
-# /SECTION
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 # Setuptools and pip are both used at runtime
 Requires:       python-pip >= 6
+Requires:       python-pip-api >= 0.0.2
 Requires:       python-pytest >= 2.4.2
 Requires:       python-setuptools
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -57,6 +55,7 @@
 %prep
 %setup -q -n pytest-reqs-%{version}
 chmod a-x CHANGELOG LICENSE README.rst
+rm -f tox.ini
 
 %build
 %python_build
@@ -66,7 +65,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec test_reqs.py
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix} -v
 
 %files %{python_files}
 %doc CHANGELOG README.rst


Reply via email to