Accepting request 1157925 from devel:languages:python
- skip building for python312 * Saved ItemCollections now adhere to STAC single-file-stac spec - Initial package release. OBS-URL: https://build.opensuse.org/request/show/1157925 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sat-stac?expand=0&rev=3
This commit is contained in:
commit
f1dc492891
@ -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>
|
||||||
|
|
||||||
@ -9,7 +14,7 @@ Fri Oct 7 15:22:59 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|||||||
* Allow reading in of ItemCollections without collections
|
* Allow reading in of ItemCollections without collections
|
||||||
* Default STAC_VERSION updated to 1.0.0-beta.2
|
* Default STAC_VERSION updated to 1.0.0-beta.2
|
||||||
Fixed
|
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 <tchvatal@suse.com>
|
Mon Aug 17 07:08:06 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
@ -29,4 +34,4 @@ Fri Jul 31 15:33:36 UTC 2020 - andy great <andythe_great@pm.me>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 26 14:20:25 UTC 2020 - andy great <andythe_great@pm.me>
|
Sun Jul 26 14:20:25 UTC 2020 - andy great <andythe_great@pm.me>
|
||||||
|
|
||||||
- Initial package release.
|
- Initial package release.
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user