Hello community, here is the log from the commit of package python-gwcs for openSUSE:Factory checked in at 2020-01-07 23:56:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-gwcs (Old) and /work/SRC/openSUSE:Factory/.python-gwcs.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gwcs" Tue Jan 7 23:56:29 2020 rev:2 rq:761639 version:0.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-gwcs/python-gwcs.changes 2019-09-18 13:10:58.248695819 +0200 +++ /work/SRC/openSUSE:Factory/.python-gwcs.new.6675/python-gwcs.changes 2020-01-07 23:57:36.188163668 +0100 @@ -1,0 +2,26 @@ +Mon Jan 6 15:57:28 UTC 2020 - Todd R <[email protected]> + +- Update to 0.12.0 + + New Features + * ``gwcs.WCS`` now supports the ``world_axis_object_components`` and + ``world_axis_object_classes`` methods of the low level WCS API as specified by + APE 14. + * Removed astropy-helpers from package. + * Added a method ``fix_inputs`` which rturns an unique WCS from a compound + WCS by fixing inputs. + * Added two new transforms - ``ToDirectionCosines`` and ``FromDirectionCosines``. + * Added new transforms ``WavelengthFromGratingEquation``, ``AnglesFromGratingEquation3D``. + * ``gwcs.WCS`` now supports the new ``world_axis_names`` and + ``pixel_axis_names`` properties on ``LowLevelWCS`` objects. + * Update the ``StokesFrame`` to work for arrays of coordinates and integrate + with APE 14. + * Added ``Snell3D``, ``SellmeierGlass`` and ``SellmeierZemax`` transforms. + + API Changes + * Changed the initialization of ``TemporalFrame`` to be consistent with other + coordinate frames. + + Bug Fixes + * Ensure that ``world_to_pixel_values`` and ``pixel_to_world_values`` always + accept and return floats, even if the underlying transform uses units. +- Drop python2 subpackage due to dependencies dropping python2. + +------------------------------------------------------------------- Old: ---- gwcs-0.11.0.tar.gz New: ---- gwcs-0.12.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gwcs.spec ++++++ --- /var/tmp/diff_new_pack.Hwouwp/_old 2020-01-07 23:57:38.140164681 +0100 +++ /var/tmp/diff_new_pack.Hwouwp/_new 2020-01-07 23:57:38.164164694 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-gwcs # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-gwcs -Version: 0.11.0 +Version: 0.12.0 Release: 0 Summary: Generalized World Coordinate System License: BSD-3-Clause @@ -28,23 +28,17 @@ Source: https://files.pythonhosted.org/packages/source/g/gwcs/gwcs-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module setuptools_scm} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-asdf -Requires: python-astropy +Requires: python-astropy >= 4.0 Recommends: python-scipy Recommends: python-matplotlib -Suggests: python-pytest-astropy -Suggests: python-sphinx -Suggests: python-sphinx-asdf -Suggests: python-sphinx-astropy -Suggests: python-sphinx-automodapi -Suggests: python-sphinx-rtd-theme -Suggests: python-stsci-rtd-theme BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module asdf} -BuildRequires: %{python_module astropy} +BuildRequires: %{python_module astropy >= 4.0} BuildRequires: %{python_module pytest-astropy} BuildRequires: %{python_module pytest} BuildRequires: %{python_module scipy} ++++++ gwcs-0.11.0.tar.gz -> gwcs-0.12.0.tar.gz ++++++ ++++ 13692 lines of diff (skipped)
