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 2023-06-13 16:08:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-chartify (Old)
and /work/SRC/openSUSE:Factory/.python-chartify.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-chartify"
Tue Jun 13 16:08:54 2023 rev:7 rq:1092608 version:4.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-chartify/python-chartify.changes
2023-01-04 17:54:15.286765853 +0100
+++
/work/SRC/openSUSE:Factory/.python-chartify.new.15902/python-chartify.changes
2023-06-13 16:09:08.286753766 +0200
@@ -1,0 +2,19 @@
+Sun Jun 11 19:31:58 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 4.0.2:
+ * Fix categorical_order_by check for scatter plot
+ * Fix categorical_order_by check for _construct_source
+ * Refactor category sorting in _construct_source
+ * Add tests for categorical_order_by
+ * Fix scatter plot tests that used line plots
+ * Updated version requirement of pillow to avoid bug
+ * Dropped support for python 3.6 and 3.7
+- unpin pandas to allow 2.x
+
+-------------------------------------------------------------------
+Sun Jun 11 19:26:34 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 3.1.0:
+ * Added Boxplot Chart including example in examples notebook
+
+-------------------------------------------------------------------
Old:
----
chartify-3.0.5.tar.gz
New:
----
chartify-4.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-chartify.spec ++++++
--- /var/tmp/diff_new_pack.hGxNjg/_old 2023-06-13 16:09:09.006758014 +0200
+++ /var/tmp/diff_new_pack.hGxNjg/_new 2023-06-13 16:09:09.014758061 +0200
@@ -16,9 +16,9 @@
#
-%define skip_python2 1
+%{?sle15_python_module_pythons}
Name: python-chartify
-Version: 3.0.5
+Version: 4.0.2
Release: 0
Summary: Python library for plotting charts
License: Apache-2.0
@@ -31,10 +31,10 @@
# SECTION test requirements
BuildRequires: %{python_module Jinja2}
BuildRequires: %{python_module Pillow >= 8.4.0}
-BuildRequires: %{python_module bokeh >= 2.0.0 with %python-bokeh < 2.5}
+BuildRequires: %{python_module bokeh >= 3.0.0}
BuildRequires: %{python_module ipykernel >= 5.0}
BuildRequires: %{python_module ipython >= 7.0}
-BuildRequires: %{python_module pandas >= 1.0.0 with %python-pandas < 2}
+BuildRequires: %{python_module pandas}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module scipy >= 1.0.0 with %python-scipy < 2}
# ignoring https://github.com/SeleniumHQ/selenium/issues/5296
@@ -49,12 +49,11 @@
%prep
%setup -q -n chartify-%{version}
rm tox.ini
-# raise bokeh upper limit,
# unpin selenium (see comment above)
# unpin Jinja2 (see release notes), but keep a pinning char for the check in
setup.py
sed -i \
- -e '/bokeh/ s/,<2.3.0/,<2.5/' \
-e '/selenium/ s/,<=3.8.0//' \
+ -e '/pandas/ s/,<2.0.0//' \
-e '/Jinja2/ s/<3.1.0/>1/' \
requirements.txt
++++++ chartify-3.0.5.tar.gz -> chartify-4.0.2.tar.gz ++++++
++++ 12166 lines of diff (skipped)