forked from pool/python-sat-stac
Accepting request 1008824 from home:yarunachalam:branches:devel:languages:python
- Update to version 0.4.1 Added * User can now provide custom headers to download function * id and description keywords added to itemcollection.save() and itemcollection.geojson() for user to supply values to save single file STAC Changed * Allow reading in of ItemCollections without collections * Default STAC_VERSION updated to 1.0.0-beta.2 Fixed * Saved ItemCollections now adhere to STAC single-file-stac spec OBS-URL: https://build.opensuse.org/request/show/1008824 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sat-stac?expand=0&rev=5
This commit is contained in:
parent
316dde6fd9
commit
03bfb97c42
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 7 15:22:59 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to version 0.4.1
|
||||
Added
|
||||
* User can now provide custom headers to download function
|
||||
* id and description keywords added to itemcollection.save() and itemcollection.geojson() for user to supply values to save single file STAC
|
||||
Changed
|
||||
* Allow reading in of ItemCollections without collections
|
||||
* Default STAC_VERSION updated to 1.0.0-beta.2
|
||||
Fixed
|
||||
* Saved ItemCollections now adhere to STAC single-file-stac spec
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 17 07:08:06 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-sat-stac
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-sat-stac
|
||||
Version: 0.4.0
|
||||
Version: 0.4.1
|
||||
Release: 0
|
||||
Summary: A library for reading and working with Spatio-Temporal Asset Catalogs
|
||||
License: MIT
|
||||
@ -34,7 +34,7 @@ BuildRequires: python-rpm-macros
|
||||
Requires: python-python-dateutil >= 2.7.5
|
||||
Requires: python-requests >= 2.19.1
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42dafacd328244a3a8543ae4fe59bd775b7e6b63ff044aa46fa515389a2893f6
|
||||
size 16202
|
3
sat-stac-0.4.1.tar.gz
Normal file
3
sat-stac-0.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a06bb3491ee49497262d228e9c8aed4d68d89e7dff140e2439f199dd92864f2c
|
||||
size 16298
|
Loading…
Reference in New Issue
Block a user