Accepting request 509127 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/509127
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psycopg2?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2017-07-11 06:27:17 +00:00 committed by Git OBS Bridge
commit f65d116eb7
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 10 10:07:07 UTC 2017 - jengelh@inai.de
- Trim filler wording from description.
-------------------------------------------------------------------
Fri Jun 23 16:26:18 UTC 2017 - jmatejek@suse.com

View File

@ -35,13 +35,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
psycopg2 is a PostgreSQL database adapter for the Python programming
language. psycopg2 was written with the aim of being very small and fast,
and stable as a rock.
language.
psycopg2 is different from the other database adapter because it was
designed for heavily multi-threaded applications that create and destroy
lots of cursors and make a conspicuous number of concurrent INSERTs or
UPDATEs. psycopg2 also provide full asycronous operations and support
UPDATEs. psycopg2 also provide asychronous operations and support
for coroutine libraries.
%prep