SHA256
1
0
forked from pool/python-bokeh
Matej Cepl 2024-04-19 22:42:09 +00:00 committed by Git OBS Bridge
parent 7fd71277dd
commit a9e7734c1c
3 changed files with 6508 additions and 1699 deletions

8200
CHANGELOG

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 19 22:40:49 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Fix URL for CHANGELOG.
-------------------------------------------------------------------
Thu Apr 4 08:57:43 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>

View File

@ -40,7 +40,7 @@ Source0: https://files.pythonhosted.org/packages/source/b/bokeh/bokeh-%{v
# for the tests
Source1: https://github.com/bokeh/bokeh/archive/refs/tags/%{version}.tar.gz#/bokeh-%{version}-gh.tar.gz
# Only present in the GH tarball, not extracted during non-test builds
Source2: https://github.com/bokeh/bokeh/blob/%{version}/docs/CHANGELOG
Source2: https://raw.githubusercontent.com/bokeh/bokeh/%{version}/docs/CHANGELOG
BuildRequires: %{python_module Jinja2 >= 2.9}
BuildRequires: %{python_module Pillow >= 7.1.0}
BuildRequires: %{python_module PyYAML >= 3.10}