forked from pool/python-gwdatafind
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d580b22893 | |||
| 028d83e664 | |||
| fc0ff31425 | |||
| f6e18c810b | |||
| ec676bede0 | |||
| fdb403aac7 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8f74942e66cdb9a53030da29069110b3cb30afc2a034790957786028fb09f451
|
|
||||||
size 40381
|
|
||||||
3
gwdatafind-2.1.0.tar.gz
Normal file
3
gwdatafind-2.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4c87660f400385039221557e92d16334160642f24314a3bf05b7c37b9aecb565
|
||||||
|
size 40626
|
||||||
@@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 29 04:35:45 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.1.0:
|
||||||
|
* Support multiple APIs (!88)
|
||||||
|
* Deprecation support for Omega-format cache output (!115)
|
||||||
|
* Switch from ligo-segments to igwn-segments (API changes) (!99)
|
||||||
|
* Remove old HTTPConnection interface (!101)
|
||||||
|
* Add Cache object for HTCondor file transfer (!102)
|
||||||
|
* Add verbose logging (!110)
|
||||||
|
* Update requirements for pip install (!111)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 18 04:41:37 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Use pyproject macros to build and install.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 6 01:35:43 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Fix builds by avoiding tests not ready for updated ligo-segments
|
||||||
|
yet.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 28 17:22:38 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
Thu Dec 28 17:22:38 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-gwdatafind
|
# spec file for package python-gwdatafind
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# 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,30 +16,30 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define skip_python2 1
|
|
||||||
|
|
||||||
Name: python-gwdatafind
|
Name: python-gwdatafind
|
||||||
Version: 1.2.0
|
Version: 2.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
Summary: Client library for the LIGO Data Replicator (LDR) service
|
Summary: Client library for the LIGO Data Replicator (LDR) service
|
||||||
URL: https://gwdatafind.readthedocs.io/
|
URL: https://gwdatafind.readthedocs.io/
|
||||||
Source: https://files.pythonhosted.org/packages/source/g/gwdatafind/gwdatafind-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/g/gwdatafind/gwdatafind-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.6}
|
BuildRequires: %{python_module base >= 3.9}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module ligo-segments}
|
|
||||||
BuildRequires: %{python_module igwn-auth-utils}
|
BuildRequires: %{python_module igwn-auth-utils}
|
||||||
BuildRequires: %{python_module pytest >= 2.8.0}
|
BuildRequires: %{python_module igwn-segments}
|
||||||
|
BuildRequires: %{python_module pytest >= 3.9.3}
|
||||||
BuildRequires: %{python_module requests-mock}
|
BuildRequires: %{python_module requests-mock}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-igwn-auth-utils
|
Requires: python-igwn-auth-utils
|
||||||
Requires: python-ligo-segments
|
Requires: python-igwn-segments
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -55,16 +55,16 @@ gravitational-wave detectors
|
|||||||
sed -i 's/--color=yes//' pyproject.toml
|
sed -i 's/--color=yes//' pyproject.toml
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%python_clone -a %{buildroot}%{_bindir}/gw_data_find
|
%python_clone -a %{buildroot}%{_bindir}/gw_data_find
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest
|
%pytest -k 'not (test_find_urls or test_find_frame_urls or test_postprocess_cache_gaps)'
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative gw_data_find
|
%python_install_alternative gw_data_find
|
||||||
@@ -77,6 +77,6 @@ sed -i 's/--color=yes//' pyproject.toml
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%python_alternative %{_bindir}/gw_data_find
|
%python_alternative %{_bindir}/gw_data_find
|
||||||
%{python_sitelib}/gwdatafind
|
%{python_sitelib}/gwdatafind
|
||||||
%{python_sitelib}/gwdatafind-%{version}*-info
|
%{python_sitelib}/gwdatafind-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user