From 0564305423566c43dd721e154ff723bb9be6907d448b5addf0c5c4ab8eeca6da Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 10 Jul 2017 10:34:52 +0000 Subject: [PATCH] Accepting request 509124 from home:jengelh:branches:devel:languages:python - Trim filler wording from description. OBS-URL: https://build.opensuse.org/request/show/509124 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=50 --- python-psycopg2.changes | 5 +++++ python-psycopg2.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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