From a629e19a33da701b1041179a15ba87611d72f98ed5409c03324ae97feb2f2c7a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Jun 2020 13:18:22 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python:numeric/python-gwcs?expand=0&rev=6 --- gwcs-0.12.0.tar.gz | 3 --- gwcs-0.13.0.tar.gz | 3 +++ python-gwcs.changes | 10 ++++++++++ python-gwcs.spec | 8 ++++---- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 gwcs-0.12.0.tar.gz create mode 100644 gwcs-0.13.0.tar.gz diff --git a/gwcs-0.12.0.tar.gz b/gwcs-0.12.0.tar.gz deleted file mode 100644 index df9a7be..0000000 --- a/gwcs-0.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2afa6fe8d41dd0a54c0c9aa2e276207c9ed5964a594a4741f3918205b6e3d74 -size 117862 diff --git a/gwcs-0.13.0.tar.gz b/gwcs-0.13.0.tar.gz new file mode 100644 index 0000000..423f31c --- /dev/null +++ b/gwcs-0.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f07c6a4a6bdca032538c6af7cbb396120d2d2645ffedf41f62f14d9753d54da2 +size 129040 diff --git a/python-gwcs.changes b/python-gwcs.changes index f135f21..455c098 100644 --- a/python-gwcs.changes +++ b/python-gwcs.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jun 8 13:14:28 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-gwcs.spec b/python-gwcs.spec index 1feeaa3..234249a 100644 --- a/python-gwcs.spec +++ b/python-gwcs.spec @@ -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 @@ -46,7 +46,7 @@ BuildRequires: %{python_module scipy} %python_subpackages %description -An Astropy affiliated package providing tools for managing the +An Astropy affiliated package providing tools for managing the World Coordinate System of astronomical data. %prep @@ -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