From bf6cfd304751e2fa94ed6080e404b064693d27cf154d9f3a8ed930099c243226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 29 Mar 2019 10:42:53 +0000 Subject: [PATCH] - Fix the URL OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexx?expand=0&rev=10 --- python-flexx.changes | 5 +++++ python-flexx.spec | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/python-flexx.changes b/python-flexx.changes index cd28b4a..dddf760 100644 --- a/python-flexx.changes +++ b/python-flexx.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 22 14:22:42 UTC 2019 - Tomáš Chvátal + +- Fix the URL + ------------------------------------------------------------------- Tue Mar 19 15:25:35 UTC 2019 - Tomáš Chvátal diff --git a/python-flexx.spec b/python-flexx.spec index 3f643e0..c2fa7e7 100644 --- a/python-flexx.spec +++ b/python-flexx.spec @@ -24,7 +24,7 @@ Release: 0 Summary: Python toolkit for creating graphical user interfaces License: BSD-2-Clause Group: Development/Languages/Python -URL: http://flexx.readthedocs.io +URL: https://github.com/flexxui/flexx Source: https://files.pythonhosted.org/packages/source/f/flexx/flexx-%{version}.tar.gz BuildRequires: %{python_module certifi} BuildRequires: %{python_module dialite >= 0.5.2} @@ -32,6 +32,7 @@ BuildRequires: %{python_module imageio} BuildRequires: %{python_module numpy} BuildRequires: %{python_module pscript >= 0.7.0} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module selenium} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module tornado >= 4} BuildRequires: %{python_module webruntime >= 0.5.6} @@ -69,7 +70,8 @@ document. It also works in the Jupyter notebook. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +# Do not run tests, they require online access to jquery/etc. +#%%pytest %files %{python_files} %doc README.md