From 09d0a231cef7fef388d85da4cac3c5cc3b826552f8f81405276307efb97ec770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 7 Oct 2022 18:51:06 +0000 Subject: [PATCH] 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 --- python-sat-search.changes | 9 +++++++++ python-sat-search.spec | 6 +++--- sat-search-0.2.3.tar.gz | 3 --- sat-search-0.3.0.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 sat-search-0.2.3.tar.gz create mode 100644 sat-search-0.3.0.tar.gz diff --git a/python-sat-search.changes b/python-sat-search.changes index 2ff8fd3..292a375 100644 --- a/python-sat-search.changes +++ b/python-sat-search.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Oct 7 15:21:21 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-sat-search.spec b/python-sat-search.spec index 93db6b9..fbef30c 100644 --- a/python-sat-search.spec +++ b/python-sat-search.spec @@ -1,7 +1,7 @@ # # spec file for package python-sat-search # -# 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-search -Version: 0.2.3 +Version: 0.3.0 Release: 0 Summary: A tool for discovering and downloading publicly available satellite imagery License: MIT @@ -34,7 +34,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-sat-stac Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %python_subpackages diff --git a/sat-search-0.2.3.tar.gz b/sat-search-0.2.3.tar.gz deleted file mode 100644 index b9bc950..0000000 --- a/sat-search-0.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e60e18c0a887572d57b94e711cba36f34f934dc521b9c5ac01f6dcd2db9932b -size 10681 diff --git a/sat-search-0.3.0.tar.gz b/sat-search-0.3.0.tar.gz new file mode 100644 index 0000000..7e53234 --- /dev/null +++ b/sat-search-0.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf59e96ae679bcddf4897a32d6f0e727a7b9a1b7443153681ee05fdecafc0245 +size 10742