unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#30267] [PATCH] gnu: python-dateutil: Update to 2.6.1.
@ 2018-01-27 15:12 Alex Vong
  2018-01-27 15:39 ` Alex Vong
  2018-01-27 17:52 ` bug#30267: " Marius Bakke
  0 siblings, 2 replies; 3+ messages in thread
From: Alex Vong @ 2018-01-27 15:12 UTC (permalink / raw)
  To: 30267

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

Hi,

This patch updates python-dateutil to its latest version.


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

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


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


Cheers,
Alex

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

* [bug#30267] [PATCH] gnu: python-dateutil: Update to 2.6.1.
  2018-01-27 15:12 [bug#30267] [PATCH] gnu: python-dateutil: Update to 2.6.1 Alex Vong
@ 2018-01-27 15:39 ` Alex Vong
  2018-01-27 17:52 ` bug#30267: " Marius Bakke
  1 sibling, 0 replies; 3+ messages in thread
From: Alex Vong @ 2018-01-27 15:39 UTC (permalink / raw)
  To: 30267

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

Ah, I forget the copyright header.


[-- Attachment #2: 0001-gnu-python-dateutil-Update-to-2.6.1.patch --]
[-- Type: text/x-diff, Size: 1413 bytes --]

From bf461a77cbf25aae730412c883f8f1b6b84ea2ad Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@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@gmail.com>
 ;;; Copyright © 2017 ng0 <ng0@infotropique.org>
 ;;; Copyright © 2017 Julien Lepiller <julien@lepiller.eu>
+;;; Copyright © 2018 Alex Vong <alexvong1995@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


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

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

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

Alex Vong <alexvong1995@gmail.com> writes:

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

[-- 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:53 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:12 [bug#30267] [PATCH] gnu: python-dateutil: Update to 2.6.1 Alex Vong
2018-01-27 15:39 ` Alex Vong
2018-01-27 17:52 ` bug#30267: " Marius Bakke

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).