diff --git a/PyCBC-1.15.6.tar.gz b/PyCBC-1.15.6.tar.gz deleted file mode 100644 index baf408f..0000000 --- a/PyCBC-1.15.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cc1e3c419b893fd54faeefbbca1398a547d527ae0a933e2ba61457018cad639 -size 3150499 diff --git a/PyCBC-1.16.1.tar.gz b/PyCBC-1.16.1.tar.gz new file mode 100644 index 0000000..8403f09 --- /dev/null +++ b/PyCBC-1.16.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1b119695db0b4326f09d6f6d811179a5c192f2bdc981b76b705476f07d3cac9 +size 3153014 diff --git a/python-PyCBC.changes b/python-PyCBC.changes index 044f705..9a84d71 100644 --- a/python-PyCBC.changes +++ b/python-PyCBC.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed May 27 20:51:44 UTC 2020 - Atri Bhattacharya + +- Update to version 0.16.1: + * Backward incompatible Changes to the offline search analysis, + notably in the naming of ranking statistics + ------------------------------------------------------------------- Thu Apr 23 15:50:06 UTC 2020 - Atri Bhattacharya diff --git a/python-PyCBC.spec b/python-PyCBC.spec index 880e17e..83ebe7e 100644 --- a/python-PyCBC.spec +++ b/python-PyCBC.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyCBC # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,24 +12,26 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + Name: python-PyCBC -Version: 1.15.6 +Version: 1.16.1 Release: 0 -License: GPL-3.0-or-later Summary: Core library to analyze gravitational-wave data -Url: http://www.pycbc.org/ +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 -BuildRequires: gcc-c++ -BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} BuildRequires: %{python_module Cython} -BuildRequires: %{python_module setuptools} -BuildRequires: fdupes +BuildRequires: %{python_module devel} BuildRequires: %{python_module numpy >= 1.16.0} BuildRequires: %{python_module numpy-devel >= 1.16.0} +BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: gcc-c++ +BuildRequires: python-rpm-macros Requires: python-numpy >= 1.16.0 ExclusiveArch: %ix86 x86_64