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

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 25 09:31:35 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Ensure neutrality of description.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 25 09:14:44 UTC 2018 - Antonio Larrosa <alarrosa@suse.com> Thu Oct 25 09:14:44 UTC 2018 - Antonio Larrosa <alarrosa@suse.com>

View File

@@ -39,12 +39,11 @@ BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
Pony ORM is a object-relational mapper for Python. Using Pony, developers can Pony ORM is a object-relational mapper for Python. Using Pony, users
create and maintain database-oriented software applications . One of the most can create and maintain database-oriented software applications. Pony
interesting features of Pony is its ability to write queries to the database is able to write queries to the database using generator expressions.
using generator expressions. Pony then analyzes the abstract syntax tree of Pony then analyzes the abstract syntax tree of a generator and
a generator and translates it to its SQL equivalent. translates it to its SQL equivalent.
%prep %prep
%setup -q -n pony-%{version} %setup -q -n pony-%{version}