Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-asdf-astropy for openSUSE:Factory checked in at 2024-11-28 22:43:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-asdf-astropy (Old) and /work/SRC/openSUSE:Factory/.python-asdf-astropy.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-asdf-astropy" Thu Nov 28 22:43:13 2024 rev:12 rq:1227123 version:0.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-asdf-astropy/python-asdf-astropy.changes 2024-05-10 12:07:13.726050763 +0200 +++ /work/SRC/openSUSE:Factory/.python-asdf-astropy.new.28523/python-asdf-astropy.changes 2024-11-28 22:43:46.016502644 +0100 @@ -1,0 +2,13 @@ +Thu Nov 28 12:31:36 UTC 2024 - Ben Greiner <c...@bnavigator.de> + +- Update to 0.7.0 + * strip None factor for spectral_density in equivalency converter + to avoid deprecation warnings for astropy 7. [#229] + * drop support for python 3.9. [#232] + * replace usages of copy_arrays with memmap [#230] + * require asdf 2.14.4 [#241] + * Add support for astropy.nddata.uncertainty classes [#239] + * Add support for astropy.wcs.WCS and + astropy.wcs.wcsapi.SlicedLowLevelWCS [#246] + +------------------------------------------------------------------- Old: ---- asdf-astropy-0.6.1.tar.gz New: ---- asdf_astropy-0.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-asdf-astropy.spec ++++++ --- /var/tmp/diff_new_pack.UzDlVH/_old 2024-11-28 22:43:46.456520971 +0100 +++ /var/tmp/diff_new_pack.UzDlVH/_new 2024-11-28 22:43:46.472521638 +0100 @@ -27,12 +27,12 @@ %{?sle15_python_module_pythons} Name: python-asdf-astropy%{psuffix} -Version: 0.6.1 +Version: 0.7.0 Release: 0 Summary: ASDF serialization support for astropy License: BSD-3-Clause URL: https://github.com/astropy/asdf-astropy -Source: https://files.pythonhosted.org/packages/source/a/asdf-astropy/asdf-astropy-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/a/asdf-astropy/asdf_astropy-%{version}.tar.gz BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module packaging >= 19} BuildRequires: %{python_module pip} @@ -41,12 +41,12 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-asdf >= 2.13 +Requires: python-asdf >= 2.14.4 Requires: python-asdf-coordinates-schemas >= 0.3 Requires: python-asdf-standard >= 1.1.0 Requires: python-asdf-transform-schemas >= 0.5 -Requires: python-astropy >= 5.0.4 -Requires: python-numpy >= 1.20 +Requires: python-astropy >= 5.2 +Requires: python-numpy >= 1.24 Requires: python-packaging >= 19 %if %{with test} BuildRequires: %{python_module asdf-astropy = %{version}} @@ -62,7 +62,7 @@ ASDF serialization support for astropy %prep -%autosetup -p1 -n asdf-astropy-%{version} +%autosetup -p1 -n asdf_astropy-%{version} sed -i 's/--color=yes//' pyproject.toml for c in asdf_astropy/conftest.py; do [ -f $c ] || exit 1 # does not exist anymore