GNU bug report logs - #61012
[PATCH 0/3] gnu: Astronomy packages update.

Previous Next

Package: guix-patches;

Reported by: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Date: Sun, 22 Jan 2023 23:56:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

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 61012 in the body.
You can then email your comments to 61012 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#61012; Package guix-patches. (Sun, 22 Jan 2023 23:56:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 22 Jan 2023 23:56:02 GMT) Full text and rfc822 format available.

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

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Subject: [PATCH 0/3] gnu: Astronomy packages update.
Date: Sun, 22 Jan 2023 23:55:31 +0000
Hi Guix!

Please, review a patch series upgrading python-astropy to 5.2.1 and leaf depended packages from it.

> ./pre-inst-env guix build $(./pre-inst-env guix refresh python-astropy python-sunpy python-regions  --list-dependent | awk -F: '{print $2}')
> /gnu/store/jmjfnnhkiml5ma67mqcl03pzjimv28is-python-sunpy-4.1.1
> /gnu/store/2jkiybv7nwycpq6jlhd5z3770pyrlqqr-python-astroquery-0.4.6
> /gnu/store/cn79jqbw0vnb6pymgr3lp2hj7m4iy3yr-python-poppy-1.0.3
> /gnu/store/6sad3r5abi5m77zlaks8rj8a013h6qin-python-regions-0.7

Sharlatan Hellseher (3):
  gnu: python-astropy: Update to 5.2.1.
  gnu: python-sunpy: Update to 4.1.1.
  gnu: python-regions: Update to 0.7.

 gnu/packages/astronomy.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


base-commit: 356e33641a35f32a87f7c2eb20666d848dd7e44f
-- 
2.39.1





Information forwarded to guix-patches <at> gnu.org:
bug#61012; Package guix-patches. (Sun, 22 Jan 2023 23:59:01 GMT) Full text and rfc822 format available.

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

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 61012 <at> debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Subject: [PATCH 1/3] gnu: python-astropy: Update to 5.2.1.
Date: Sun, 22 Jan 2023 23:58:05 +0000
* gnu/packages/astronomy.scm (python-astropy): Update to 5.2.1.
---
 gnu/packages/astronomy.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 2b5efc84a8..f8e1bd4bcd 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -984,13 +984,13 @@ (define-public celestia-gtk
 (define-public python-astropy
   (package
     (name "python-astropy")
-    (version "5.1.1")
+    (version "5.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "astropy" version))
        (sha256
-        (base32 "10dxjim60ch4qznqa5s63q936mkvy95p0k26kcwzv43hmybdcjxs"))
+        (base32 "08xc6brs7xwiqchhsjq8l10p6qc5p68cfxps7s889spqfyh2gbpn"))
        (modules '((guix build utils)))
        (snippet
         '(begin
-- 
2.39.1





Information forwarded to guix-patches <at> gnu.org:
bug#61012; Package guix-patches. (Sun, 22 Jan 2023 23:59:02 GMT) Full text and rfc822 format available.

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

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 61012 <at> debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Subject: [PATCH 2/3] gnu: python-sunpy: Update to 4.1.1.
Date: Sun, 22 Jan 2023 23:58:06 +0000
* gnu/packages/astronomy.scm (python-sunpy): Update to 4.1.1.
---
 gnu/packages/astronomy.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index f8e1bd4bcd..e7b53833f8 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1544,13 +1544,13 @@ (define-public python-sgp4
 (define-public python-sunpy
   (package
     (name "python-sunpy")
-    (version "4.0.6")
+    (version "4.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "sunpy" version))
        (sha256
-        (base32 "0aiirb6l8zshdrpsvh6d5ki759ah9zfm9gbl0in985hprwwxyrq1"))))
+        (base32 "1h8dnsic96bxm5l278vk6jj5h4bh1b143fghsvv5rhigk137vysp"))))
     (build-system pyproject-build-system)
     (arguments
      (list
-- 
2.39.1





Information forwarded to guix-patches <at> gnu.org:
bug#61012; Package guix-patches. (Sun, 22 Jan 2023 23:59:02 GMT) Full text and rfc822 format available.

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

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 61012 <at> debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Subject: [PATCH 3/3] gnu: python-regions: Update to 0.7.
Date: Sun, 22 Jan 2023 23:58:07 +0000
* gnu/packages/astronomy.scm (python-regions): Update to 0.7.
---
 gnu/packages/astronomy.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index e7b53833f8..6f50d5bb7f 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1420,13 +1420,13 @@ (define-public python-pyvo
 (define-public python-regions
   (package
     (name "python-regions")
-    (version "0.6")
+    (version "0.7")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "regions" version))
        (sha256
-        (base32 "0p95bxxw4dgd16rh1yj7zvfbijk52dqvqj20nj6q8kr5ms08acl0"))))
+        (base32 "08wsg9kxnki5pz8gdp81bq06jdmsip382fl02rvnr96cvzr7wf3m"))))
     (build-system python-build-system)
     (arguments
      `(#:test-target "pytest"
-- 
2.39.1





Information forwarded to guix-patches <at> gnu.org:
bug#61012; Package guix-patches. (Mon, 23 Jan 2023 00:03:01 GMT) Full text and rfc822 format available.

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

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 61012 <at> debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Subject: [PATCH] gnu: python-photutils: Update to 1.6.0.
Date: Mon, 23 Jan 2023 00:01:59 +0000
* gnu/packages/astronomy.scm (python-photutils): Update to 1.6.0.
---
 gnu/packages/astronomy.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 6f50d5bb7f..2f08b656c0 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1309,13 +1309,13 @@ (define-public python-mpl-animators
 (define-public python-photutils
   (package
     (name "python-photutils")
-    (version "1.5.0")
+    (version "1.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "photutils" version))
        (sha256
-        (base32 "129n268wnziprrv09f7y6f98cj1vh1bzp7ygsna10h3ilnjplkq1"))))
+        (base32 "0w4kxl6aqjp2wv396krw30kwg6cmmska8gvgpihm2i2zxyzz39vd"))))
     (build-system python-build-system)
     (arguments
      `(#:test-target "pytest"
-- 
2.39.1





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Fri, 27 Jan 2023 16:32:02 GMT) Full text and rfc822 format available.

Notification sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
bug acknowledged by developer. (Fri, 27 Jan 2023 16:32:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: 61012-done <at> debbugs.gnu.org
Subject: Re: bug#61012: [PATCH 0/3] gnu: Astronomy packages update.
Date: Fri, 27 Jan 2023 17:31:46 +0100
Hi,

Sharlatan Hellseher <sharlatanus <at> gmail.com> skribis:

>   gnu: python-astropy: Update to 5.2.1.
>   gnu: python-sunpy: Update to 4.1.1.
>   gnu: python-regions: Update to 0.7.

+ python-photutils update

Applied, thanks!

Ludo’.




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

This bug report was last modified 1 year and 61 days ago.

Previous Next


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