Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-chartify for openSUSE:Factory
checked in at 2026-03-26 21:08:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-chartify (Old)
and /work/SRC/openSUSE:Factory/.python-chartify.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-chartify"
Thu Mar 26 21:08:29 2026 rev:9 rq:1342660 version:5.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-chartify/python-chartify.changes
2024-03-07 18:29:01.220136967 +0100
+++
/work/SRC/openSUSE:Factory/.python-chartify.new.8177/python-chartify.changes
2026-03-27 06:47:40.697449519 +0100
@@ -1,0 +2,10 @@
+Thu Mar 26 04:03:11 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Update to 5.0.1:
+ * Drop support for Python 3.8
+ * Add support for Python 3.11
+ * Fixes bad cropping in png introduced by changes to chrome webdriver
+ * Add support and recommendation to use make black for code formatting
+- Drop patch chartify-pr170-pd.melt-kwarg.patch, fixed upsream.
+
+-------------------------------------------------------------------
Old:
----
chartify-4.0.5.tar.gz
chartify-pr170-pd.melt-kwarg.patch
New:
----
chartify-5.0.1.tar.gz
----------(Old B)----------
Old: * Add support and recommendation to use make black for code formatting
- Drop patch chartify-pr170-pd.melt-kwarg.patch, fixed upsream.
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-chartify.spec ++++++
--- /var/tmp/diff_new_pack.K7fWLD/_old 2026-03-27 06:47:41.393478249 +0100
+++ /var/tmp/diff_new_pack.K7fWLD/_new 2026-03-27 06:47:41.393478249 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-chartify
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,13 @@
%{?sle15_python_module_pythons}
-%define skip_python39 1
Name: python-chartify
-Version: 4.0.5
+Version: 5.0.1
Release: 0
Summary: Python library for plotting charts
License: Apache-2.0
URL: https://github.com/spotify/chartify
Source:
https://github.com/spotify/chartify/archive/%{version}.tar.gz#/chartify-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM chartify-pr170-pd.melt-kwarg.patch gh#spotify/chartify#170
-Patch0: chartify-pr170-pd.melt-kwarg.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
@@ -34,16 +31,18 @@
BuildRequires: python-rpm-macros
BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module Jinja2}
-BuildRequires: %{python_module Pillow >= 8.4.0}
-BuildRequires: %{python_module bokeh >= 3.0.0}
-BuildRequires: %{python_module ipykernel}
-BuildRequires: %{python_module ipython}
-BuildRequires: %{python_module pandas}
+BuildRequires: %{python_module Jinja2 >= 3.1}
+BuildRequires: %{python_module Pillow >= 9.1.0}
+BuildRequires: %{python_module PyYAML >= 6}
+BuildRequires: %{python_module bokeh >= 3.4.2}
+BuildRequires: %{python_module ipykernel >= 6.0}
+BuildRequires: %{python_module ipython >= 7.17}
+BuildRequires: %{python_module jupyter-bokeh >= 3.0.7}
+BuildRequires: %{python_module pandas >= 1.2}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module scipy >= 1.0.0}
+BuildRequires: %{python_module scipy >= 1.6.0}
# ignoring https://github.com/SeleniumHQ/selenium/issues/5296
-BuildRequires: %{python_module selenium >= 3.7.0}
+BuildRequires: %{python_module selenium >= 4.0.0}
# /SECTION
%{?python_enable_dependency_generator}
%python_subpackages
@@ -69,10 +68,11 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pytest
+# Broken by new bokeh
+%pytest -k 'not test_hexbin'
%files %{python_files}
-%doc AUTHORS.rst README.rst
+%doc AUTHORS.rst README.md
%license LICENSE
%{python_sitelib}/chartify
%{python_sitelib}/chartify-%{version}.dist-info
++++++ chartify-4.0.5.tar.gz -> chartify-5.0.1.tar.gz ++++++
++++ 2848 lines of diff (skipped)