14
0
forked from pool/python-pony

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
This commit is contained in:
2018-10-25 10:08:10 +00:00
committed by Git OBS Bridge
parent 6aaa721796
commit 80ed2d0de3
2 changed files with 10 additions and 6 deletions

View File

@@ -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}