GNU bug report logs - #64267
[PATCH] gnu: python-cftime: Update to 1.6.2.

Previous Next

Package: guix-patches;

Reported by: Felix Gruber <felgru <at> posteo.net>

Date: Sat, 24 Jun 2023 15:02:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

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: Felix Gruber <felgru <at> posteo.net>
Subject: bug#64267: closed (Re: [bug#64267] [PATCH] gnu: python-cftime:
 Update to 1.6.2.)
Date: Mon, 26 Jun 2023 09:52:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#64267: [PATCH] gnu: python-cftime: Update to 1.6.2.

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

-- 
64267: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64267
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Felix Gruber <felgru <at> posteo.net>
Cc: 64267-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#64267] [PATCH] gnu: python-cftime: Update to 1.6.2.
Date: Mon, 26 Jun 2023 10:50:52 +0100
[Message part 3 (text/plain, inline)]
Felix Gruber <felgru <at> posteo.net> writes:

> * gnu/packages/python-xyz.scm (python-cftime): Update to 1.6.2.
> [build-system]: Use pyproject-build-system.
> ---
>  gnu/packages/python-xyz.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Thanks, I've pushed this to master as
23f02e6f96a5353577eccfacfad0c12f70a5f8ab.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Felix Gruber <felgru <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Felix Gruber <felgru <at> posteo.net>
Subject: [PATCH] gnu: python-cftime: Update to 1.6.2.
Date: Sat, 24 Jun 2023 15:00:45 +0000
* gnu/packages/python-xyz.scm (python-cftime): Update to 1.6.2.
[build-system]: Use pyproject-build-system.
---
 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b650b71f3b..4fc6dd9368 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2220,14 +2220,14 @@ (define-public python-sh
 (define-public python-cftime
   (package
     (name "python-cftime")
-    (version "1.5.1.1")
+    (version "1.6.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "cftime" version))
        (sha256
-        (base32 "0l1a22zlhdpgaisibvvm7dhij4vzfm661rnv00y2snpyqxpdgi3d"))))
-    (build-system python-build-system)
+        (base32 "1lp6jrjjgl18csn4bcnphn0l16ag4aynvn7x0kins155p07w0546"))))
+    (build-system pyproject-build-system)
     (propagated-inputs
      (list python-numpy))
     (native-inputs

base-commit: d6dc82e8cdb2d6114a12b06d449ce7f1150c7f70
-- 
2.39.2




This bug report was last modified 2 years and 25 days ago.

Previous Next


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