emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#30268: closed ([PATCH] gnu: python-six: Update to


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30268: closed ([PATCH] gnu: python-six: Update to 1.11.0.)
Date: Sat, 27 Jan 2018 17:37:01 +0000

Your message dated Sat, 27 Jan 2018 18:35:59 +0100
with message-id <address@hidden>
and subject line Re: [bug#30268] [PATCH] gnu: python-six: Update to 1.11.0.
has caused the debbugs.gnu.org bug report #30268,
regarding [PATCH] gnu: python-six: Update to 1.11.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
30268: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30268
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: python-six: Update to 1.11.0. Date: Sat, 27 Jan 2018 23:27:35 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Hi,

This updates python-six to its latest version.

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

Cheers,
Alex

--- End Message ---
--- Begin Message --- Subject: Re: [bug#30268] [PATCH] gnu: python-six: Update to 1.11.0. Date: Sat, 27 Jan 2018 18:35:59 +0100 User-agent: Notmuch/0.26 (https://notmuchmail.org) Emacs/25.3.1 (x86_64-pc-linux-gnu)
Alex Vong <address@hidden> 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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]