From 2db5ed9c74bbdd7e13467de53e790ef220ac96da41af601c798d7953aa5d685f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 8 Jul 2020 11:48:03 +0000 Subject: [PATCH] Accepting request 819462 from home:mcalabkova:branches:devel:languages:python:numeric - Update to 3.0.1 * Reduce dependencies by switching from Jupyter to IPython. * Updated Python to 3.6+ and Pandas to 1.0+ (Thanks @tomasaschan!) * Updated Bokeh to 2.0+ * Removed colour dependency to fix setup errors. OBS-URL: https://build.opensuse.org/request/show/819462 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-chartify?expand=0&rev=14 --- chartify-2.7.0.tar.gz | 3 --- chartify-3.0.1.tar.gz | 3 +++ python-chartify.changes | 9 +++++++++ python-chartify.spec | 30 +++++++++++++----------------- 4 files changed, 25 insertions(+), 20 deletions(-) delete mode 100644 chartify-2.7.0.tar.gz create mode 100644 chartify-3.0.1.tar.gz diff --git a/chartify-2.7.0.tar.gz b/chartify-2.7.0.tar.gz deleted file mode 100644 index 3dc730f..0000000 --- a/chartify-2.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60b4fe236be921d463abf933ed1ab1fa092bec6105fde52eca1f3b2372762aa6 -size 4617622 diff --git a/chartify-3.0.1.tar.gz b/chartify-3.0.1.tar.gz new file mode 100644 index 0000000..fbd22f7 --- /dev/null +++ b/chartify-3.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61edad52cca09d9ffd1076a645d102f6dade38771d381cfb1cf9acda23395f8 +size 4019238 diff --git a/python-chartify.changes b/python-chartify.changes index a933541..b4ed0a8 100644 --- a/python-chartify.changes +++ b/python-chartify.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jul 8 11:01:06 UTC 2020 - Marketa Calabkova + +- Update to 3.0.1 + * Reduce dependencies by switching from Jupyter to IPython. + * Updated Python to 3.6+ and Pandas to 1.0+ (Thanks @tomasaschan!) + * Updated Bokeh to 2.0+ + * Removed colour dependency to fix setup errors. + ------------------------------------------------------------------- Mon Apr 6 06:35:16 UTC 2020 - Tomáš Chvátal diff --git a/python-chartify.spec b/python-chartify.spec index 2c47d3c..94428f0 100644 --- a/python-chartify.spec +++ b/python-chartify.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-chartify -Version: 2.7.0 +Version: 3.0.1 Release: 0 Summary: Python library for plotting charts License: Apache-2.0 @@ -28,27 +28,24 @@ Source: https://github.com/spotify/chartify/archive/%{version}.tar.gz#/c BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: jupyter >= 1.0.0 -Requires: python-Pillow >= 4.3.0 -Requires: python-bokeh >= 0.12.16 -Requires: python-colour >= 0.1.5 -Requires: python-pandas >= 0.21.0 +Requires: python-Pillow >= 6.2.0 +Requires: python-bokeh >= 2.0.0 +Requires: python-ipykernel >= 5.0 +Requires: python-ipython >= 7.0 +Requires: python-pandas >= 1.0.0 Requires: python-scipy >= 1.0.0 +# ignoring https://github.com/SeleniumHQ/selenium/issues/5296 Requires: python-selenium >= 3.7.0 -Recommends: python-ipykernel -Recommends: python-ipython BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module Pillow >= 4.3.0} -BuildRequires: %{python_module bokeh >= 0.12.16} -BuildRequires: %{python_module colour >= 0.1.5} -BuildRequires: %{python_module ipykernel} -BuildRequires: %{python_module ipython} -BuildRequires: %{python_module pandas >= 0.21.0} +BuildRequires: %{python_module Pillow >= 6.2.0} +BuildRequires: %{python_module bokeh >= 2.0.0} +BuildRequires: %{python_module ipykernel >= 5.0} +BuildRequires: %{python_module ipython >= 7.0} +BuildRequires: %{python_module pandas >= 1.0.0} BuildRequires: %{python_module pytest} BuildRequires: %{python_module scipy >= 1.0.0} BuildRequires: %{python_module selenium >= 3.7.0} -BuildRequires: jupyter >= 1.0.0 # /SECTION %python_subpackages @@ -67,8 +64,7 @@ rm tox.ini %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -# test_grouped_categorical fails with new Nupy -%pytest -k 'not test_grouped_categorical' +%pytest %files %{python_files} %doc AUTHORS.rst README.rst