From c8547eb05d204c406c5cbcc1412ae980716b7652461dda94a0b6619cb32ae78a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 14 Mar 2024 10:05:37 +0000 Subject: [PATCH] - skip building for python312 * Saved ItemCollections now adhere to STAC single-file-stac spec - Initial package release. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sat-stac?expand=0&rev=7 --- python-sat-stac.changes | 9 +++++++-- python-sat-stac.spec | 9 +++++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/python-sat-stac.changes b/python-sat-stac.changes index bd57d40..59012f7 100644 --- a/python-sat-stac.changes +++ b/python-sat-stac.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 @@ -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 2cfc569..703a054 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