14
0

- 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
This commit is contained in:
2024-03-14 10:05:37 +00:00
committed by Git OBS Bridge
parent 03bfb97c42
commit c8547eb05d
2 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 14 10:05:18 UTC 2024 - Dirk Müller <dmueller@suse.com>
- skip building for python312
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 7 15:22:59 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com> Fri Oct 7 15:22:59 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-sat-stac # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 packagename sat-stac
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-sat-stac Name: python-sat-stac
Version: 0.4.1 Version: 0.4.1
Release: 0 Release: 0
@@ -34,7 +35,7 @@ BuildRequires: python-rpm-macros
Requires: python-python-dateutil >= 2.7.5 Requires: python-python-dateutil >= 2.7.5
Requires: python-requests >= 2.19.1 Requires: python-requests >= 2.19.1
Requires(post): update-alternatives Requires(post): update-alternatives
Requires(postun):update-alternatives Requires(postun): update-alternatives
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages