Accepting request 949969 from home:badshah400:branches:science

- Update to version 2.0.1.
- Split out utilities into new package called PyCBC-utils, which requires the default py3 flavour.
- Build the python module itself for all supported python flavours; disable python2 which is no longer supported by PyCBC or its dependencies.
- Run tests using pytest; note that using the pytest_arch macro leads to errors, so we largely replicate its behaviour except for running pytest itself without any options passed to it.
- Re-check which tests work and rm those which do not to avoid module import errors.
- New BuildRequires: python-pyFFTW.

OBS-URL: https://build.opensuse.org/request/show/949969
OBS-URL: https://build.opensuse.org/package/show/science/python-PyCBC?expand=0&rev=22
This commit is contained in:
Matthias Mailänder
2022-02-03 19:25:57 +00:00
committed by Git OBS Bridge
parent 3c85d318b6
commit 7623e246b6
4 changed files with 97 additions and 71 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Jan 20 12:36:02 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2.0.1:
- Split out utilities into new package called PyCBC-utils, which
requires the default py3 flavour.
- Build the python module itself for all supported python
flavours; disable python2 which is no longer supported by PyCBC
or its dependencies.
- Run tests using pytest; note that using the pytest_arch macro
leads to errors, so we largely replicate its behaviour except
for running pytest itself without any options passed to it.
- Re-check which tests work and rm those which do not to avoid
module import errors.
- New BuildRequires: python-pyFFTW.
-------------------------------------------------------------------
Wed Nov 17 12:33:08 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>