15
0

Accepting request 1008822 from home:yarunachalam:branches:devel:languages:python

- Update to version 0.3.0 
  * Updated to work with STAC API v0.9.0 and v1.0.0-beta.2
  * SATUTILS_API_URL envvar changed to STAC_API_URL and default value removed. Specify with envvar or pass into Search when using library
  * When downloading, specify filename_template for location instead of both datadir and filename.
  * Update pagination to precisely follow STAC spec

OBS-URL: https://build.opensuse.org/request/show/1008822
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sat-search?expand=0&rev=5
This commit is contained in:
2022-10-07 18:51:06 +00:00
committed by Git OBS Bridge
parent e162f64145
commit 09d0a231ce
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Oct 7 15:21:21 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 0.3.0
* Updated to work with STAC API v0.9.0 and v1.0.0-beta.2
* SATUTILS_API_URL envvar changed to STAC_API_URL and default value removed. Specify with envvar or pass into Search when using library
* When downloading, specify filename_template for location instead of both datadir and filename.
* Update pagination to precisely follow STAC spec
-------------------------------------------------------------------
Mon Aug 17 07:06:52 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>