15
0

Accepting request 1136563 from home:alarrosa:branches:devel:languages:python

- Add patch to enable the gmpy test correctly:
  * enable_gmpy_test.patch
- Disable BuildRequies pandas and scikit-learn in SLE where
  they're not available and only used for tests
- Use python-bson instead of python-pymongo in SLE
- Do not search for tests recursively in SLE but explicitly name
  the directory/files containing tests. This solves an issue
  building the package without pandas in SLE.

OBS-URL: https://build.opensuse.org/request/show/1136563
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpickle?expand=0&rev=30
This commit is contained in:
2024-01-03 18:52:52 +00:00
committed by Git OBS Bridge
parent 82f3c59ed2
commit 0dbe49c03c
3 changed files with 35 additions and 2 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Dec 29 13:52:24 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
- Add patch to enable the gmpy test correctly:
* enable_gmpy_test.patch
- Disable BuildRequies pandas and scikit-learn in SLE where
they're not available and only used for tests
- Use python-bson instead of python-pymongo in SLE
- Do not search for tests recursively in SLE but explicitly name
the directory/files containing tests. This solves an issue
building the package without pandas in SLE.
-------------------------------------------------------------------
Wed Dec 13 16:18:51 UTC 2023 - Ben Greiner <code@bnavigator.de>