[PATCH 0/3] gnu: Astronomy packages update.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Sharlatan Hellseher
Owner
unassigned
Submitted by
Sharlatan Hellseher
Severity
normal

Debbugs page

Sharlatan Hellseher wrote 2 years ago
(address . guix-patches@gnu.org)(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)
20230122235531.16220-1-sharlatanus@gmail.com
Hi Guix!

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

Toggle quote (6 lines)
> ./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
Sharlatan Hellseher wrote 2 years ago
[PATCH 1/3] gnu: python-astropy: Update to 5.2.1.
(address . 61012@debbugs.gnu.org)(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)
20230122235807.16434-1-sharlatanus@gmail.com
* gnu/packages/astronomy.scm (python-astropy): Update to 5.2.1.
---
gnu/packages/astronomy.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
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
Sharlatan Hellseher wrote 2 years ago
[PATCH 2/3] gnu: python-sunpy: Update to 4.1.1.
(address . 61012@debbugs.gnu.org)(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)
20230122235807.16434-2-sharlatanus@gmail.com
* gnu/packages/astronomy.scm (python-sunpy): Update to 4.1.1.
---
gnu/packages/astronomy.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
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
Sharlatan Hellseher wrote 2 years ago
[PATCH 3/3] gnu: python-regions: Update to 0.7.
(address . 61012@debbugs.gnu.org)(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)
20230122235807.16434-3-sharlatanus@gmail.com
* gnu/packages/astronomy.scm (python-regions): Update to 0.7.
---
gnu/packages/astronomy.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
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
Sharlatan Hellseher wrote 2 years ago
[PATCH] gnu: python-photutils: Update to 1.6.0.
(address . 61012@debbugs.gnu.org)(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)
20230123000159.17252-1-sharlatanus@gmail.com
* gnu/packages/astronomy.scm (python-photutils): Update to 1.6.0.
---
gnu/packages/astronomy.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
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
Ludovic Courtès wrote 2 years ago
Re: bug#61012: [PATCH 0/3] gnu: Astronomy packages update.
(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)(address . 61012-done@debbugs.gnu.org)
87wn583pn1.fsf@gnu.org
Hi,

Sharlatan Hellseher <sharlatanus@gmail.com> skribis:

Toggle quote (4 lines)
> 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’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 61012@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 61012
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help