unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64201] [PATCH 00/19] gnu: monthly astronomy packages update
@ 2023-06-21  6:28 Sharlatan Hellseher
  2023-06-21  6:33 ` [bug#64201] [PATCH 01/20] gnu: sextractor: Update to 2.28.0, fix build Sharlatan Hellseher
                   ` (21 more replies)
  0 siblings, 22 replies; 50+ messages in thread
From: Sharlatan Hellseher @ 2023-06-21  6:28 UTC (permalink / raw)
  To: 64201; +Cc: Sharlatan Hellseher, Andreas Enge, Efraim Flashner, Eric Bavier

Hi Guix,

I'm about to keep the pace with updating (gnu package astronomy) monthly where
there is an easy win with just updating version and hash.

Some other packages which can be updated need more time and I don't want them
to block the flow, I'll prepare them while this issue is in review.

Here is the first portion where update took less efforts.
o block the flow, I'll prepare them while this issue is in review.

> ./pre-inst-env guix build $(./pre-inst-env guix refresh --list-dependent sextractor python-photutils calceph calcmysky libxisf splash python-astropy python-ccdproc python-cdflib python-drms python-fitsio python-pyerfa python-reproject python-stcal python-stdatamodels python-sunpy python-synphot python-astroalign | awk -F: '{print $2}')
> /gnu/store/z9s8nr3vm6yyp43kggkb39q1gmvrkwcr-python-jwst-1.10.2
> /gnu/store/3hgr6kk5qavqh550q359ldv2djgv9gak-python-sunpy-5.0.0
> /gnu/store/zijm4ac5xnqirymnbx64jfy12jjhi69f-python-astroalign-2.4.2
> /gnu/store/cjv9pj2q5321fkgfsbygzs59n6rj06ph-python-poliastro-0.17.0
> /gnu/store/195cm9x8biczq485kml0nkrl4ly62rqr-python-regions-0.7

Sharlatan Hellseher (20):
  gnu: sextractor: Update to 2.28.0, fix build.
  gnu: python-photutils: Update to 1.8.0.
  gnu: calceph: Update to 3.5.2.
  gnu: calcmysky: Update to 0.3.1.
  gnu: libxisf: Update to 0.2.8.
  gnu: splash: Update to 3.8.2.
  gnu: python-astropy: Update to 5.3.
  gnu: python-ccdproc: Update to 2.4.1.
  gnu: python-cdflib: Update to 1.0.5.
  gnu: python-drms: Update to 0.6.4.
  gnu: python-fitsio: Update to 1.1.9.
  gnu: python-fitsio: Enable tests.
  gnu: python-pyerfa: Update to 2.0.0.3.
  gnu: python-pyerfa: Fix tests.
  gnu: python-reproject: Update to 0.11.0.
  gnu: python-stcal: Update to 1.3.8.
  gnu: python-stdatamodels: Update to 1.6.0.
  gnu: python-sunpy: Update to 5.0.0.
  gnu: python-synphot: Update to 1.2.1.
  gnu: python-astroalign: Fix build.

 gnu/packages/astronomy.scm | 227 +++++++++++++++++++++++--------------
 1 file changed, 139 insertions(+), 88 deletions(-)


base-commit: e4087930f3ad60918689be5f4bca4ce3e22429f5
-- 
2.40.1





^ permalink raw reply	[flat|nested] 50+ messages in thread

end of thread, other threads:[~2023-08-08  8:10 UTC | newest]

