Accepting request 1136060 from science
OBS-URL: https://build.opensuse.org/request/show/1136060 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gwdatafind?expand=0&rev=6
This commit is contained in:
commit
d4a168b957
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37bd2375771587d2bb72b9df8f1b0e6fb7d90205ea903cc92a654b28561b34f3
|
||||
size 39584
|
3
gwdatafind-1.2.0.tar.gz
Normal file
3
gwdatafind-1.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f74942e66cdb9a53030da29069110b3cb30afc2a034790957786028fb09f451
|
||||
size 40381
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 28 17:22:38 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 1.2.0
|
||||
* Add support for non-GWF file extensions (!83)
|
||||
* Use argparse-manpage for manual generation (!80)
|
||||
* Update references to gwosc.org (!87)
|
||||
* Support multi-character site IDs (!91)
|
||||
* Add support for Python 3.11 and 3.12 (!93)
|
||||
- Update dependencies: (Build)Requires: python-igwn-auth-utils
|
||||
instead of python-igwn-auth-utils-requests.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 13 09:38:25 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define skip_python2 1
|
||||
|
||||
Name: python-gwdatafind
|
||||
Version: 1.1.3
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
License: GPL-3.0-only
|
||||
Summary: Client library for the LIGO Data Replicator (LDR) service
|
||||
@ -30,12 +30,12 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module ligo-segments}
|
||||
BuildRequires: %{python_module igwn-auth-utils-requests >= 0.3.1}
|
||||
BuildRequires: %{python_module igwn-auth-utils}
|
||||
BuildRequires: %{python_module pytest >= 2.8.0}
|
||||
BuildRequires: %{python_module requests-mock}
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
Requires: python-igwn-auth-utils-requests >= 0.3.1
|
||||
Requires: python-igwn-auth-utils
|
||||
Requires: python-ligo-segments
|
||||
BuildArch: noarch
|
||||
Requires(post): update-alternatives
|
||||
|
Loading…
x
Reference in New Issue
Block a user