From 80ed2d0de375c7c6f53475586669fc88c4d2f7d6fc7adc535d8555aaf1f03ed6 Mon Sep 17 00:00:00 2001 From: Antonio Larrosa Date: Thu, 25 Oct 2018 10:08:10 +0000 Subject: [PATCH] Accepting request 644590 from home:jengelh:branches:devel:languages:python - Ensure neutrality of description. OBS-URL: https://build.opensuse.org/request/show/644590 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=4 --- python-pony.changes | 5 +++++ python-pony.spec | 11 +++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/python-pony.changes b/python-pony.changes index 36dd74c..97f5c78 100644 --- a/python-pony.changes +++ b/python-pony.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 25 09:31:35 UTC 2018 - Jan Engelhardt + +- Ensure neutrality of description. + ------------------------------------------------------------------- Thu Oct 25 09:14:44 UTC 2018 - Antonio Larrosa diff --git a/python-pony.spec b/python-pony.spec index 11c97fe..e42f2a9 100644 --- a/python-pony.spec +++ b/python-pony.spec @@ -39,12 +39,11 @@ BuildArch: noarch %python_subpackages %description -Pony ORM is a object-relational mapper for Python. Using Pony, developers can -create and maintain database-oriented software applications . One of the most -interesting features of Pony is its ability to write queries to the database -using generator expressions. Pony then analyzes the abstract syntax tree of -a generator and translates it to its SQL equivalent. - +Pony ORM is a object-relational mapper for Python. Using Pony, users +can create and maintain database-oriented software applications. Pony +is able to write queries to the database using generator expressions. +Pony then analyzes the abstract syntax tree of a generator and +translates it to its SQL equivalent. %prep %setup -q -n pony-%{version}