17
0

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
This commit is contained in:
Tomáš Chvátal
2020-07-08 11:48:03 +00:00
committed by Git OBS Bridge
parent f61bf33216
commit 2db5ed9c74
4 changed files with 25 additions and 20 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:60b4fe236be921d463abf933ed1ab1fa092bec6105fde52eca1f3b2372762aa6
size 4617622

3
chartify-3.0.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a61edad52cca09d9ffd1076a645d102f6dade38771d381cfb1cf9acda23395f8
size 4019238

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jul 8 11:01:06 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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 <tchvatal@suse.com>

View File

@@ -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