From 5cd25964327975913e6997de19c29b9e71ae2d47ba2fbc38ed154d1ba315aabd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 14 Mar 2024 10:07:36 +0000 Subject: [PATCH] - skip build for python 3.12 - Update to version 0.3.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sat-search?expand=0&rev=7 --- python-sat-search.changes | 7 ++++++- python-sat-search.spec | 8 ++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/python-sat-search.changes b/python-sat-search.changes index 292a375..fd7a21c 100644 --- a/python-sat-search.changes +++ b/python-sat-search.changes @@ -1,7 +1,12 @@ +------------------------------------------------------------------- +Thu Mar 14 10:06:06 UTC 2024 - Dirk Müller + +- skip build for python 3.12 + ------------------------------------------------------------------- Fri Oct 7 15:21:21 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 0.3.0 +- 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. diff --git a/python-sat-search.spec b/python-sat-search.spec index fbef30c..1460702 100644 --- a/python-sat-search.spec +++ b/python-sat-search.spec @@ -1,7 +1,7 @@ # # spec file for package python-sat-search # -# 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,9 @@ # +%{?sle15_python_module_pythons} %define packagename sat-search -%define skip_python2 1 -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%global skip_python312 1 Name: python-sat-search Version: 0.3.0 Release: 0 @@ -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