GNU bug report logs - #53450
[PATCH] gnu: python-parsedatetime: Update to 2.6.

Previous Next

Package: guix-patches;

Reported by: Pradana Adrinusa AUMARS <paumars <at> courrier.dev>

Date: Sat, 22 Jan 2022 16:43:01 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

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: Pradana Adrinusa AUMARS <paumars <at> courrier.dev>
Subject: bug#53450: closed (Re: [bug#53450] [PATCH] gnu: python-parsedatetime:
 Update to 2.6.)
Date: Mon, 24 Jan 2022 09:09:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#53450: [PATCH] gnu: python-parsedatetime: Update to 2.6.

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

-- 
53450: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53450
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: Pradana Adrinusa AUMARS <paumars <at> courrier.dev>
Cc: 53450-done <at> debbugs.gnu.org
Subject: Re: [bug#53450] [PATCH] gnu: python-parsedatetime: Update to 2.6.
Date: Mon, 24 Jan 2022 11:07:26 +0200
[Message part 3 (text/plain, inline)]
Thanks. I added a copyright line for you and pushed to master.

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Pradana Adrinusa AUMARS <paumars <at> courrier.dev>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: python-parsedatetime: Update to 2.6.
Date: Sat, 22 Jan 2022 17:41:59 +0100
From 6c384810c2df787f9fc63d6dd02d82bbd234d91f Mon Sep 17 00:00:00 2001
From: Pradana AUMARS <paumars <at> courrier.dev>
Date: Sat, 22 Jan 2022 17:36:20 +0100
Subject: [PATCH] gnu: python-parsedatetime-2.4: Update to 2.6.

    * gnu/packages/time.scm (python-parsedatetime-2.4): Update to 2.6.
---
 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 83a401f328..dadfedbe6c 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -237,14 +237,14 @@ (define-public python2-dateutil
 (define-public python-parsedatetime
   (package
     (name "python-parsedatetime")
-    (version "2.4")
+    (version "2.6")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "parsedatetime" version))
        (sha256
         (base32
-         "0jxqkjks7z9dn222cqgvskp4wr6d92aglinxq7pd2w4mzdc7r09x"))))
+         "0mfl0ixshqkwx7z5siaib7ix5j2iahb1jqfpyhqp42wan7xnicsc"))))
     (build-system python-build-system)
     (native-inputs
      (list python-nose python-pyicu python-pytest python-pytest-
runner))
-- 
2.34.0





This bug report was last modified 3 years and 119 days ago.

Previous Next


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