GNU bug report logs - #42268
[PATCH] gnu: python-sqlalchemy: Update to 1.3.18.

Previous Next

Package: guix-patches;

Reported by: Tanguy Le Carrour <tanguy <at> bioneland.org>

Date: Wed, 8 Jul 2020 14:52:01 UTC

Severity: normal

Tags: patch

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: bug#42268: closed (Re: [bug#42268] [PATCH] gnu: python-sqlalchemy:
 Update to 1.3.18.)
Date: Wed, 08 Jul 2020 21:44:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#42268: [PATCH] gnu: python-sqlalchemy: Update to 1.3.18.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 42268 <at> debbugs.gnu.org.

-- 
42268: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42268
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: Tanguy Le Carrour <tanguy <at> bioneland.org>
Cc: 42268-done <at> debbugs.gnu.org
Subject: Re: [bug#42268] [PATCH] gnu: python-sqlalchemy: Update to 1.3.18.
Date: Wed, 08 Jul 2020 23:43:15 +0200
[Message part 3 (text/plain, inline)]
Tanguy,

Tanguy Le Carrour 写道:
> * gnu/packages/databases.scm (python-sqlalchemy): Update to 
> 1.3.18.

Thanks!  Pushed as fadc633a02251ddf3cb78bd817d99233b031f62d.

Kind regards,

T G-R
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Tanguy Le Carrour <tanguy <at> bioneland.org>
To: guix-patches <at> gnu.org
Cc: Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: [PATCH] gnu: python-sqlalchemy: Update to 1.3.18.
Date: Wed,  8 Jul 2020 16:51:00 +0200
* gnu/packages/databases.scm (python-sqlalchemy): Update to 1.3.18.
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index d54cbac09b..9befa64a16 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2620,13 +2620,13 @@ Database API 2.0T.")
 (define-public python-sqlalchemy
   (package
     (name "python-sqlalchemy")
-    (version "1.3.15")
+    (version "1.3.18")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "SQLAlchemy" version))
       (sha256
-       (base32 "0iglkvymfp35zm5pxy5kzqvcv96kkas0chqdx7xpla86sspa9k64"))))
+       (base32 "1rwc6ss1cnz3kxx0p9p6xw0w79r8qw03lcc29k31yb3rcigvfbys"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-cython" ,python-cython) ; for C extensions
-- 
2.27.0




This bug report was last modified 5 years and 9 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.