Hello community,

here is the log from the commit of package python-branca for openSUSE:Factory 
checked in at 2019-06-06 18:18:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-branca (Old)
 and      /work/SRC/openSUSE:Factory/.python-branca.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-branca"

Thu Jun  6 18:18:57 2019 rev:2 rq:708038 version:0.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-branca/python-branca.changes      
2019-04-28 20:12:13.350464377 +0200
+++ /work/SRC/openSUSE:Factory/.python-branca.new.4811/python-branca.changes    
2019-06-06 18:18:58.572656969 +0200
@@ -1,0 +2,5 @@
+Thu Jun  6 08:25:54 UTC 2019 - [email protected]
+
+- run the testsuite
+
+-------------------------------------------------------------------

Old:
----
  branca-0.3.1.tar.gz

New:
----
  v0.3.1.tar.gz

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

Other differences:
------------------
++++++ python-branca.spec ++++++
--- /var/tmp/diff_new_pack.T7dfrO/_old  2019-06-06 18:18:59.032656835 +0200
+++ /var/tmp/diff_new_pack.T7dfrO/_new  2019-06-06 18:18:59.036656833 +0200
@@ -24,7 +24,7 @@
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/python-visualization/branca
-Source:         
https://files.pythonhosted.org/packages/source/b/branca/branca-%{version}.tar.gz
+Source:         
https://github.com/python-visualization/branca/archive/v%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -35,6 +35,7 @@
 # SECTION test requirements
 BuildRequires:  %{python_module Jinja2}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module selenium}
 BuildRequires:  %{python_module six}
 # /SECTION
 %python_subpackages
@@ -52,6 +53,10 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+# test_rendering_utf8_iframe requires geckodriver
+%pytest -k 'not test_rendering_utf8_iframe' -v
+
 %files %{python_files}
 %doc CHANGES.txt README.rst
 %license LICENSE.txt


Reply via email to