From 665b51b76553dca7e4d3cf00e5a213fc7104749f77166f616de7f776b86e9568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 30 Jul 2018 07:36:04 +0000 Subject: [PATCH] Accepting request 626101 from home:jengelh:branches:devel:languages:python - Ensure neutrality of description. OBS-URL: https://build.opensuse.org/request/show/626101 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pyro4?expand=0&rev=5 --- python-Pyro4.changes | 5 +++++ python-Pyro4.spec | 20 ++++++++++---------- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/python-Pyro4.changes b/python-Pyro4.changes index f37e1e5..886322e 100644 --- a/python-Pyro4.changes +++ b/python-Pyro4.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 29 12:51:07 UTC 2018 - jengelh@inai.de + +- Ensure neutrality of description. + ------------------------------------------------------------------- Thu May 24 17:39:16 UTC 2018 - toddrme2178@gmail.com diff --git a/python-Pyro4.spec b/python-Pyro4.spec index 6d6d8f7..f52ebc2 100644 --- a/python-Pyro4.spec +++ b/python-Pyro4.spec @@ -13,16 +13,17 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Pyro4 Version: 4.72 Release: 0 -License: MIT Summary: Distributed object middleware for Python (RPC) -Url: https://github.com/irmen/Pyro4 +License: MIT Group: Development/Languages/Python +Url: https://github.com/irmen/Pyro4 Source: https://files.pythonhosted.org/packages/source/P/Pyro4/Pyro4-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} @@ -53,14 +54,13 @@ Requires(postun): update-alternatives %description Pyro means PYthon Remote Objects. -It is a library that enables you to build applications in which -objects can talk to eachother over the network, with minimal programming effort. -You can just use normal Python method calls, with almost every possible parameter -and return value type, and Pyro takes care of locating the right object on the right -computer to execute the method. It is designed to be very easy to use, and to -generally stay out of your way. But it also provides a set of powerful features that -enables you to build distributed applications rapidly and effortlessly. -Pyro is a pure Python library and runs on many different platforms and Python versions. +It is a library for building applications in which objects can talk +to each other over the network. One can use normal Python method +calls, with almost every possible parameter and return value type, +and Pyro takes care of locating the right object on the right system +to execute the method. It also provides a set of features that enable +building distributed applications. Pyro is a pure Python library and +runs on many different platforms and Python versions. %prep