From 483911928b1343faafce61116ba14befec35360b1a8be82d5382a65a31877d5c Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Tue, 4 Aug 2020 17:24:51 +0000 Subject: [PATCH] Accepting request 824158 from home:badshah400:branches:science - Update to version 0.16.7. - Update the list of Requires and Recommends to provide a more complete experience. OBS-URL: https://build.opensuse.org/request/show/824158 OBS-URL: https://build.opensuse.org/package/show/science/python-PyCBC?expand=0&rev=9 --- PyCBC-1.16.4.tar.gz | 3 --- PyCBC-1.16.7.tar.gz | 3 +++ python-PyCBC.changes | 31 +++++++++++++++++++++++++++++++ python-PyCBC.spec | 22 +++++++++++++++++----- 4 files changed, 51 insertions(+), 8 deletions(-) delete mode 100644 PyCBC-1.16.4.tar.gz create mode 100644 PyCBC-1.16.7.tar.gz diff --git a/PyCBC-1.16.4.tar.gz b/PyCBC-1.16.4.tar.gz deleted file mode 100644 index fe4b745..0000000 --- a/PyCBC-1.16.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66489e5f5294f0b689c7dc042ab5f505ee9f8a2c3579603930ebc5cd845db1f9 -size 3187986 diff --git a/PyCBC-1.16.7.tar.gz b/PyCBC-1.16.7.tar.gz new file mode 100644 index 0000000..2dd402e --- /dev/null +++ b/PyCBC-1.16.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:494449fcfc2923027b731ef597390fcad523ee349eacaba63eb36d5dfa320a5f +size 16712363 diff --git a/python-PyCBC.changes b/python-PyCBC.changes index 66f0d41..67a265d 100644 --- a/python-PyCBC.changes +++ b/python-PyCBC.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Sun Aug 2 15:44:34 UTC 2020 - Atri Bhattacharya + +- Update to version 0.16.7: + * Work around an unhandled exception when a GPU is present on a + system but not allocated to the process + [gh#gwastro/pycbc#3403]. + * Fix typo in ACT printed to screen [gh#gwastro/pycbc#3402]. + * Fix nonfsio site so that it does not allow jobs on that site + to run on the grid [gh#gwastro/pycbc#3399]. + * Fix error caused by missing https:// prefix on + segments.ligo.org [gh#gwastro/pycbc#3398]. + +------------------------------------------------------------------- +Sat Aug 1 18:37:44 UTC 2020 - Atri Bhattacharya + +- Update to version 0.16.6: + * Fix a bug from v1.16.5 in how pycbc_coinc_hdfinjfind deals + with segment attributes in the statmap files. + * Allow use of reuse cache files stored on web pages behind + authentication. +- Changes from version 0.16.5: + - Improvements to efficiency of coincidence finding in the + offline search. + - Changes to allow for time-dependent arguments for channel + names. + - Settings to allow for different handling of file I/O in + overloaded filesystems. +- Update the list of Requires and Recommends to provide a more + complete experience. + ------------------------------------------------------------------- Mon Jul 6 20:33:51 UTC 2020 - Atri Bhattacharya diff --git a/python-PyCBC.spec b/python-PyCBC.spec index 1c0aaa4..6e6861a 100644 --- a/python-PyCBC.spec +++ b/python-PyCBC.spec @@ -17,13 +17,13 @@ Name: python-PyCBC -Version: 1.16.4 +Version: 1.16.7 Release: 0 Summary: Core library to analyze gravitational-wave data License: GPL-3.0-or-later Group: Development/Languages/Python URL: http://www.pycbc.org/ -Source: https://files.pythonhosted.org/packages/source/p/pycbc/PyCBC-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/P/PyCBC/PyCBC-%{version}.tar.gz BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel} BuildRequires: %{python_module numpy >= 1.16.0} @@ -32,9 +32,21 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: python-rpm-macros +Requires: python-astropy +Requires: python-beautifulsoup4 +Requires: python-decorator +Requires: python-h5py Requires: python-numpy >= 1.16.0 -ExclusiveArch: %ix86 x86_64 - +Requires: python-requests +Requires: python-scipy +Requires: python-tqdm +Recommends: python-emcee +Recommends: python-gwdatafind +Recommends: python-lal +Recommends: python-lalframe +Recommends: python-lalsimulation +Recommends: python-ligo-segments +ExclusiveArch: %{ix86} x86_64 %python_subpackages %description @@ -48,7 +60,7 @@ of detected sources. %setup -q -n PyCBC-%{version} # FOR REAL BINARIES SET HASHBANG TO PYTHON3 DIRECTLY -sed -E -i "1{s|^#\!\s*/usr/bin/env python|#\!/usr/bin/python3|}" \ +sed -E -i "1{s|^#\!\s*/usr/bin/env python|#\!%{_bindir}/python3|}" \ bin/pycbc_* \ bin/*/pycbc_*