Accepting request 1165967 from devel:languages:python:numeric

- Actually declare the minimum version requirement for
  asdf-wcs-schemas.
- update to 0.21.0:
  * Add a minimum version requirement for asdf-wcs-schemas.
  * Fix WCS.__str__ for instances without transforms.

OBS-URL: https://build.opensuse.org/request/show/1165967
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gwcs?expand=0&rev=12
This commit is contained in:
Ana Guerrero 2024-04-07 20:13:18 +00:00 committed by Git OBS Bridge
commit e048478c1e
4 changed files with 20 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Apr 7 13:03:20 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Actually declare the minimum version requirement for
asdf-wcs-schemas.
-------------------------------------------------------------------
Sun Apr 7 09:03:23 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.21.0:
* Add a minimum version requirement for asdf-wcs-schemas.
* Fix WCS.__str__ for instances without transforms.
-------------------------------------------------------------------
Thu Dec 7 22:39:29 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-gwcs
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: python-gwcs
Version: 0.20.0
Version: 0.21.0
Release: 0
Summary: Generalized World Coordinate System
License: BSD-3-Clause
@ -27,7 +27,7 @@ URL: https://gwcs.readthedocs.io/en/latest/
Source: https://files.pythonhosted.org/packages/source/g/gwcs/gwcs-%{version}.tar.gz
BuildRequires: %{python_module asdf >= 2.8.1}
BuildRequires: %{python_module asdf-astropy >= 0.2.0}
BuildRequires: %{python_module asdf_wcs_schemas}
BuildRequires: %{python_module asdf_wcs_schemas >= 0.4.0}
BuildRequires: %{python_module astropy >= 5.1}
BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module numpy}
@ -40,7 +40,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-asdf >= 2.8.1
Requires: python-asdf-astropy >= 0.2.0
Requires: python-asdf_wcs_schemas
Requires: python-asdf_wcs_schemas >= 0.4.0
Requires: python-astropy >= 5.1
Requires: python-numpy
Requires: python-scipy