GNU bug report logs - #30267
[PATCH] gnu: python-dateutil: Update to 2.6.1.

Previous Next

Package: guix-patches;

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

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

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 30267 in the body.
You can then email your comments to 30267 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#30267; Package guix-patches. (Sat, 27 Jan 2018 15:14:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alex Vong <alexvong1995 <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 27 Jan 2018 15:14:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Alex Vong <alexvong1995 <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: python-dateutil: Update to 2.6.1.
Date: Sat, 27 Jan 2018 23:12:59 +0800
[Message part 1 (text/plain, inline)]
Hi,

This patch updates python-dateutil to its latest version.

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

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

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 20c27e420..ce57e27b6 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -142,14 +142,14 @@ Pendulum instances.")
 (define-public python-dateutil
   (package
     (name "python-dateutil")
-    (version "2.6.0")
+    (version "2.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "python-dateutil" version))
        (sha256
         (base32
-         "1lhq0hxjc3cfha101q02ld5ijlpfyjn2w1yh7wvpiy367pgzi8k2"))))
+         "1jkahssf0ir5ssxc3ydbp8cpv77limn8d4s77szb2nrgl2r3h749"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-six" ,python-six)))
-- 
2.15.1

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

Information forwarded to guix-patches <at> gnu.org:
bug#30267; Package guix-patches. (Sat, 27 Jan 2018 15:40:01 GMT) Full text and rfc822 format available.

Message #8 received at 30267 <at> debbugs.gnu.org (full text, mbox):

From: Alex Vong <alexvong1995 <at> gmail.com>
To: 30267 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: python-dateutil: Update to 2.6.1.
Date: Sat, 27 Jan 2018 23:39:44 +0800
[Message part 1 (text/plain, inline)]
Ah, I forget the copyright header.

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

* gnu/packages/python.scm (python-dateutil, python2-dateutil): Update to
2.6.1.
---
 gnu/packages/time.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 20c27e420..a54524087 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -13,6 +13,7 @@
 ;;; Copyright © 2017 Ben Woodcroft <donttrustben <at> gmail.com>
 ;;; Copyright © 2017 ng0 <ng0 <at> infotropique.org>
 ;;; Copyright © 2017 Julien Lepiller <julien <at> lepiller.eu>
+;;; Copyright © 2018 Alex Vong <alexvong1995 <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -142,14 +143,14 @@ Pendulum instances.")
 (define-public python-dateutil
   (package
     (name "python-dateutil")
-    (version "2.6.0")
+    (version "2.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "python-dateutil" version))
        (sha256
         (base32
-         "1lhq0hxjc3cfha101q02ld5ijlpfyjn2w1yh7wvpiy367pgzi8k2"))))
+         "1jkahssf0ir5ssxc3ydbp8cpv77limn8d4s77szb2nrgl2r3h749"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-six" ,python-six)))
-- 
2.15.1


Reply sent to Marius Bakke <mbakke <at> fastmail.com>:
You have taken responsibility. (Sat, 27 Jan 2018 17:53:02 GMT) Full text and rfc822 format available.

Notification sent to Alex Vong <alexvong1995 <at> gmail.com>:
bug acknowledged by developer. (Sat, 27 Jan 2018 17:53:02 GMT) Full text and rfc822 format available.

Message #13 received at 30267-done <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: Alex Vong <alexvong1995 <at> gmail.com>, 30267-done <at> debbugs.gnu.org
Subject: Re: [bug#30267] [PATCH] gnu: python-dateutil: Update to 2.6.1.
Date: Sat, 27 Jan 2018 18:52:21 +0100
[Message part 1 (text/plain, inline)]
Alex Vong <alexvong1995 <at> gmail.com> writes:

> From d631ee375ccb052440997ea681c0e2ef4781d259 Mon Sep 17 00:00:00 2001
> From: Alex Vong <alexvong1995 <at> gmail.com>
> Date: Sat, 27 Jan 2018 22:58:58 +0800
> Subject: [PATCH] gnu: python-dateutil: Update to 2.6.1.
>
> * gnu/packages/python.scm (python-dateutil, python2-dateutil): Update to
> 2.6.1.

Thanks!  Pushed as b94502bed69c0fb5033d702fd0308209efb8815c.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 25 Feb 2018 12:24:05 GMT) Full text and rfc822 format available.

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.