From 70f7ef58b3855084d606df41893be3d58339e3f7da5c17c7c239177337ad7691 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Tue, 2 Jan 2024 06:09:42 +0000 Subject: [PATCH] Accepting request 1135517 from home:badshah400:branches:science - Update to version 1.2.0 - Update dependencies: (Build)Requires: python-igwn-auth-utils instead of python-igwn-auth-utils-requests. OBS-URL: https://build.opensuse.org/request/show/1135517 OBS-URL: https://build.opensuse.org/package/show/science/python-gwdatafind?expand=0&rev=11 --- gwdatafind-1.1.3.tar.gz | 3 --- gwdatafind-1.2.0.tar.gz | 3 +++ python-gwdatafind.changes | 12 ++++++++++++ python-gwdatafind.spec | 6 +++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 gwdatafind-1.1.3.tar.gz create mode 100644 gwdatafind-1.2.0.tar.gz diff --git a/gwdatafind-1.1.3.tar.gz b/gwdatafind-1.1.3.tar.gz deleted file mode 100644 index 394265f..0000000 --- a/gwdatafind-1.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37bd2375771587d2bb72b9df8f1b0e6fb7d90205ea903cc92a654b28561b34f3 -size 39584 diff --git a/gwdatafind-1.2.0.tar.gz b/gwdatafind-1.2.0.tar.gz new file mode 100644 index 0000000..ec8e207 --- /dev/null +++ b/gwdatafind-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f74942e66cdb9a53030da29069110b3cb30afc2a034790957786028fb09f451 +size 40381 diff --git a/python-gwdatafind.changes b/python-gwdatafind.changes index 782fb15..9a7bb83 100644 --- a/python-gwdatafind.changes +++ b/python-gwdatafind.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Dec 28 17:22:38 UTC 2023 - Atri Bhattacharya + +- 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 diff --git a/python-gwdatafind.spec b/python-gwdatafind.spec index 7dbab06..0ca3ec2 100644 --- a/python-gwdatafind.spec +++ b/python-gwdatafind.spec @@ -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