diff --git a/python-psycopg2.changes b/python-psycopg2.changes index 06e4445..4d9135e 100644 --- a/python-psycopg2.changes +++ b/python-psycopg2.changes @@ -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 diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 7ed618d..d43b1c2 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -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