Accepting request 875690 from home:badshah400:branches:science

- Update to version 1.18.0:
- Drop usage of python singlespec macros and switch to supporting just the default python3 environment. The large number of binaries installed to _bindir and the lack of a reasonable way to use python_clone for all the binaries forces this change.
- Promote lal* to Requires and drop BuildRequires/Recommends on python-emcee in keeping with upstream changes.
- Drop additional source utils.py: not needed any more.
- Enable tests after deleting broken test cases.
- Add BuildRequires/Requires on lalpulsar, python-ligo-lw, python-lscsoft-glue: new upstream dependencies.
- Switch source tarball to GitHub since PyPI tarball does not carry the helper scripts and data files for test suite.

OBS-URL: https://build.opensuse.org/request/show/875690
OBS-URL: https://build.opensuse.org/package/show/science/python-PyCBC?expand=0&rev=19
This commit is contained in:
2021-03-01 22:50:47 +00:00
committed by Git OBS Bridge
parent 9b97d8215a
commit 6bd0daef28
5 changed files with 104 additions and 925 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Feb 26 21:12:02 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.18.0:
* update dependencies (require lalsuite, no longer require
emcee).
* build wheels and update build infrastructure.
- Drop usage of python singlespec macros and switch to supporting
just the default python3 environment. The large number of
binaries installed to _bindir and the lack of a reasonable way
to use python_clone for all the binaries forces this change.
- Promote lal* to Requires and drop BuildRequires/Recommends on
python-emcee in keeping with upstream changes.
- Drop additional source utils.py: not needed any more.
- Enable tests after deleting broken test cases.
- Add BuildRequires/Requires on lalpulsar, python-ligo-lw,
python-lscsoft-glue: new upstream dependencies.
- Switch source tarball to GitHub since PyPI tarball does not
carry the helper scripts and data files for test suite.
-------------------------------------------------------------------
Mon Dec 21 02:56:08 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>