diff --git a/PyCBC-2.2.0.tar.gz b/PyCBC-2.2.0.tar.gz deleted file mode 100644 index b2b5978..0000000 --- a/PyCBC-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c9927e013d7596faa26297b7ca6ec662a5e1af4e0fb859f109be3d385314313 -size 11803253 diff --git a/PyCBC-2.3.0.tar.gz b/PyCBC-2.3.0.tar.gz new file mode 100644 index 0000000..45805f8 --- /dev/null +++ b/PyCBC-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c62dd3ca9a5c400a7def7689fef7081ffc79216c4217266eef07c8eb1a34e92 +size 11846264 diff --git a/python-PyCBC.changes b/python-PyCBC.changes index 5cdf25e..f7b7502 100644 --- a/python-PyCBC.changes +++ b/python-PyCBC.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Oct 13 02:47:44 UTC 2023 - Atri Bhattacharya + +- Update to version 2.3.0: + * Various small improvements with respect to v2.2.2 + +------------------------------------------------------------------- +Tue Oct 10 22:56:31 UTC 2023 - Atri Bhattacharya + +- Update to version 2.2.2: + * Adds a variety of incremental improvements with respect to + v2.2.1, including the ability to use the SEOBNRv5 waveform. +- Update to version 2.2.1: + * Adds a variety of incremental improvements with respect to + v2.2.0. +- Disable test_waveform.py: requires pykerr which is not packaged + for openSUSE. + ------------------------------------------------------------------- Tue May 23 12:22:42 UTC 2023 - Atri Bhattacharya diff --git a/python-PyCBC.spec b/python-PyCBC.spec index b56fd6a..283ab08 100644 --- a/python-PyCBC.spec +++ b/python-PyCBC.spec @@ -1,5 +1,5 @@ # -# spec file for package python-PyCBC +# spec file # # Copyright (c) 2023 SUSE LLC # @@ -30,7 +30,7 @@ %define modname PyCBC Name: python-PyCBC%{psuffix} -Version: 2.2.0 +Version: 2.3.0 Release: 0 Summary: Core library to analyze gravitational-wave data License: GPL-3.0-or-later @@ -137,6 +137,7 @@ 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 require special setups +# test_waveform.py requires pykerr, openSUSE don't have packages for it # can't use pytest --ignore because of a special arg parser in test/utils.py rm -r \ test/test_chisq.py \ @@ -148,6 +149,7 @@ rm -r \ test/test_infmodel.py \ test/test_skymax.py \ test/test_tmpltbank.py \ + test/test_waveform.py \ %{nil} pushd test