Hello community,

here is the log from the commit of package python-altair for openSUSE:Factory 
checked in at 2020-01-31 23:57:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-altair (Old)
 and      /work/SRC/openSUSE:Factory/.python-altair.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-altair"

Fri Jan 31 23:57:03 2020 rev:8 rq:768857 version:4.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-altair/python-altair.changes      
2019-12-02 11:38:31.442462988 +0100
+++ /work/SRC/openSUSE:Factory/.python-altair.new.26092/python-altair.changes   
2020-01-31 23:58:15.375681612 +0100
@@ -1,0 +2,24 @@
+Thu Jan 30 17:31:42 UTC 2020 - Todd R <[email protected]>
+
+- Update to 4.0.1
+  * Support for interactive legends
+  * Responsive chart width and height
+  * Bins responsive to selections
+  * New pivot transform
+  * New Regression transform
+  * New LOESS transform
+  * New density transform
+  * Image mark
+  * New default html renderer, directly compatible with Jupyter Notebook and
+    JupyterLab without the need for frontend extensions, as well as tools like
+    nbviewer and nbconvert, and related notebook environments such as Zeppelin,
+    Colab, Kaggle Kernels, and DataBricks.
+  * Support per-corner radius for bar marks
+  * Sort-by-field can now use the encoding name directly
+  * The rangeStep argument to :class:Scale and :meth:Chart.configure_scale is 
deprecated.
+    instead, use chart.properties(width={"step": rangeStep}) or
+    chart.configure_view(step=rangeStep).
+  * align, center, spacing, and columns are no longer valid chart properties, 
but
+    are moved to the encoding classes to which they refer.
+
+-------------------------------------------------------------------

Old:
----
  altair-3.3.0.tar.gz

New:
----
  altair-4.0.1.tar.gz

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

Other differences:
------------------
++++++ python-altair.spec ++++++
--- /var/tmp/diff_new_pack.pJCmUH/_old  2020-01-31 23:58:17.811682875 +0100
+++ /var/tmp/diff_new_pack.pJCmUH/_new  2020-01-31 23:58:17.815682877 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-altair
 #
-# Copyright (c) 2019 SUSE LLC
+# 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
@@ -17,13 +17,14 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define         skip_python2 1
 Name:           python-altair
-Version:        3.3.0
+Version:        4.0.1
 Release:        0
 Summary:        Declarative statistical visualization library for Python
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-URL:            https://altair-viz.github.io
+URL:            https://github.com/altair-viz/altair
 Source:         
https://files.pythonhosted.org/packages/source/a/altair/altair-%{version}.tar.gz
 BuildRequires:  %{python_module Jinja2}
 BuildRequires:  %{python_module entrypoints}
@@ -78,10 +79,11 @@
 }
 
 %check
-%pytest altair
+# disable tests that require network
+%pytest altair -k 'not test_examples'
 
 %files %{python_files}
-%doc CHANGES.md README.md
+%doc README.md
 %license LICENSE
 %{python_sitelib}/altair/
 %{python_sitelib}/altair-%{version}-py*.egg-info/

++++++ altair-3.3.0.tar.gz -> altair-4.0.1.tar.gz ++++++
++++ 89757 lines of diff (skipped)


Reply via email to