diff --git a/PyCBC-2.0.5.tar.gz b/PyCBC-2.0.5.tar.gz deleted file mode 100644 index a937634..0000000 --- a/PyCBC-2.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b4ac4dba1a10c5945d00c6325c500e829ba5aa480e0f3864682a4aeeac811a2 -size 16920425 diff --git a/PyCBC-2.2.0.tar.gz b/PyCBC-2.2.0.tar.gz new file mode 100644 index 0000000..b2b5978 --- /dev/null +++ b/PyCBC-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9927e013d7596faa26297b7ca6ec662a5e1af4e0fb859f109be3d385314313 +size 11803253 diff --git a/python-PyCBC.changes b/python-PyCBC.changes index 1961006..5cdf25e 100644 --- a/python-PyCBC.changes +++ b/python-PyCBC.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 23 12:22:42 UTC 2023 - Atri Bhattacharya + +- Update to version 2.2.0: + * Bugfix to remove calls to removed lalsuite functions. +- Disable a few more tests requiring access to network. + ------------------------------------------------------------------- Wed Aug 24 23:43:08 UTC 2022 - Atri Bhattacharya diff --git a/python-PyCBC.spec b/python-PyCBC.spec index 528690c..b56fd6a 100644 --- a/python-PyCBC.spec +++ b/python-PyCBC.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyCBC # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,7 +30,7 @@ %define modname PyCBC Name: python-PyCBC%{psuffix} -Version: 2.0.5 +Version: 2.2.0 Release: 0 Summary: Core library to analyze gravitational-wave data License: GPL-3.0-or-later @@ -136,14 +136,19 @@ sed -E -i "1 s|^#\!\s*/usr/bin/env\s*bash|#\!/bin/bash|" %{buildroot}%{_bindir}/ %if %{with test} %check -# Tests that either require network or don't work due to unpackaged modules +# Tests that either require network or require special setups # can't use pytest --ignore because of a special arg parser in test/utils.py rm -r \ - test/test_infmodel.py \ + test/test_chisq.py \ + test/test_dq.py \ test/test_fft_mkl_threaded.py \ test/test_fftw_openmp.py \ - test/test_dq.py \ - test/test_chisq.py + test/test_frame.py \ + test/test_live_coinc_compare.py \ + test/test_infmodel.py \ + test/test_skymax.py \ + test/test_tmpltbank.py \ + %{nil} pushd test %{python_expand # can't use the macro because of a special arg parser in test/utils.py