17
0

Accepting request 819498 from home:mcalabkova:branches:devel:languages:python:numeric

- Update to 1.1.0
  * The default URLs have been changed from plot.ly to plotly.com 
    to match the changes to Chart Studio Cloud.

OBS-URL: https://build.opensuse.org/request/show/819498
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-chart-studio?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2020-07-09 06:48:18 +00:00
committed by Git OBS Bridge
parent a3a9fc5053
commit be2a850ef4
4 changed files with 20 additions and 9 deletions

View File

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

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jul 8 10:49:25 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 1.1.0
* The default URLs have been changed from plot.ly to plotly.com
to match the changes to Chart Studio Cloud.
-------------------------------------------------------------------
Fri Dec 6 18:44:56 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-chart-studio
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,23 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-chart-studio
Version: 1.0.0
Version: 1.1.0
Release: 0
License: MIT
Summary: Utilities for Chart Studio
Url: https://plot.ly/python/
License: MIT
Group: Development/Languages/Python
URL: https://plot.ly/python/
Source: https://files.pythonhosted.org/packages/source/c/chart-studio/chart-studio-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module plotly}
BuildRequires: %{python_module requests}
@@ -56,6 +57,9 @@ Utilities for interfacing with plotly's Chart Studio
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# no tests in PyPI tarball, github "release tarball" is not suitable for build
%files %{python_files}
%doc README.md
%{python_sitelib}/*