Hello community,

here is the log from the commit of package python-testpath for openSUSE:Factory 
checked in at 2019-04-12 09:16:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-testpath (Old)
 and      /work/SRC/openSUSE:Factory/.python-testpath.new.27019 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-testpath"

Fri Apr 12 09:16:03 2019 rev:7 rq:693302 version:0.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-testpath/python-testpath.changes  
2018-10-12 13:11:43.619211700 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-testpath.new.27019/python-testpath.changes   
    2019-04-12 09:16:04.553738477 +0200
@@ -1,0 +2,6 @@
+Sat Apr  6 02:55:27 UTC 2019 - John Vandenberg <[email protected]>
+
+- Remove unnecessary Windows executables
+- Activate test suite
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-testpath.spec ++++++
--- /var/tmp/diff_new_pack.5rIBVc/_old  2019-04-12 09:16:05.173738852 +0200
+++ /var/tmp/diff_new_pack.5rIBVc/_new  2019-04-12 09:16:05.177738855 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-testpath
 #
-# 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,7 +25,7 @@
 Group:          Development/Languages/Python
 Url:            https://github.com/jupyter/testpath
 Source0:        
https://files.pythonhosted.org/packages/source/t/testpath/testpath-%{version}.tar.gz
-BuildRequires:  %{python_module base}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -41,6 +41,8 @@
 %prep
 %setup -q -n testpath-%{version}
 
+rm testpath/*.exe
+
 %build
 %python_build
 
@@ -48,6 +50,9 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+%python_exec -m pytest
+
 %files %{python_files}
 %doc README.rst
 %license LICENSE


Reply via email to