From 16303a4baa4c71cedde6707e7c2f2770bc325ffb Mon Sep 17 00:00:00 2001 From: dirkmueller <> Date: Mar 14 2024 17:06:32 +0000 Subject: Update python-sat-stac to version 0.4.1 / rev 3 via SR 1157925 https://build.opensuse.org/request/show/1157925 by user dirkmueller + anag+factory - skip building for python312 * Saved ItemCollections now adhere to STAC single-file-stac spec - Initial package release. --- diff --git a/.files b/.files index c02f514..bbcb283 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 7182c3e..c5ba421 100644 --- a/.rev +++ b/.rev @@ -15,4 +15,15 @@ 1008863 + + a7e2b971a0c587ab40960e037e42c4ff + 0.4.1 + + anag+factory + - skip building for python312 + + * Saved ItemCollections now adhere to STAC single-file-stac spec +- Initial package release. + 1157925 + diff --git a/python-sat-stac.changes b/python-sat-stac.changes index 74878e6..5fda8bb 100644 --- a/python-sat-stac.changes +++ b/python-sat-stac.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Mar 14 10:05:18 UTC 2024 - Dirk Müller + +- skip building for python312 + +------------------------------------------------------------------- Fri Oct 7 15:22:59 UTC 2022 - Yogalakshmi Arunachalam - Update to version 0.4.1 @@ -9,7 +14,7 @@ Fri Oct 7 15:22:59 UTC 2022 - Yogalakshmi Arunachalam * 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 + * Saved ItemCollections now adhere to STAC single-file-stac spec ------------------------------------------------------------------- Mon Aug 17 07:08:06 UTC 2020 - Tomáš Chvátal @@ -29,4 +34,4 @@ Fri Jul 31 15:33:36 UTC 2020 - andy great ------------------------------------------------------------------- Sun Jul 26 14:20:25 UTC 2020 - andy great -- Initial package release. +- Initial package release. diff --git a/python-sat-stac.spec b/python-sat-stac.spec index 9bbc6e4..6496116 100644 --- a/python-sat-stac.spec +++ b/python-sat-stac.spec @@ -1,7 +1,7 @@ # # spec file for package python-sat-stac # -# Copyright (c) 2022 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 @@ -16,9 +16,10 @@ # +%{?sle15_python_module_pythons} +# from imp import load_source +%global skip_python312 1 %define packagename sat-stac -%define skip_python2 1 -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-sat-stac Version: 0.4.1 Release: 0 @@ -34,7 +35,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