- updaet to 4.0.3:
* Require jupyter_bokeh to enable html output * 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 - update to 3.1.0: * Added Boxplot Chart including example in examples notebook OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-chartify?expand=0&rev=22
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f2ea93f3f7ef77fe0e2f8c13f20746f7a87f59f045ba87b7f2f5127641e3fe0
|
||||
size 4784643
|
||||
3
chartify-4.0.3.tar.gz
Normal file
3
chartify-4.0.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7aee50211241eac6fc6708423bb3dd85b28b09c3f2251163a510516436b7bd54
|
||||
size 4149756
|
||||
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 11 19:31:58 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- updaet to 4.0.3:
|
||||
* Require jupyter_bokeh to enable html output
|
||||
* 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 11 19:26:34 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.1.0:
|
||||
* Added Boxplot Chart including example in examples notebook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 4 14:16:25 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-chartify
|
||||
Version: 3.0.5
|
||||
Version: 4.0.3
|
||||
Release: 0
|
||||
Summary: Python library for plotting charts
|
||||
License: Apache-2.0
|
||||
@@ -31,10 +31,10 @@ BuildArch: noarch
|
||||
# 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,11 +49,9 @@ Chartify is a Python library for creating charts.
|
||||
%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 '/Jinja2/ s/<3.1.0/>1/' \
|
||||
requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user