Compare commits

...
Sign in to create a new pull request.

10 commits

Author SHA1 Message Date
Ankur Sinha (Ankur Sinha Gmail)
ad140ba2f2
feat: use spdx license id 2026-01-13 10:47:43 +00:00
Python Maint
4656382b85 Rebuilt for Python 3.14.0rc3 bytecode 2025-09-19 12:55:44 +02:00
Python Maint
c4d3971edc Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 13:23:49 +02:00
Fedora Release Engineering
972931308c Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 07:03:20 +00:00
Python Maint
f7ea3b3e03 Rebuilt for Python 3.14 2025-06-02 20:11:12 +02:00
Sandro
db81c009cf
Apply patch for NumPy 2.x
This will allow `netpyne` to build again.
2025-01-22 09:32:15 +01:00
Fedora Release Engineering
96d0120a70 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-18 12:37:12 +00:00
Miroslav Suchý
3bfeac4ff3 convert license to SPDX
This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4
2024-09-04 19:29:12 +02:00
Fedora Release Engineering
b0b66e7c58 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-19 10:07:11 +00:00
Python Maint
c0f129b617 Rebuilt for Python 3.13 2024-06-07 08:38:46 +02:00

View file

@ -13,7 +13,7 @@ and data applications.}
Name: python-%{pypi_name}
Version: 2.3.0
Release: 13%{?dist}
Release: 23%{?dist}
Summary: Interactive plots and applications in the browser from Python
# License breakdown: licensecheck -r . | sed '/UNKNOWN/ d' | sort -t ':' -k 2
@ -60,7 +60,8 @@ Summary: Interactive plots and applications in the browser from Python
# Also see the breakdown in the bundled JS below
# and https://github.com/bokeh/bokeh/blob/branch-2.2/bokehjs/LICENSE
License: BSD and ASL 2.0 and MIT and ISC
# Automatically converted from old format: BSD and ASL 2.0 and MIT and ISC - review is highly recommended.
License: BSD-3-Clause AND Apache-2.0 AND MIT AND ISC
URL: https://github.com/bokeh/bokeh
Source0: %pypi_source
# Read package-lock.json and general list of bundled runtime libraries their versions
@ -201,6 +202,12 @@ BuildRequires: %{py3_dist typing_extensions} >= 3.7.4
%autosetup -n %{pypi_name}-%{version} -p1
rm -rf %{pypi_name}.egg-info
# Replace `np.bool8` with `np.bool_` for NumPy 2.x.
# This is for `netpyne` failing on the deprecated type alias.
# https://github.com/bokeh/bokeh/pull/12690
sed -i 's/np\.bool8/np.bool_/g' $(grep -rl 'np\.bool8')
%build
%py3_build
@ -225,6 +232,36 @@ rm -f %{buildroot}/%{python3_sitelib}/bokeh/server/static/.keep
%{python3_sitelib}/%{pypi_name}
%changelog
* Tue Jan 13 2026 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.3.0-23
- use spdx license
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 2.3.0-22
- Rebuilt for Python 3.14.0rc3 bytecode
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 2.3.0-21
- Rebuilt for Python 3.14.0rc2 bytecode
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Mon Jun 02 2025 Python Maint <python-maint@redhat.com> - 2.3.0-19
- Rebuilt for Python 3.14
* Wed Jan 22 2025 Sandro <devel@penguinpee.nl> - 2.3.0-18
- Apply patch for NumPy 2.x compatibility
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Wed Sep 04 2024 Miroslav Suchý <msuchy@redhat.com> - 2.3.0-16
- convert license to SPDX
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 2.3.0-14
- Rebuilt for Python 3.13
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild