Hello community,
here is the log from the commit of package python-pythreejs for
openSUSE:Factory checked in at 2019-08-16 15:50:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pythreejs (Old)
and /work/SRC/openSUSE:Factory/.python-pythreejs.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pythreejs"
Fri Aug 16 15:50:28 2019 rev:2 rq:723834 version:2.1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pythreejs/python-pythreejs.changes
2019-05-22 11:09:17.086597225 +0200
+++
/work/SRC/openSUSE:Factory/.python-pythreejs.new.22127/python-pythreejs.changes
2019-08-16 15:51:09.637580958 +0200
@@ -1,0 +2,24 @@
+Thu Aug 15 20:47:02 UTC 2019 - Todd R <[email protected]>
+
+- Update to 2.1.1
+ * Improved extension install instructions for lab vs. notebook
+- Update to 2.1.0
+ * Update deps within semver range
+ * Fix computeBoundingSphere
+ * Update traits.py for collections deprecation warning
+ * Update pythreejs.py to silence traitlets warning
+ * Fix faceVertexArray
+ * Use async in scripts
+ * Fix ArrowHelper
+ * radiusSegments -> radialSegments
+ * Update package-lock.json
+ * Add EdgesGeometry definition
+ * Avoid importing twice in autogen
+ * Ensure ImageTexture error is Error
+ * use Undefined pattern instead of global
+ * Replaces CFloat class by CFloat() instances in __init__ methods
+ * Add support for ipywebrtc
+ * Add a watch script
+ * tweak manifix setting
+
+-------------------------------------------------------------------
Old:
----
pythreejs-2.0.2-py2.py3-none-any.whl
New:
----
pythreejs-2.1.1-py2.py3-none-any.whl
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pythreejs.spec ++++++
--- /var/tmp/diff_new_pack.MCnTcJ/_old 2019-08-16 15:51:10.413580674 +0200
+++ /var/tmp/diff_new_pack.MCnTcJ/_new 2019-08-16 15:51:10.417580672 +0200
@@ -18,8 +18,8 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pythreejs
-%define mainver 2.0.2
-%define labver 2.0.3
+%define mainver 2.1.1
+%define labver 2.1.1
Version: %{mainver}
Release: 0
Summary: A Python/ThreeJS bridge utilizing the Jupyter widget
infrastructure
@@ -29,7 +29,7 @@
Source:
https://files.pythonhosted.org/packages/py2.py3/p/pythreejs/pythreejs-%{mainver}-py2.py3-none-any.whl
BuildRequires: %{python_module notebook}
BuildRequires: %{python_module pip}
-BuildRequires: jupyter-jupyterlab
+BuildRequires: jupyter-jupyterlab-filesystem
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: jupyter-pythreejs = %{mainver}
@@ -91,21 +91,21 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%{jupyter_move_config}
-cp %{buildroot}%{python3_sitelib}/pythreejs-%{mainver}.dist-info/LICENSE.txt .
+cp %{buildroot}%{python3_sitelib}/pythreejs-%{mainver}.dist-info/LICENSE .
%{fdupes %{buildroot}%{_jupyter_prefix} %{buildroot}%{python3_sitelib}}
%files %{python_files}
%{python_sitelib}/pythreejs/
%{python_sitelib}/pythreejs-%{mainver}.dist-info/
-%license %{python_sitelib}/pythreejs-%{mainver}.dist-info/LICENSE.txt
+%license %{python_sitelib}/pythreejs-%{mainver}.dist-info/LICENSE
%files -n jupyter-pythreejs
-%license LICENSE.txt
+%license LICENSE
%config %{_jupyter_nb_notebook_confdir}/jupyter-threejs.json
%{_jupyter_nbextension_dir}/jupyter-threejs/
%files -n jupyter-pythreejs-jupyterlab
-%license LICENSE.txt
+%license LICENSE
%{_jupyter_labextensions_dir}/jupyter-threejs-%{labver}.tgz
%changelog