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 2025-02-09 20:08:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-astropy (Old) and /work/SRC/openSUSE:Factory/.python-astropy.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-astropy" Sun Feb 9 20:08:02 2025 rev:61 rq:1244494 version:7.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-astropy/python-astropy.changes 2024-12-05 17:11:03.047648672 +0100 +++ /work/SRC/openSUSE:Factory/.python-astropy.new.2316/python-astropy.changes 2025-02-09 20:49:33.789214376 +0100 @@ -1,0 +2,47 @@ +Sun Feb 9 13:15:53 UTC 2025 - Ben Greiner <c...@bnavigator.de> + +- Update to 7.0.1 + ## API Changes + ### astropy.table + * The use of the keyword use_local_files for the js viewer in + astropy.table.Table.show_in_browser is now deprecated. + Starting in Astropy 7.1 this keyword will be ignored and use + of it will issue a warning. The default behavior will be to + use the remote versions of jQuery and DataTables from a CDN. + [#17480] + ## Bugfixes for: + * astropy.config + * astropy.coordinates + * astropy.io.ascii + * astropy.io.fits + * astropy.io.votable + * astropy.modeling + * astropy.table + * astropy.units + * astropy.visualization +- Major Release 7.0.0 + * See https://docs.astropy.org/en/stable/whatsnew/7.0.html + for a detailed changelog. Headlines include: + * Full MaskedQuantity Support in QTable + * Coordinate frames can now be stored in tables + * Table show_in_notebook is back with ipydatagrid + * Ordering of table columns constructed from rows + * Table.pformat is now independent of terminal dimensions + * Quantity.to_string supports formatter for formatting + * NumPy constructor functions with a like argument are now supported with Quantity + * Change default type for meta attribute to dict and update ECSV writer + * Improve the Contributor Documentation + * Typing in astropy.stats + * Converting units on dask and other array-like objects + * Performance improvements in astropy.modeling + * Fitting models in parallel with N-dimensional data + * RGB image visualization enhancements + * New Lorentz2D model + * Faster guessing of formats in astropy.io.ascii + * Support VOTable version 1.5 + * New SimpleNorm class + * New SigmaClippedStats class + * Automatic placement of axis and tick labels for WCSAxes + * Support for masks in coordinates + +------------------------------------------------------------------- Old: ---- astropy-6.1.7.tar.gz New: ---- astropy-7.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-astropy.spec ++++++ --- /var/tmp/diff_new_pack.qoqeLZ/_old 2025-02-09 20:49:34.309235817 +0100 +++ /var/tmp/diff_new_pack.qoqeLZ/_new 2025-02-09 20:49:34.309235817 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-astropy # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -49,7 +49,7 @@ %{?sle15_python_module_pythons} Name: python-astropy%{psuffix} -Version: 6.1.7 +Version: 7.0.1 Release: 0 Summary: Community-developed python astronomy tools License: BSD-3-Clause @@ -59,10 +59,10 @@ # 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/v6.1/install.html#requirements -BuildRequires: %{python_module Cython >= 3 with %python-Cython < 3.1} -BuildRequires: %{python_module devel >= 3.9} -BuildRequires: %{python_module extension-helpers >= 1.0} +# https://docs.astropy.org/en/stable/install.html#requirements +BuildRequires: %{python_module Cython >= 3 with %python-Cython < 4} +BuildRequires: %{python_module devel >= 3.11} +BuildRequires: %{python_module extension-helpers >= 1.0 with %python-extension-helpers < 2} BuildRequires: %{python_module numpy-devel} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools_scm >= 6.2} @@ -72,18 +72,18 @@ BuildRequires: hdf5-devel BuildRequires: pkgconfig BuildRequires: python-rpm-macros -Requires: python-PyYAML >= 3.13 -Requires: python-astropy-iers-data >= 0.2024.10.28.0.34.7 -Requires: python-numpy >= 1.23 -Requires: python-packaging >= 19.0 +Requires: python-PyYAML >= 6 +Requires: python-astropy-iers-data >= 0.2025.1.31.12.41.4 +Requires: python-numpy >= 1.23.2 +Requires: python-packaging >= 22 Requires: python-pyerfa >= 2.0.1.1 Requires(post): update-alternatives Requires(postun): update-alternatives # %%{_bindir}/showtable namespace clash Conflicts: perl-Data-ShowTable # [recommended] -Recommends: python-scipy >= 1.8 -Recommends: python-matplotlib >= 3.5 +Recommends: python-scipy >= 1.9.2 +Recommends: python-matplotlib >= 3.6 # [all] Suggests: python-h5py Suggests: python-beautifulsoup4 @@ -113,7 +113,7 @@ BuildRequires: %{python_module asdf-astropy >= 0.3} BuildRequires: %{python_module beautifulsoup4} BuildRequires: %{python_module bleach} -BuildRequires: %{python_module dask-array} +BuildRequires: %{python_module dask-array >= 2022.5.1} BuildRequires: %{python_module fsspec >= 2023.4.0} BuildRequires: %{python_module h5py} BuildRequires: %{python_module html5lib} @@ -133,17 +133,17 @@ # SECTION [test] # We need the compiled package for testing BuildRequires: %{python_module astropy = %{version}} -BuildRequires: %{python_module ipython >= 4.2 if %python-base >= 3.10} +BuildRequires: %{python_module ipython >= 8} BuildRequires: %{python_module objgraph} +BuildRequires: %{python_module pytest >= 7.3} BuildRequires: %{python_module pytest-astropy >= 0.10} BuildRequires: %{python_module pytest-astropy-header >= 0.2.1} BuildRequires: %{python_module pytest-doctestplus >= 0.12} BuildRequires: %{python_module pytest-mpl} -BuildRequires: %{python_module pytest-xdist} -BuildRequires: %{python_module pytest} +BuildRequires: %{python_module pytest-xdist >= 2.5} BuildRequires: %{python_module sgp4 >= 2.3} BuildRequires: %{python_module skyfield} -BuildRequires: %{python_module threadpoolctl} +BuildRequires: %{python_module threadpoolctl >= 3} # /SECTION %endif %python_subpackages ++++++ astropy-6.1.7.tar.gz -> astropy-7.0.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-astropy/astropy-6.1.7.tar.gz /work/SRC/openSUSE:Factory/.python-astropy.new.2316/astropy-7.0.1.tar.gz differ: char 5, line 1