diff --git a/chart-studio-1.0.0.tar.gz b/chart-studio-1.0.0.tar.gz deleted file mode 100644 index 0755f09..0000000 --- a/chart-studio-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1293776553a552bb3ff918c33d70f3b0794103b8cb0ac08aad8bde1c94ee65e3 -size 51531 diff --git a/chart-studio-1.1.0.tar.gz b/chart-studio-1.1.0.tar.gz new file mode 100644 index 0000000..95c1cf7 --- /dev/null +++ b/chart-studio-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a17283b62470306d77060b200f13f9749c807dd15613c113d36f8d057f5c7019 +size 51680 diff --git a/python-chart-studio.changes b/python-chart-studio.changes index f023e99..403993a 100644 --- a/python-chart-studio.changes +++ b/python-chart-studio.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jul 8 10:49:25 UTC 2020 - Marketa Calabkova + +- 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 diff --git a/python-chart-studio.spec b/python-chart-studio.spec index a737147..13038db 100644 --- a/python-chart-studio.spec +++ b/python-chart-studio.spec @@ -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}/*