GNU bug report logs - #30268
[PATCH] gnu: python-six: Update to 1.11.0.

Previous Next

Package: guix-patches;

Reported by: Alex Vong <alexvong1995 <at> gmail.com>

Date: Sat, 27 Jan 2018 15:28:02 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.com>

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: Alex Vong <alexvong1995 <at> gmail.com>
Subject: bug#30268: closed (Re: [bug#30268] [PATCH] gnu: python-six:
 Update to 1.11.0.)
Date: Sat, 27 Jan 2018 17:37:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#30268: [PATCH] gnu: python-six: Update to 1.11.0.

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

-- 
30268: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30268
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Marius Bakke <mbakke <at> fastmail.com>
To: Alex Vong <alexvong1995 <at> gmail.com>, 30268-done <at> debbugs.gnu.org
Subject: Re: [bug#30268] [PATCH] gnu: python-six: Update to 1.11.0.
Date: Sat, 27 Jan 2018 18:35:59 +0100
[Message part 3 (text/plain, inline)]
Alex Vong <alexvong1995 <at> gmail.com> writes:

> Hi,
>
> This updates python-six to its latest version.

Thanks for the patch!  We already have this in core-updates (since six
has ~1500 dependents, it can't be updated on the master branch), so I'm
closing the bug.

Thanks anyway!
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Alex Vong <alexvong1995 <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: python-six: Update to 1.11.0.
Date: Sat, 27 Jan 2018 23:27:35 +0800
[Message part 6 (text/plain, inline)]
Hi,

This updates python-six to its latest version.

[0001-gnu-python-six-Update-to-1.11.0.patch (text/x-diff, inline)]
From 3cf66ce92c5465215fecfc3bc16334d2e720e29a Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995 <at> gmail.com>
Date: Sat, 27 Jan 2018 23:22:50 +0800
Subject: [PATCH] gnu: python-six: Update to 1.11.0.

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e4d5edb41..0ba923a0e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1003,14 +1003,14 @@ from the Python interpreter, or as a small part of a larger application.")
 (define-public python-six
   (package
     (name "python-six")
-    (version "1.10.0")
+    (version "1.11.0")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "six" version))
       (sha256
        (base32
-        "0snmb8xffb3vsma0z67i0h0w2g2dy0p3gsgh9gi4i0kgc5l8spqh"))))
+        "1scqzwc51c875z23phj48gircqjgnn3af8zy2izjwmnlxrxsgs3h"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-py" ,python-py)
-- 
2.15.1

[Message part 8 (text/plain, inline)]
Cheers,
Alex

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

Previous Next


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