diff --git a/python-flexx.changes b/python-flexx.changes index e11c753..f901749 100644 --- a/python-flexx.changes +++ b/python-flexx.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Mar 3 16:15:44 UTC 2018 - jengelh@inai.de + +- Summary and description improvements. + ------------------------------------------------------------------- Fri Dec 1 18:33:09 UTC 2017 - toddrme2178@gmail.com diff --git a/python-flexx.spec b/python-flexx.spec index ccac535..d3d3ebf 100644 --- a/python-flexx.spec +++ b/python-flexx.spec @@ -13,6 +13,7 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} @@ -21,10 +22,10 @@ Name: python-flexx Version: 0.4.1 Release: 0 +Summary: Python toolkit for creating graphical user interfaces License: BSD-2-Clause -Summary: Write desktop and web apps in pure Python -Url: http://flexx.readthedocs.io Group: Development/Languages/Python +Url: http://flexx.readthedocs.io Source: https://files.pythonhosted.org/packages/source/f/flexx/flexx-%{version}.zip BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} @@ -48,11 +49,11 @@ BuildArch: noarch %description Flexx is a pure Python toolkit for creating graphical user interfaces -(GUI's), that uses web technology for its rendering. Apps are written -purely in Python; Flexx' transpiler generates the necessary JavaScript +(GUIs), that uses web technology for its rendering. Apps are written +purely in Python; Flexx's transpiler generates the necessary JavaScript on the fly. -You can use Flexx to create (cross platform) desktop applications, web +Flexx can be used to create (cross platform) desktop applications, web applications, and (if designed well) export an app to a standalone HTML document. It also works in the Jupyter notebook.