From f7ea3b3e0313780aaa3bf64065bdbccff7e9c7f1 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 2 Jun 2025 20:11:12 +0200 Subject: [PATCH] Rebuilt for Python 3.14 --- python-bokeh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-bokeh.spec b/python-bokeh.spec index fa62df7..506d9fc 100644 --- a/python-bokeh.spec +++ b/python-bokeh.spec @@ -13,7 +13,7 @@ and data applications.} Name: python-%{pypi_name} Version: 2.3.0 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Interactive plots and applications in the browser from Python # License breakdown: licensecheck -r . | sed '/UNKNOWN/ d' | sort -t ':' -k 2 @@ -232,6 +232,9 @@ rm -f %{buildroot}/%{python3_sitelib}/bokeh/server/static/.keep %{python3_sitelib}/%{pypi_name} %changelog +* Mon Jun 02 2025 Python Maint - 2.3.0-19 +- Rebuilt for Python 3.14 + * Wed Jan 22 2025 Sandro - 2.3.0-18 - Apply patch for NumPy 2.x compatibility