Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-gwcs for openSUSE:Factory checked in at 2021-12-31 13:50:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-gwcs (Old) and /work/SRC/openSUSE:Factory/.python-gwcs.new.1896 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-gwcs" Fri Dec 31 13:50:20 2021 rev:7 rq:942994 version:0.18.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-gwcs/python-gwcs.changes 2021-02-15 23:16:57.391454614 +0100 +++ /work/SRC/openSUSE:Factory/.python-gwcs.new.1896/python-gwcs.changes 2021-12-31 13:50:21.669563442 +0100 @@ -1,0 +2,37 @@ +Tue Dec 28 14:59:01 UTC 2021 - Ben Greiner <code@bnavigator.de> + +- Update to 0.18.0 + * Bug Fixes + * Updated code in region.py with latest improvements and bug + fixes from stsci.skypac.regions.py [#382] + * New Features + * Enabled CompoundBoundingBox support for wcs. [#375] + * Moved schemas to standalone package asdf-wcs-schemas. Reworked + the serialization code to use ASDF converters. [#388] +- Release 0.17.1 + * Bug Fixes + * Fixed a bug with StokesProfile and array types. [#384] +- Release 0.17.0 + * Bug Fixes + * world_axis_object_components and world_axis_object_classes now + ensure unique keys in CompositeFrame and CoordinateFrame. + [#356] + * Fix issue where RuntimeWarning is raised when there are NaNs in + coordinates in angle wrapping code [#367] + * Fix deprecation warning when wcs is initialized with a pipeline + [#368] + * Use CD formalism in WCS.to_fits_sip(). [#380] + * New Features + * wcs_from_points now includes fitting for the inverse transform. + [#349] + * Generalized WCS.to_fits_sip to be able to create a 2D celestial + FITS WCS from celestial subspace of the WCS. Also, now + WCS.to_fits_sip` supports arbitrary order of output axes. + [#357] + * API Changes + * Modified interface to wcs_from_points function to better match + analogous function in astropy. [#349] + * Model._BoundingBox was renamed to Model.ModelBoundingBox. + [#376, #377] + +------------------------------------------------------------------- Old: ---- gwcs-0.16.1.tar.gz New: ---- gwcs-0.18.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gwcs.spec ++++++ --- /var/tmp/diff_new_pack.ezX0UC/_old 2021-12-31 13:50:22.165563848 +0100 +++ /var/tmp/diff_new_pack.ezX0UC/_new 2021-12-31 13:50:22.173563855 +0100 @@ -22,14 +22,16 @@ # But gwcs still supports it, so keep the -base, requirement below for potential Leap backports %define skip_python36 1 Name: python-gwcs -Version: 0.16.1 +Version: 0.18.0 Release: 0 Summary: Generalized World Coordinate System License: BSD-3-Clause Group: Productivity/Scientific/Astronomy URL: https://gwcs.readthedocs.io/en/latest/ Source: https://files.pythonhosted.org/packages/source/g/gwcs/gwcs-%{version}.tar.gz -BuildRequires: %{python_module asdf} +BuildRequires: %{python_module asdf >= 2.8.1} +BuildRequires: %{python_module asdf-astropy} +BuildRequires: %{python_module asdf_wcs_schemas} BuildRequires: %{python_module astropy >= 4.1} BuildRequires: %{python_module base >= 3.6} BuildRequires: %{python_module numpy} @@ -38,13 +40,15 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-asdf +Requires: python-asdf >= 2.8.1 +Requires: python-asdf-astropy +Requires: python-asdf_wcs_schemas Requires: python-astropy >= 4.1 Requires: python-numpy Requires: python-scipy BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module pytest-doctestplus} +BuildRequires: %{python_module pytest-astropy} BuildRequires: %{python_module pytest} # /SECTION %python_subpackages @@ -72,6 +76,6 @@ %doc README.rst %license licenses/LICENSE.rst licenses/README.rst %{python_sitelib}/gwcs -%{python_sitelib}/gwcs-%{version}-py*.egg-info +%{python_sitelib}/gwcs-%{version}*-info %changelog ++++++ gwcs-0.16.1.tar.gz -> gwcs-0.18.0.tar.gz ++++++ ++++ 7586 lines of diff (skipped)