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

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

bug#64267: closed ([PATCH] gnu: python-cftime: Update to 1.6.2.)


From: GNU bug Tracking System
Subject: bug#64267: closed ([PATCH] gnu: python-cftime: Update to 1.6.2.)
Date: Mon, 26 Jun 2023 09:52:02 +0000

Your message dated Mon, 26 Jun 2023 10:50:52 +0100
with message-id <87bkh2sga8.fsf@cbaines.net>
and subject line Re: [bug#64267] [PATCH] gnu: python-cftime: Update to 1.6.2.
has caused the debbugs.gnu.org bug report #64267,
regarding [PATCH] gnu: python-cftime: Update to 1.6.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
64267: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64267
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#64267] [PATCH] gnu: python-cftime: Update to 1.6.2. Date: Mon, 26 Jun 2023 10:50:52 +0100 User-agent: mu4e 1.10.2; emacs 28.2
Felix Gruber <felgru@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

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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