Hello community,

here is the log from the commit of package python-piston-mini-client for 
openSUSE:Factory checked in at 2019-03-04 09:22:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-piston-mini-client (Old)
 and      /work/SRC/openSUSE:Factory/.python-piston-mini-client.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-piston-mini-client"

Mon Mar  4 09:22:38 2019 rev:12 rq:680788 version:0.7.5

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-piston-mini-client/python-piston-mini-client.changes
      2018-12-24 11:41:15.269459447 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-piston-mini-client.new.28833/python-piston-mini-client.changes
   2019-03-04 09:22:40.324576183 +0100
@@ -1,0 +2,8 @@
+Sat Mar  2 01:04:06 UTC 2019 - John Vandenberg <[email protected]>
+
+- Remove bcond_with test that was preventing tests from running
+- Remove unnecessary code style and doc build dependencies
+- Replace tox test runner with nose via setup.py test
+- Add doc/*.rst to %doc
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-piston-mini-client.spec ++++++
--- /var/tmp/diff_new_pack.8Ogyxu/_old  2019-03-04 09:22:41.620575950 +0100
+++ /var/tmp/diff_new_pack.8Ogyxu/_new  2019-03-04 09:22:41.620575950 +0100
@@ -18,7 +18,6 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
-%bcond_with     test
 Name:           python-piston-mini-client
 Version:        0.7.5
 Release:        0
@@ -31,15 +30,10 @@
 BuildRequires:  python-rpm-macros
 Requires:       python-oauthlib
 BuildArch:      noarch
-%if %{with test}
-BuildRequires:  %{python_module Sphinx}
 BuildRequires:  %{python_module httplib2}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module oauthlib}
-BuildRequires:  %{python_module pep8}
-BuildRequires:  python3-tox
-%endif
 %ifpython2
 Provides:       %{oldpython}-piston-mini = %{version}
 Obsoletes:      %{oldpython}-piston-mini < %{version}
@@ -51,6 +45,7 @@
 
 %prep
 %setup -q -n piston-mini-client-%{version}
+rm piston_mini_client/tests/test_pep8.py
 
 %build
 %python_build
@@ -58,14 +53,12 @@
 %install
 %python_install
 
-%if %{with test}
 %check
-tox --sitepackages --skip-missing-interpreters
-%endif
+%python_exec setup.py test
 
 %files %{python_files}
 %license LICENSE
-%doc README
+%doc README doc/*.rst
 %{python_sitelib}/*
 
 %changelog


Reply via email to