mbox series

[bug#63542,v2,00/20] : Cover review points.

Message ID cover.1684964119.git.sharlatanus@gmail.com
Headers show
Series : Cover review points. | expand

Message

Sharlatan Hellseher May 24, 2023, 9:51 p.m. UTC
Hi Vinicius and Efraim!

Thank you for the review and here is my v2 of patch set.

* 04 gnu: python-sunpy: Update to 4.1.5: opencv moved to native-inputs to
let tests pass but do not propagate it to user's profile.

* 12 gnu: python-astroquery: Use Gexp: My attempt to use pyproject-build-system
was unsuccessful and caused build to fail, I might come back to it later as
with python-build-system the package passed all phased just fine.

* 14 gnu: python-astral: Update to 3.2: I've skipped tests directly without
arguments.

* 18 gnu: python-asdf: Update to 2.15.0: Only update is present and the
enabling test commit is moved to new 20.

Sharlatan Hellseher (20):
  gnu: python-asdf-astropy: Update to 0.4.0.
  gnu: python-asdf-wcs-schemas: Symplify.
  gnu: python-gwcs: Update to 0.18.3.
  gnu: python-sunpy: Update to 4.1.5.
  gnu: python-spherical-geometry: Add update note.
  gnu: python-sgp4: Update to 2.22.
  gnu: python-ccdproc: Enable tests.
  gnu: python-reproject: Update to 0.10.0.
  gnu: python-pyvo: Update to 1.4.1.
  gnu: python-fitsio: Use Gexp.
  gnu: python-astropy-healpix: Use Gexp.
  gnu: python-astroquery: Use Gexp.
  gnu: python-pynbody: Update to 1.3.1, simplify.
  gnu: python-astral: Update to 3.2.
  gnu: python-poppy: Update to 1.1.1.
  gnu: python-photutils: Update to 1.7.0.
  gnu: python-ephem: Update to 4.1.4.
  gnu: python-asdf: Update to 2.15.0.
  gnu: python-asdf-coordinates-schemas: Update to 0.2.0.
  gnu: python-asdf: Enable tests.

 gnu/packages/astronomy.scm | 350 +++++++++++++++++--------------------
 1 file changed, 165 insertions(+), 185 deletions(-)


base-commit: 242cc93438d67f5b35602d5add02e230850b0b43

Comments

Vinicius Monego May 26, 2023, 12:42 a.m. UTC | #1
Em qua, 2023-05-24 às 22:51 +0100, Sharlatan Hellseher escreveu:


[...]

> Sharlatan Hellseher (20):
>   gnu: python-asdf-astropy: Update to 0.4.0.
>   gnu: python-asdf-wcs-schemas: Symplify.
>   gnu: python-gwcs: Update to 0.18.3.
>   gnu: python-sunpy: Update to 4.1.5.
>   gnu: python-spherical-geometry: Add update note.
>   gnu: python-sgp4: Update to 2.22.
>   gnu: python-ccdproc: Enable tests.
>   gnu: python-reproject: Update to 0.10.0.
>   gnu: python-pyvo: Update to 1.4.1.
>   gnu: python-fitsio: Use Gexp.
>   gnu: python-astropy-healpix: Use Gexp.
>   gnu: python-astroquery: Use Gexp.
>   gnu: python-pynbody: Update to 1.3.1, simplify.
>   gnu: python-astral: Update to 3.2.
>   gnu: python-poppy: Update to 1.1.1.
>   gnu: python-photutils: Update to 1.7.0.
>   gnu: python-ephem: Update to 4.1.4.
>   gnu: python-asdf: Update to 2.15.0.
>   gnu: python-asdf-coordinates-schemas: Update to 0.2.0.
>   gnu: python-asdf: Enable tests.
> 
>  gnu/packages/astronomy.scm | 350 +++++++++++++++++------------------
> --
>  1 file changed, 165 insertions(+), 185 deletions(-)
> 
> 
> base-commit: 242cc93438d67f5b35602d5add02e230850b0b43

I reworded the commit messages, made some styles changes to save a few
lines and pushed, thanks!

Vinicius