diff --git a/astropy-6.1.7.tar.gz b/astropy-6.1.7.tar.gz deleted file mode 100644 index 368873a..0000000 --- a/astropy-6.1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a405ac186306b6cb152e6df2f7444ab8bd764e4127d7519da1b3ae4dd65357ef -size 7063411 diff --git a/astropy-7.0.1.tar.gz b/astropy-7.0.1.tar.gz new file mode 100644 index 0000000..73ed771 --- /dev/null +++ b/astropy-7.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:392feeb443b2437cd4c2e0641a65e0f15ba791e148e9b1e5ed7de7dfcb38e460 +size 7139539 diff --git a/python-astropy.changes b/python-astropy.changes index 051a676..3da4e8e 100644 --- a/python-astropy.changes +++ b/python-astropy.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Sun Feb 9 13:15:53 UTC 2025 - Ben Greiner + +- 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 + ------------------------------------------------------------------- Wed Nov 27 15:43:23 UTC 2024 - Ben Greiner diff --git a/python-astropy.spec b/python-astropy.spec index 1a65e40..9597962 100644 --- a/python-astropy.spec +++ b/python-astropy.spec @@ -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 @@ Source: https://files.pythonhosted.org/packages/source/a/astropy/astropy # 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: fdupes 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 Bottleneck} 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 @@ BuildRequires: libxml2-tools # 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