all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#30268] [PATCH] gnu: python-six: Update to 1.11.0.
@ 2018-01-27 15:27 Alex Vong
  2018-01-27 15:36 ` Alex Vong
  2018-01-27 17:35 ` bug#30268: " Marius Bakke
  0 siblings, 2 replies; 3+ messages in thread
From: Alex Vong @ 2018-01-27 15:27 UTC (permalink / raw)
  To: 30268

[-- Attachment #1: Type: text/plain, Size: 53 bytes --]

Hi,

This updates python-six to its latest version.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-python-six-Update-to-1.11.0.patch --]
[-- Type: text/x-diff, Size: 1093 bytes --]

From 3cf66ce92c5465215fecfc3bc16334d2e720e29a Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@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


[-- Attachment #3: Type: text/plain, Size: 14 bytes --]


Cheers,
Alex

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#30268] [PATCH] gnu: python-six: Update to 1.11.0
  2018-01-27 15:27 [bug#30268] [PATCH] gnu: python-six: Update to 1.11.0 Alex Vong
@ 2018-01-27 15:36 ` Alex Vong
  2018-01-27 17:35 ` bug#30268: " Marius Bakke
  1 sibling, 0 replies; 3+ messages in thread
From: Alex Vong @ 2018-01-27 15:36 UTC (permalink / raw)
  To: 30268

[-- Attachment #1: Type: text/plain, Size: 36 bytes --]

Ah, I forget the copyright header.


[-- Attachment #2: 0001-gnu-python-six-Update-to-1.11.0.patch --]
[-- Type: text/x-diff, Size: 1702 bytes --]

From 6b77252a1a50f88c3489ac7aefa8277578336137 Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e4d5edb41..0af471445 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -29,7 +29,7 @@
 ;;; Copyright © 2016, 2017 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2016, 2017 Stefan Reichör <stefan@xsteve.at>
 ;;; Copyright © 2016 Dylan Jeffers <sapientech@sapientech@openmailbox.org>
-;;; Copyright © 2016, 2017 Alex Vong <alexvong1995@gmail.com>
+;;; Copyright © 2016, 2017, 2018 Alex Vong <alexvong1995@gmail.com>
 ;;; Copyright © 2016, 2017 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2016, 2017 Julien Lepiller <julien@lepiller.eu>
 ;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
@@ -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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#30268: [PATCH] gnu: python-six: Update to 1.11.0.
  2018-01-27 15:27 [bug#30268] [PATCH] gnu: python-six: Update to 1.11.0 Alex Vong
  2018-01-27 15:36 ` Alex Vong
@ 2018-01-27 17:35 ` Marius Bakke
  1 sibling, 0 replies; 3+ messages in thread
From: Marius Bakke @ 2018-01-27 17:35 UTC (permalink / raw)
  To: Alex Vong, 30268-done

[-- Attachment #1: Type: text/plain, Size: 278 bytes --]

Alex Vong <alexvong1995@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!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-27 17:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-27 15:27 [bug#30268] [PATCH] gnu: python-six: Update to 1.11.0 Alex Vong
2018-01-27 15:36 ` Alex Vong
2018-01-27 17:35 ` bug#30268: " Marius Bakke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.