forked from pool/python-ligo-segments
* Add python-3.13-compat.patch -- Compatibility for python 3.13, patch taken from upstream merge request * Use %pyproject_* macros to build. * Disable testing for now as test suite is broken (https://git.ligo.org/lscsoft/ligo-segments/-/issues/22). OBS-URL: https://build.opensuse.org/request/show/1227670 OBS-URL: https://build.opensuse.org/package/show/science/python-ligo-segments?expand=0&rev=10
73 lines
2.9 KiB
Plaintext
73 lines
2.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Dec 2 06:30:32 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Add python-3.13-compat.patch -- Compatibility for python 3.13,
|
|
patch taken from upstream merge request
|
|
- Use %pyproject_* macros to build.
|
|
- Disable testing for now as test suite is broken
|
|
(https://git.ligo.org/lscsoft/ligo-segments/-/issues/22).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 17 23:12:06 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Add ligo-segments-python312-compat.patch -- Initialize
|
|
PyTypeObjects with PyVarObject_HEAD_INIT for python 3.12
|
|
compatibility; upstream commit be7c93b.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 24 22:57:17 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Include additional .pth files installed for openSUSE >= 1550.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 9 13:17:32 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Update to version 1.4.0:
|
|
* No release notes.
|
|
- New BuildRequires: python-six, python-lal required for tests.
|
|
- Drop python-ligo-segments-disable-lal-tests.patch: No longer
|
|
required since lal has been converted to a multibuild spec with
|
|
its main build and testing split into different flavours.
|
|
- Disable tests for 32-bit as lal is not available for that arch.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 19 16:38:24 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Skip python2: no longer supported by upstream.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 15 23:44:41 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Update to version 1.3.0:
|
|
* Unit tests now automatically switch between python and C
|
|
implementations (previously required manual hack).
|
|
* More updates for Python 3 (various versions).
|
|
* Expand documentation (and, with it, test coverage).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 21 20:15:02 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Fix running tests for all python versions.
|
|
- Be more specific for the file-list.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 15 18:37:41 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Add python-ligo-segments-disable-lal-tests.patch: Disable tests
|
|
requiring lal to avoid circular build dependency on lal (which
|
|
also requires python-ligo-segments).
|
|
- Implement test as part of %check section; BuildRequires
|
|
python3-pytest needed.
|
|
- Use %license to package LICENSE file.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 23 10:27:08 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Update to version 1.2.0:
|
|
* add segmentlist.value_slice_to_index()
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 27 16:28:07 UTC 2019 - badshah400@gmail.com
|
|
|
|
- Initial package.
|