Thread overview: 50+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-21  6:28 [bug#64201] [PATCH 00/19] gnu: monthly astronomy packages update Sharlatan Hellseher
2023-06-21  6:33 ` [bug#64201] [PATCH 01/20] gnu: sextractor: Update to 2.28.0, fix build Sharlatan Hellseher
2023-06-21  6:33 ` [bug#64201] [PATCH 02/20] gnu: python-photutils: Update to 1.8.0 Sharlatan Hellseher
2023-06-21  6:33 ` [bug#64201] [PATCH 03/20] gnu: calceph: Update to 3.5.2 Sharlatan Hellseher
2023-06-21  6:33 ` [bug#64201] [PATCH 04/20] gnu: calcmysky: Update to 0.3.1 Sharlatan Hellseher
2023-06-21  6:33 ` [bug#64201] [PATCH 05/20] gnu: libxisf: Update to 0.2.8 Sharlatan Hellseher
2023-06-21  6:33 ` [bug#64201] [PATCH 06/20] gnu: splash: Update to 3.8.2 Sharlatan Hellseher
2023-06-21  6:33 ` [bug#64201] [PATCH 07/20] gnu: python-astropy: Update to 5.3 Sharlatan Hellseher
2023-06-21  6:33 ` [bug#64201] [PATCH 08/20] gnu: python-ccdproc: Update to 2.4.1 Sharlatan Hellseher
2023-06-21  6:33 ` [bug#64201] [PATCH 09/20] gnu: python-cdflib: Update to 1.0.5 Sharlatan Hellseher
2023-06-21  6:33 ` [bug#64201] [PATCH 10/20] gnu: python-drms: Update to 0.6.4 Sharlatan Hellseher
2023-06-21  6:33 ` [bug#64201] [PATCH 11/20] gnu: python-fitsio: Update to 1.1.9 Sharlatan Hellseher
2023-06-21  6:33 ` [bug#64201] [PATCH 12/20] gnu: python-fitsio: Enable tests Sharlatan Hellseher
2023-06-21  6:33 ` [bug#64201] [PATCH 13/20] gnu: python-pyerfa: Update to 2.0.0.3 Sharlatan Hellseher
2023-06-21  6:33 ` [bug#64201] [PATCH 14/20] gnu: python-pyerfa: Fix tests Sharlatan Hellseher
2023-06-21  6:33 ` [bug#64201] [PATCH 15/20] gnu: python-reproject: Update to 0.11.0 Sharlatan Hellseher
2023-06-21  6:33 ` [bug#64201] [PATCH 16/20] gnu: python-stcal: Update to 1.3.8 Sharlatan Hellseher
2023-06-21  6:33 ` [bug#64201] [PATCH 17/20] gnu: python-stdatamodels: Update to 1.6.0 Sharlatan Hellseher
2023-06-21  6:33 ` [bug#64201] [PATCH 18/20] gnu: python-sunpy: Update to 5.0.0 Sharlatan Hellseher
2023-06-21  6:33 ` [bug#64201] [PATCH 19/20] gnu: python-synphot: Update to 1.2.1 Sharlatan Hellseher
2023-06-21  6:33 ` [bug#64201] [PATCH 20/20] gnu: python-astroalign: Fix build Sharlatan Hellseher
2023-07-10 21:11 ` [bug#64201] Sharlatan Hellseher
2023-07-21 17:51   ` [bug#64201] Sharlatan Hellseher
2023-07-21 18:40     ` [bug#64201] Maxim Cournoyer
2023-07-26 23:15 ` [bug#64201] [PATCH v2 00/22]: gnu: Astronmy June updates Sharlatan Hellseher
2023-07-26 23:15   ` [bug#64201] [PATCH v2 01/22] gnu: sextractor: Update to 2.28.0, fix build Sharlatan Hellseher
2023-07-26 23:15   ` [bug#64201] [PATCH v2 02/22] gnu: sextractor: Use G-expressions Sharlatan Hellseher
2023-07-26 23:15   ` [bug#64201] [PATCH v2 03/22] gnu: python-photutils: Update package style Sharlatan Hellseher
2023-07-26 23:15   ` [bug#64201] [PATCH v2 04/22] gnu: calceph: Update to 3.5.2 Sharlatan Hellseher
2023-07-26 23:15   ` [bug#64201] [PATCH v2 05/22] gnu: calcmysky: Update to 0.3.1 Sharlatan Hellseher
2023-07-26 23:15   ` [bug#64201] [PATCH v2 06/22] gnu: libxisf: Update to 0.2.8 Sharlatan Hellseher
2023-07-26 23:15   ` [bug#64201] [PATCH v2 07/22] gnu: splash: Update to 3.8.2 Sharlatan Hellseher
2023-07-26 23:15   ` [bug#64201] [PATCH v2 08/22] gnu: python-astropy: Update to 5.3.1 Sharlatan Hellseher
2023-07-26 23:15   ` [bug#64201] [PATCH v2 09/22] gnu: python-ccdproc: Update to 2.4.1 Sharlatan Hellseher
2023-07-26 23:15   ` [bug#64201] [PATCH v2 10/22] gnu: python-cdflib: Update to 1.0.5 Sharlatan Hellseher
2023-07-26 23:15   ` [bug#64201] [PATCH v2 11/22] gnu: python-drms: Update to 0.6.4 Sharlatan Hellseher
2023-07-26 23:15   ` [bug#64201] [PATCH v2 12/22] gnu: python-fitsio: Update to 1.1.10 Sharlatan Hellseher
2023-07-26 23:15   ` [bug#64201] [PATCH v2 13/22] gnu: python-fitsio: Enable tests Sharlatan Hellseher
2023-07-26 23:15   ` [bug#64201] [PATCH v2 14/22] gnu: python-pyerfa: Update to 2.0.0.3 Sharlatan Hellseher
2023-07-26 23:15   ` [bug#64201] [PATCH v2 15/22] gnu: python-pyerfa: Fix tests Sharlatan Hellseher
2023-07-26 23:15   ` [bug#64201] [PATCH v2 16/22] gnu: python-pyerfa: Use G-expressions Sharlatan Hellseher
2023-07-26 23:15   ` [bug#64201] [PATCH v2 17/22] gnu: python-reproject: Update to 0.11.0 Sharlatan Hellseher
2023-07-26 23:15   ` [bug#64201] [PATCH v2 18/22] gnu: python-stcal: Update to 1.4.2 Sharlatan Hellseher
2023-07-26 23:15   ` [bug#64201] [PATCH v2 19/22] gnu: python-stdatamodels: Update to 1.7.1 Sharlatan Hellseher
2023-07-26 23:15   ` [bug#64201] [PATCH v2 20/22] gnu: python-sunpy: Update to 5.0.0 Sharlatan Hellseher
2023-07-26 23:15   ` [bug#64201] [PATCH v2 21/22] gnu: python-synphot: Update to 1.2.1 Sharlatan Hellseher
2023-07-26 23:15   ` [bug#64201] [PATCH v2 22/22] gnu: python-astroalign: Fix build Sharlatan Hellseher
2023-08-07 18:20   ` [bug#64201] [PATCH v2 00/22]: gnu: Astronmy June updates Andreas Enge
2023-08-07 20:11     ` Sharlatan Hellseher
2023-08-08  8:09       ` bug#64201: " Andreas Enge

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).