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