GNU bug report logs - #28737
[PATCH 2/5] gnu: python-arrow: Update to 0.10.0.

Previous Next

Package: guix-patches;

Reported by: Cyril Roelandt <tipecaml <at> gmail.com>

Date: Sun, 8 Oct 2017 04:37:02 UTC

Severity: normal

Tags: patch

Merged with 28738, 28739, 28740, 28741, 28742

Done: Ricardo Wurmus <rekado <at> elephly.net>

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: Cyril Roelandt <tipecaml <at> gmail.com>
Subject: bug#28740: closed (Re: [bug#28737] [PATCH 2/5] gnu: python-arrow:
 Update to 0.10.0.)
Date: Wed, 18 Oct 2017 20:59:04 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#28737: [PATCH 3/5] gnu: python-alembic: Update to 0.9.5.

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 28740 <at> debbugs.gnu.org.

-- 
28737: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28737
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: Cyril Roelandt <tipecaml <at> gmail.com>
Cc: 28737-done <at> debbugs.gnu.org
Subject: Re: [bug#28737] [PATCH 2/5] gnu: python-arrow: Update to 0.10.0.
Date: Wed, 18 Oct 2017 22:57:32 +0200
Cyril Roelandt <tipecaml <at> gmail.com> writes:

> * gnu/packages/python.scm (python-arrow, python2-arrow): Update to 0.10.0.

This has already been pushed to master.  Closing.

Thanks!

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net


[Message part 3 (message/rfc822, inline)]
From: Cyril Roelandt <tipecaml <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Cyril Roelandt <tipecaml <at> gmail.com>
Subject: [PATCH 3/5] gnu: python-alembic: Update to 0.9.5.
Date: Sun,  8 Oct 2017 06:35:43 +0200
* gnu/packages/python.scm (python-alembic, python2-alembic): Update to 0.9.5.
---
 gnu/packages/python.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 52999997b..d2c081236 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4902,20 +4902,21 @@ You might also want to install the following optional dependencies:
 (define-public python-alembic
   (package
     (name "python-alembic")
-    (version "0.8.10")
+    (version "0.9.5")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "alembic" version))
        (sha256
         (base32
-         "06br9sfqypnjlal6fsbnky3zb0askwcn3diz8k3kwa0qcblm0fqf"))))
+         "01gx2syqbaxh4hr9pf7pxhlb6p36qaf99140dy19lsx1paxb9p4b"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-mock" ,python-mock)
        ("python-pytest-cov" ,python-pytest-cov)))
     (propagated-inputs
-     `(("python-sqlalchemy" ,python-sqlalchemy)
+     `(("python-dateutil" ,python-dateutil)
+       ("python-sqlalchemy" ,python-sqlalchemy)
        ("python-mako" ,python-mako)
        ("python-editor" ,python-editor)))
     (home-page "http://bitbucket.org/zzzeek/alembic")
-- 
2.14.1




This bug report was last modified 7 years and 218 days ago.

Previous Next


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