Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-astropy for openSUSE:Factory checked in at 2023-07-01 23:18:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-astropy (Old) and /work/SRC/openSUSE:Factory/.python-astropy.new.13546 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-astropy" Sat Jul 1 23:18:33 2023 rev:42 rq:1096299 version:5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-astropy/python-astropy.changes 2023-04-26 17:26:50.566141783 +0200 +++ /work/SRC/openSUSE:Factory/.python-astropy.new.13546/python-astropy.changes 2023-07-01 23:18:40.466484445 +0200 @@ -1,0 +2,17 @@ +Sat Jul 1 14:04:02 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Update to 5.3 + * New flat astropy.cosmology classes + * New union operators for Table + * Efficient data access for compressed FITS files + * Added support for NOCOMPRESS for compressed FITS files + * New fraction option for representing units as strings + * Change in order in unit string representations + * Support for collapse operations on arbitrary axes in nddata + * Refresh cached observatory site registry for EarthLocation + methods + * Support for collapse operations on arbitrary axes in nddata + * New LombScargleMultiband class for multiband datasets +- Remove unbundling of cfitsio -- gh#astropy/astropy#14311 + +------------------------------------------------------------------- Old: ---- astropy-5.2.2.tar.gz New: ---- astropy-5.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-astropy.spec ++++++ --- /var/tmp/diff_new_pack.vJDmcV/_old 2023-07-01 23:18:41.246489120 +0200 +++ /var/tmp/diff_new_pack.vJDmcV/_new 2023-07-01 23:18:41.250489145 +0200 @@ -31,30 +31,24 @@ %bcond_without systemlibs %if %{with systemlibs} -%bcond_without system_cfitsio %bcond_without system_expat %bcond_without system_wcslib %else -%bcond_with system_cfitsio %bcond_with system_expat %bcond_with system_wcslib %endif -%if %{with system_cfitsio} -%define unbundle_cfitsio export ASTROPY_USE_SYSTEM_CFITSIO=1 -%endif %if %{with system_expat} %define unbundle_expat export ASTROPY_USE_SYSTEM_EXPAT=1 %endif %if %{with system_wcslib} %define unbundle_wcs export ASTROPY_USE_SYSTEM_WCSLIB=1 %endif -%define unbundle_libs %{?unbundle_cfitsio} \ - %{?unbundle_expat} \ +%define unbundle_libs %{?unbundle_expat} \ %{?unbundle_wcs} Name: python-astropy%{psuffix} -Version: 5.2.2 +Version: 5.3 Release: 0 Summary: Community-developed python astronomy tools License: BSD-3-Clause @@ -64,13 +58,13 @@ # Mark wcs headers as false positives for devel-file-in-non-devel-package # These are used by the python files so they must be available. Source100: python-astropy-rpmlintrc -# https://docs.astropy.org/en/v5.2/install.html#requirements -BuildRequires: %{python_module Cython >= 0.29.30} +# https://docs.astropy.org/en/v5.3/install.html#requirements +BuildRequires: %{python_module Cython >= 0.29.34} BuildRequires: %{python_module Jinja2} BuildRequires: %{python_module PyYAML >= 3.13} -BuildRequires: %{python_module devel >= 3.8} +BuildRequires: %{python_module devel >= 3.9} BuildRequires: %{python_module extension-helpers} -BuildRequires: %{python_module numpy-devel >= 1.20} +BuildRequires: %{python_module numpy-devel >= 1.21} BuildRequires: %{python_module packaging >= 19.0} BuildRequires: %{python_module pip} BuildRequires: %{python_module pyerfa >= 2.0} @@ -83,7 +77,7 @@ BuildRequires: python-rpm-macros Requires: python-PyYAML >= 3.13 Requires: python-dbm -Requires: python-numpy >= 1.20 +Requires: python-numpy >= 1.21 Requires: python-packaging >= 19.0 Requires: python-pyerfa >= 2.0 Requires(post): update-alternatives @@ -94,10 +88,11 @@ Recommends: python-asdf-astropy Recommends: python-beautifulsoup4 Recommends: python-bleach +Recommends: python-fsspec >= 2022.8.2 Recommends: python-h5py Recommends: python-html5lib Recommends: python-jplephem -Recommends: python-matplotlib >= 3.1 +Recommends: python-matplotlib >= 3.3 Recommends: python-mpmath Recommends: python-pandas Recommends: python-pyarrow >= 5 @@ -108,9 +103,6 @@ Conflicts: perl-Data-ShowTable Conflicts: python-matplotlib = 3.4.0 Conflicts: python-matplotlib = 3.5.2 -%if %{with system_cfitsio} -BuildRequires: pkgconfig(cfitsio) -%endif %if %{with system_expat} BuildRequires: pkgconfig(expat) %endif @@ -127,9 +119,10 @@ BuildRequires: %{python_module h5py} BuildRequires: %{python_module html5lib} BuildRequires: %{python_module jplephem} -BuildRequires: %{python_module matplotlib >= 3.1} +BuildRequires: %{python_module matplotlib >= 3.3} BuildRequires: %{python_module mpmath} BuildRequires: %{python_module pandas} +BuildRequires: %{python_module pyarrow >= 5} BuildRequires: %{python_module scipy >= 1.3} BuildRequires: %{python_module sortedcontainers} BuildRequires: %{python_module typing_extensions >= 3.10.0.1} @@ -165,9 +158,6 @@ echo '# empty module' > astropy/samp/setup_package.py # Make sure bundled libs are not used -%if %{with system_cfitsio} -rm -rf cextern/cfitsio -%endif %if %{with system_expat} rm -rf cextern/expat rm licenses/EXPAT_LICENSE.rst @@ -211,8 +201,6 @@ donttest+=" or (test_standard_profile and test_main)" # segfaults on obs, but are okay when run on live system -- gh#astropy/astropy/13286 donttest+=" or test_celprm or test_prjprm" -# gh#astropy/astropy#13805 -- requires fix in matplotlib -donttest+=" or test_units" %ifarch aarch64 # doctest failure because of precision errors donttest+=" or bayesian_info_criterion_lsq" ++++++ astropy-5.2.2.tar.gz -> astropy-5.3.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-astropy/astropy-5.2.2.tar.gz /work/SRC/openSUSE:Factory/.python-astropy.new.13546/astropy-5.3.tar.gz differ: char 5, line 1