Hello community,

here is the log from the commit of package python-chart-studio for 
openSUSE:Factory checked in at 2020-07-09 13:20:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-chart-studio (Old)
 and      /work/SRC/openSUSE:Factory/.python-chart-studio.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-chart-studio"

Thu Jul  9 13:20:30 2020 rev:3 rq:819678 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-chart-studio/python-chart-studio.changes  
2019-12-07 15:09:16.067847847 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-chart-studio.new.3060/python-chart-studio.changes
        2020-07-09 13:21:46.113724920 +0200
@@ -1,0 +2,7 @@
+Wed Jul  8 10:49:25 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  chart-studio-1.0.0.tar.gz

New:
----
  chart-studio-1.1.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-chart-studio.spec ++++++
--- /var/tmp/diff_new_pack.EvwVlh/_old  2020-07-09 13:21:47.397728978 +0200
+++ /var/tmp/diff_new_pack.EvwVlh/_new  2020-07-09 13:21:47.401728990 +0200
@@ -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 @@
 %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}/*

++++++ chart-studio-1.0.0.tar.gz -> chart-studio-1.1.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chart-studio-1.0.0/PKG-INFO 
new/chart-studio-1.1.0/PKG-INFO
--- old/chart-studio-1.0.0/PKG-INFO     2019-07-16 18:46:44.000000000 +0200
+++ new/chart-studio-1.1.0/PKG-INFO     2020-04-01 16:39:53.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: chart-studio
-Version: 1.0.0
+Version: 1.1.0
 Summary: Utilities for interfacing with plotly's Chart Studio
 Home-page: https://plot.ly/python/
 Author: Chris P
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chart-studio-1.0.0/chart_studio/exceptions.py 
new/chart-studio-1.1.0/chart_studio/exceptions.py
--- old/chart-studio-1.0.0/chart_studio/exceptions.py   2019-07-16 
18:41:27.000000000 +0200
+++ new/chart-studio-1.1.0/chart_studio/exceptions.py   2020-04-01 
16:29:02.000000000 +0200
@@ -37,7 +37,7 @@
     "column to Plotly before you can assign it to '{reference}'.\n"
     "To upload, try `plotly.plotly.grid_objs.upload` or "
     "`plotly.plotly.grid_objs.append_column`.\n"
-    "Questions? [email protected]"
+    "Questions? [email protected]"
 )
 
 NON_UNIQUE_COLUMN_MESSAGE = (
@@ -65,7 +65,7 @@
             ">>> import plotly.tools as tls\n"
             ">>> tls.set_credentials_file(username='username', "
             "api_key='api-key')\n\n"
-            "For more help, see https://plot.ly/python.\n";
+            "For more help, see https://plotly.com/python.\n";
         )
         super(PlotlyLocalCredentialsError, self).__init__(message)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chart-studio-1.0.0/chart_studio/files.py 
new/chart-studio-1.1.0/chart_studio/files.py
--- old/chart-studio-1.0.0/chart_studio/files.py        2019-07-16 
18:41:27.000000000 +0200
+++ new/chart-studio-1.1.0/chart_studio/files.py        2020-04-01 
16:29:02.000000000 +0200
@@ -18,9 +18,9 @@
         "stream_ids": [],
     },
     CONFIG_FILE: {
-        "plotly_domain": "https://plot.ly";,
-        "plotly_streaming_domain": "stream.plot.ly",
-        "plotly_api_domain": "https://api.plot.ly";,
+        "plotly_domain": "https://plotly.com";,
+        "plotly_streaming_domain": "stream.plotly.com",
+        "plotly_api_domain": "https://api.plotly.com";,
         "plotly_ssl_verification": True,
         "plotly_proxy_authorization": False,
         "world_readable": True,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chart-studio-1.0.0/chart_studio/plotly/plotly.py 
new/chart-studio-1.1.0/chart_studio/plotly/plotly.py
--- old/chart-studio-1.0.0/chart_studio/plotly/plotly.py        2019-07-16 
18:41:27.000000000 +0200
+++ new/chart-studio-1.1.0/chart_studio/plotly/plotly.py        2020-04-01 
16:29:02.000000000 +0200
@@ -448,7 +448,7 @@
     pass a valid plotly url as the first argument.
 
     Examples:
-        fig = get_figure('https://plot.ly/~chris/1638')
+        fig = get_figure('https://plotly.com/~chris/1638')
         fig = get_figure('chris', 1638)
 
     Note, if you're using a file_owner string as the first argument, you MUST
@@ -574,7 +574,7 @@
     Every viewer of the graph sees the same data at the same time.
 
     View examples and tutorials here:
-    https://plot.ly/python/streaming/
+    https://plotly.com/python/streaming/
 
     Stream example:
     # Initialize a streaming graph
@@ -602,7 +602,7 @@
 
         For more help, see: `help(plotly.plotly.Stream)`
         or see examples and tutorials here:
-        https://plot.ly/python/streaming/
+        https://plotly.com/python/streaming/
 
         """
         self.stream_id = stream_id
@@ -664,7 +664,7 @@
 
         For more help, see: `help(plotly.plotly.Stream)`
         or see examples and tutorials here:
-        https://plot.ly/python/streaming/
+        https://plotly.com/python/streaming/
 
         """
         streaming_specs = self.get_streaming_specs()
@@ -746,7 +746,7 @@
 
         For more help, see: `help(plotly.plotly.Stream)`
         or see examples and tutorials here:
-        https://plot.ly/python/streaming/
+        https://plotly.com/python/streaming/
 
         """
         try:
@@ -771,7 +771,7 @@
         - figure_or_data: The figure dict-like or data list-like object that
                           describes a plotly figure.
                           Same argument used in `py.plot`, `py.iplot`,
-                          see https://plot.ly/python for examples
+                          see https://plotly.com/python for examples
         - format: 'png', 'svg', 'jpeg', 'pdf', 'emf'
         - width: output width
         - height: output height
@@ -798,7 +798,7 @@
                 "package currently only supports png, svg, jpeg, and pdf. "
                 "Learn more about image exporting, and the currently "
                 "supported file types here: "
-                "https://plot.ly/python/static-image-export/";
+                "https://plotly.com/python/static-image-export/";
             )
         if scale is not None:
             try:
@@ -839,7 +839,7 @@
         - figure_or_data: The figure dict-like or data list-like object that
                           describes a plotly figure.
                           Same argument used in `py.plot`, `py.iplot`,
-                          see https://plot.ly/python for examples
+                          see https://plotly.com/python for examples
         - format: 'png', 'svg', 'jpeg', 'pdf'
         - width: output width
         - height: output height
@@ -883,7 +883,7 @@
         - figure_or_data: The figure dict-like or data list-like object that
                           describes a plotly figure.
                           Same argument used in `py.plot`, `py.iplot`,
-                          see https://plot.ly/python for examples
+                          see https://plotly.com/python for examples
         - filename: The filepath to save the image to
         - format: 'png', 'svg', 'jpeg', 'pdf', 'emf'
         - width: output width
@@ -1135,7 +1135,7 @@
         from plotly.grid_objs import Grid, Column
         import plotly.plotly as py
 
-        grid_url = 'https://plot.ly/~chris/3143'
+        grid_url = 'https://plotly.com/~chris/3143'
         column_1 = Column([1, 2, 3], 'time')
         py.grid_ops.append_columns([column_1], grid_url=grid_url)
         ```
@@ -1204,7 +1204,7 @@
         from plotly.grid_objs import Grid
         import plotly.plotly as py
 
-        grid_url = 'https://plot.ly/~chris/3143'
+        grid_url = 'https://plotly.com/~chris/3143'
 
         row = [1, 5]
         py.grid_ops.append_rows([row], grid=grid_url)
@@ -1276,7 +1276,7 @@
         ```
         import plotly.plotly as py
 
-        grid_url = 'https://plot.ly/~chris/3'
+        grid_url = 'https://plotly.com/~chris/3'
         py.grid_ops.delete(grid_url=grid_url)
         ```
 
@@ -1334,7 +1334,7 @@
         ```
         import plotly.plotly as py
 
-        grid_url = 'https://plot.ly/~chris/3143'
+        grid_url = 'https://plotly.com/~chris/3143'
 
         meta = {'experment': 'GaAs'}
 
@@ -1371,7 +1371,7 @@
             "grid: a plotly.graph_objs.Grid object that has already\n"
             "    been uploaded to Plotly.\n\n"
             "grid_url: the url where the grid can be accessed on\n"
-            "    Plotly, e.g. 'https://plot.ly/~chris/3043'\n\n"
+            "    Plotly, e.g. 'https://plotly.com/~chris/3043'\n\n"
         )
     elif len(supplied_arg_names) > 1:
         raise exceptions.InputError(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/chart-studio-1.0.0/chart_studio/presentation_objs/presentation_objs.py 
new/chart-studio-1.1.0/chart_studio/presentation_objs/presentation_objs.py
--- old/chart-studio-1.0.0/chart_studio/presentation_objs/presentation_objs.py  
2019-07-16 18:41:27.000000000 +0200
+++ new/chart-studio-1.1.0/chart_studio/presentation_objs/presentation_objs.py  
2020-04-01 16:29:02.000000000 +0200
@@ -939,7 +939,7 @@
         Default = True.
 
     For examples see the documentation:\n
-    https://plot.ly/python/presentations-api/
+    https://plotly.com/python/presentations-api/
     """
 
     def __init__(self, markdown_string=None, style="moods", imgStretch=True):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chart-studio-1.0.0/chart_studio/tools.py 
new/chart-studio-1.1.0/chart_studio/tools.py
--- old/chart-studio-1.0.0/chart_studio/tools.py        2019-07-16 
18:41:27.000000000 +0200
+++ new/chart-studio-1.1.0/chart_studio/tools.py        2020-04-01 
16:29:02.000000000 +0200
@@ -73,7 +73,7 @@
             "local configuration files. No problem though! You'll "
             "just have to sign-in using 'plotly.plotly.sign_in()'. "
             "For help with that: 'help(plotly.plotly.sign_in)'."
-            "\nQuestions? Visit https://support.plot.ly";
+            "\nQuestions? Visit https://support.plotly.com";
         )
 
 
@@ -155,9 +155,9 @@
 ):
     """Set the keyword-value pairs in `~/.plotly/.config`.
 
-    :param (str) plotly_domain: ex - https://plot.ly
-    :param (str) plotly_streaming_domain: ex - stream.plot.ly
-    :param (str) plotly_api_domain: ex - https://api.plot.ly
+    :param (str) plotly_domain: ex - https://plotly.com
+    :param (str) plotly_streaming_domain: ex - stream.plotly.com
+    :param (str) plotly_api_domain: ex - https://api.plotly.com
     :param (bool) plotly_ssl_verification: True = verify, False = don't verify
     :param (bool) plotly_proxy_authorization: True = use plotly proxy auth 
creds
     :param (bool) world_readable: True = public, False = private
@@ -386,7 +386,7 @@
             get_config_defaults()["plotly_domain"]
             != session.get_session_config()["plotly_domain"]
         ):
-            feedback_contact = "Visit support.plot.ly"
+            feedback_contact = "Visit support.plotly.com"
         else:
 
             # different domain likely means enterprise
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chart-studio-1.0.0/chart_studio/utils.py 
new/chart-studio-1.1.0/chart_studio/utils.py
--- old/chart-studio-1.0.0/chart_studio/utils.py        2019-07-16 
18:41:27.000000000 +0200
+++ new/chart-studio-1.1.0/chart_studio/utils.py        2020-04-01 
16:29:02.000000000 +0200
@@ -34,8 +34,8 @@
     "with 'https':\n\n\n"
     "import plotly\n"
     "plotly.tools.set_config_file(\n"
-    "    plotly_domain='https://plot.ly',\n"
-    "    plotly_api_domain='https://api.plot.ly'\n"
+    "    plotly_domain='https://plotly.com',\n"
+    "    plotly_api_domain='https://api.plotly.com'\n"
     ")\n\n\n"
     "If you are using On-Premise then you will need to use your company's "
     "domain and api_domain urls:\n\n\n"
@@ -46,7 +46,7 @@
     ")\n\n\n"
     "Make sure to replace `your-company.com` with the URL of your Plotly "
     "On-Premise server.\nSee "
-    
"https://plot.ly/python/getting-started/#special-instructions-for-plotly-onpremise-users
 "
+    
"https://plotly.com/python/getting-started/#special-instructions-for-plotly-onpremise-users
 "
     "for more help with getting started with On-Premise."
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chart-studio-1.0.0/chart_studio.egg-info/PKG-INFO 
new/chart-studio-1.1.0/chart_studio.egg-info/PKG-INFO
--- old/chart-studio-1.0.0/chart_studio.egg-info/PKG-INFO       2019-07-16 
18:46:43.000000000 +0200
+++ new/chart-studio-1.1.0/chart_studio.egg-info/PKG-INFO       2020-04-01 
16:39:53.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: chart-studio
-Version: 1.0.0
+Version: 1.1.0
 Summary: Utilities for interfacing with plotly's Chart Studio
 Home-page: https://plot.ly/python/
 Author: Chris P
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chart-studio-1.0.0/setup.py 
new/chart-studio-1.1.0/setup.py
--- old/chart-studio-1.0.0/setup.py     2019-07-16 18:41:27.000000000 +0200
+++ new/chart-studio-1.1.0/setup.py     2020-04-01 16:38:20.000000000 +0200
@@ -10,7 +10,7 @@
 
 setup(
     name="chart-studio",
-    version="1.0.0",
+    version="1.1.0",
     author="Chris P",
     author_email="[email protected]",
     maintainer="Jon Mease",


Reply via email to