1
0

Accepting request 874173 from home:bnavigator:branches:devel:languages:python:numeric

- Another package not available in python36: bokeh
- Now that the (previously still lingering) python36-numpy package
  really has been purged from the dependency tree, it became
  apparent that it is assumed to be present in some tests.
  * gh#dask/distributed#4529
  * Add importorskip-numpy-tests.patch

OBS-URL: https://build.opensuse.org/request/show/874173
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=88
This commit is contained in:
2021-02-21 22:52:27 +00:00
committed by Git OBS Bridge
parent f312caa7c3
commit 658ee08edb
3 changed files with 211 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Feb 21 18:19:45 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Another package not available in python36: bokeh
- Now that the (previously still lingering) python36-numpy package
really has been purged from the dependency tree, it became
apparent that it is assumed to be present in some tests.
* gh#dask/distributed#4529
* Add importorskip-numpy-tests.patch
-------------------------------------------------------------------
Mon Feb 15 11:56:35 UTC 2021 - Ben Greiner <code@bnavigator.de>