Accepting request 812612 from devel:languages:python:numeric

- update to 0.13.0
  - Added two new transforms - ``SphericalToCartesian`` and
  ``CartesianToSpherical``. [#275, #284, #285]
  - Added ``to_fits_sip`` method to generate FITS header with SIP keywords [#286]
  - Added ``get_ctype_from_ucd`` function. [#288]
  - Fixed an off by one issue in ``utils.make_fitswcs_transform``. [#290]

OBS-URL: https://build.opensuse.org/request/show/812612
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gwcs?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2020-06-08 22:09:17 +00:00 committed by Git OBS Bridge
commit 99178bdbfd
4 changed files with 17 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f2afa6fe8d41dd0a54c0c9aa2e276207c9ed5964a594a4741f3918205b6e3d74
size 117862

3
gwcs-0.13.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f07c6a4a6bdca032538c6af7cbb396120d2d2645ffedf41f62f14d9753d54da2
size 129040

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jun 8 13:14:28 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 0.13.0
- Added two new transforms - ``SphericalToCartesian`` and
``CartesianToSpherical``. [#275, #284, #285]
- Added ``to_fits_sip`` method to generate FITS header with SIP keywords [#286]
- Added ``get_ctype_from_ucd`` function. [#288]
- Fixed an off by one issue in ``utils.make_fitswcs_transform``. [#290]
-------------------------------------------------------------------
Mon Jan 6 15:57:28 UTC 2020 - Todd R <toddrme2178@gmail.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-gwcs
Version: 0.12.0
Version: 0.13.0
Release: 0
Summary: Generalized World Coordinate System
License: BSD-3-Clause
@ -27,8 +27,8 @@ 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 devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-asdf
@ -60,7 +60,7 @@ World Coordinate System of astronomical data.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test
%pytest
%files %{python_files}
%doc README.rst