From 0b0705ef000f08aecc89dc654c21c4d269864173e2f9062d0e490b3d6b17c2cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 3 Mar 2018 17:31:58 +0000 Subject: [PATCH] Accepting request 582222 from home:jengelh:branches:devel:languages:python - Summary and description improvements. OBS-URL: https://build.opensuse.org/request/show/582222 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexx?expand=0&rev=3 --- python-flexx.changes | 5 +++++ python-flexx.spec | 11 ++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) 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.