From a5bbfe8921038cd8e88e57248a2cd747b50ee9f7c5395ab003fc636d13906f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 6 Jun 2019 08:29:03 +0000 Subject: [PATCH] Accepting request 708036 from home:pgajdos - run the testsuite OBS-URL: https://build.opensuse.org/request/show/708036 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-branca?expand=0&rev=3 --- branca-0.3.1.tar.gz | 3 --- python-branca.changes | 5 +++++ python-branca.spec | 7 ++++++- v0.3.1.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 branca-0.3.1.tar.gz create mode 100644 v0.3.1.tar.gz diff --git a/branca-0.3.1.tar.gz b/branca-0.3.1.tar.gz deleted file mode 100644 index 2b613f5..0000000 --- a/branca-0.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e762c9bdf40725f3d05ea1fda8fae9b470bfada6474e43a1242c8204a7bb15e -size 40045 diff --git a/python-branca.changes b/python-branca.changes index 90b47cc..3c12246 100644 --- a/python-branca.changes +++ b/python-branca.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 6 08:25:54 UTC 2019 - pgajdos@suse.com + +- run the testsuite + ------------------------------------------------------------------- Mon Jan 21 03:42:16 UTC 2019 - Todd R diff --git a/python-branca.spec b/python-branca.spec index ea1a64a..cb51c33 100644 --- a/python-branca.spec +++ b/python-branca.spec @@ -24,7 +24,7 @@ Summary: HTML+JS page generator 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 @@ BuildArch: noarch # 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 @@ Generate HTML+JS pages with Python. %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 diff --git a/v0.3.1.tar.gz b/v0.3.1.tar.gz new file mode 100644 index 0000000..76a7797 --- /dev/null +++ b/v0.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b9b294d7e15dc02f66fce23311a36b0ea3b6fba4874fb9ba9da64220bb156a +size 57494