GNU bug report logs - #30468
[PATCH] gnu: python-elasticsearch: Update to 6.1.1.

Previous Next

Package: guix-patches;

Reported by: Pjotr Prins <pjotr.public12 <at> thebird.nl>

Date: Thu, 15 Feb 2018 15:27:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

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: Pjotr Prins <pjotr.public12 <at> thebird.nl>
Subject: bug#30468: closed (Re: [bug#30468] [PATCH]     gnu:
 python-elasticsearch: Update to 6.1.1.)
Date: Thu, 15 Feb 2018 21:58:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#30468: [PATCH]     gnu: python-elasticsearch: Update to 6.1.1.

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

-- 
30468: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30468
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Pjotr Prins <pjotr.public12 <at> thebird.nl>
Cc: Pjotr Prins <pjotr.public01 <at> thebird.nl>, 30468-done <at> debbugs.gnu.org
Subject: Re: [bug#30468] [PATCH]     gnu: python-elasticsearch: Update to
 6.1.1.
Date: Thu, 15 Feb 2018 16:57:45 -0500
[Message part 3 (text/plain, inline)]
On Thu, Feb 15, 2018 at 03:21:58PM +0000, Pjotr Prins wrote:
> From: Pjotr Prins <pjotr.public01 <at> thebird.nl>
> 
>     * gnu/packages/python-web.scm (python-elasticsearch, python2-elasticsearch): Update to 6.1.1.

Thanks! Pushed as aabcb6e57ce024e9581b8edd36b113034d4d0d83
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Pjotr Prins <pjotr.public12 <at> thebird.nl>
To: guix-patches <at> gnu.org
Cc: Pjotr Prins <pjotr.public01 <at> thebird.nl>
Subject: [PATCH]     gnu: python-elasticsearch: Update to 6.1.1.
Date: Thu, 15 Feb 2018 15:21:58 +0000
From: Pjotr Prins <pjotr.public01 <at> thebird.nl>

    * gnu/packages/python-web.scm (python-elasticsearch, python2-elasticsearch): Update to 6.1.1.
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 12e45b2ef..26d533f66 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2050,14 +2050,14 @@ CSS tidy.  Also supports URL rewriting in CSS files.")
 (define-public python-elasticsearch
   (package
     (name "python-elasticsearch")
-    (version "1.0.0")
+    (version "6.1.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "elasticsearch" version))
         (sha256
          (base32
-          "1sdw1r05cw7ihnmng8ra9v968fj7bq6sji8i1dikymsnkcpgc69g"))))
+          "1kjxl45yvvgfb5fmamx0kfsfg9pzphiqrwbkns3s28r1w7ya74cd"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-mock" ,python-mock)
-- 
2.15.1




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

Previous Next


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