diff --git a/python-sat-stac.changes b/python-sat-stac.changes index 3c8e83f..bd57d40 100644 --- a/python-sat-stac.changes +++ b/python-sat-stac.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Oct 7 15:22:59 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-sat-stac.spec b/python-sat-stac.spec index a133c25..2cfc569 100644 --- a/python-sat-stac.spec +++ b/python-sat-stac.spec @@ -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 diff --git a/sat-stac-0.4.0.tar.gz b/sat-stac-0.4.0.tar.gz deleted file mode 100644 index 9896d81..0000000 --- a/sat-stac-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42dafacd328244a3a8543ae4fe59bd775b7e6b63ff044aa46fa515389a2893f6 -size 16202 diff --git a/sat-stac-0.4.1.tar.gz b/sat-stac-0.4.1.tar.gz new file mode 100644 index 0000000..7b43814 --- /dev/null +++ b/sat-stac-0.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a06bb3491ee49497262d228e9c8aed4d68d89e7dff140e2439f199dd92864f2c +size 16298