SHA256
1
0
forked from pool/python-bokeh

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

- Skip python36 build: With NumPy 1.20, python36-numpy is no
  longer available in Tumbleweed (NEP 29)
- The downside of not testing: This was only detected by packages
  depending on bokeh. As a mitigation move the runtime requirements
  to unconditional BuildRequires.

OBS-URL: https://build.opensuse.org/request/show/874169
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-bokeh?expand=0&rev=38
This commit is contained in:
2021-02-21 22:53:46 +00:00
committed by Git OBS Bridge
parent b7bb9629f0
commit 2de352b98d
2 changed files with 29 additions and 16 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Feb 21 17:02:18 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Skip python36 build: With NumPy 1.20, python36-numpy is no
longer available in Tumbleweed (NEP 29)
- The downside of not testing: This was only detected by packages
depending on bokeh. As a mitigation move the runtime requirements
to unconditional BuildRequires.
-------------------------------------------------------------------
Wed Oct 21 22:22:11 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>