rekado pushed a commit to branch master
in repository guix.

commit dd3ee6073e4f6e9eb86be2eaa847885da1131908
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Mar 18 09:48:02 2023 +0100

    gnu: python-databases: Revise description.
    
    * gnu/packages/databases.scm (python-databases)[synopsis]: Spell out
    “Asynchronous”.
    [description]: Mention that it's a wrapper around other libraries using
    SQLAlchemy.
---
 gnu/packages/databases.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index fc0d8d6ae7..56b971206a 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3763,8 +3763,9 @@ managers for automatically closing connections.")
            python-asyncmy
            python-sqlalchemy))
     (home-page "https://github.com/encode/databases";)
-    (synopsis "Async database support for Python")
-    (description "This package implements async database support for Python.")
+    (synopsis "Asynchronous database abstraction library")
+    (description "Databases provides a wrapper around asynchronous database
+libraries with SQLALchemy.")
     (license license:bsd-3)))
 
 (define-public python-psycopg2

Reply via email to