forked from pool/python-sat-search
- Switch to pyproject and autosetup macros. - Add patch use-importlib.patch: * Use importlib, rather than imp. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sat-search?expand=0&rev=9
42 lines
1.6 KiB
Plaintext
42 lines
1.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Dec 17 01:53:28 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- No longer skip building for Python 3.12.
|
|
- Switch to pyproject and autosetup macros.
|
|
- Add patch use-importlib.patch:
|
|
* Use importlib, rather than imp.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 14 10:06:06 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- skip build for python 3.12
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 7 15:21:21 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- 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.
|
|
* Update pagination to precisely follow STAC spec
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 17 07:06:52 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Fix the download url
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 10 11:48:05 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Do not pull in pytest-runner as it is deprecated
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 1 16:24:24 UTC 2020 - andy great <andythe_great@pm.me>
|
|
|
|
- Update spec file to use python alternative.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 26 12:16:56 UTC 2020 - andy great <andythe_great@pm.me>
|
|
|
|
- Initial package release.
|