Hello community,
here is the log from the commit of package python-ipywebrtc for
openSUSE:Factory checked in at 2019-07-30 12:38:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipywebrtc (Old)
and /work/SRC/openSUSE:Factory/.python-ipywebrtc.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ipywebrtc"
Tue Jul 30 12:38:22 2019 rev:2 rq:719660 version:0.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipywebrtc/python-ipywebrtc.changes
2019-05-22 11:09:54.334593816 +0200
+++
/work/SRC/openSUSE:Factory/.python-ipywebrtc.new.4126/python-ipywebrtc.changes
2019-07-30 12:38:27.426941594 +0200
@@ -1,0 +2,6 @@
+Sun Jul 28 20:24:44 UTC 2019 - Todd R <[email protected]>
+
+- Update to 0.5.0
+ * Update for JupyterLab 1.0
+
+-------------------------------------------------------------------
Old:
----
ipywebrtc-0.4.3.tar.gz
New:
----
ipywebrtc-0.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ipywebrtc.spec ++++++
--- /var/tmp/diff_new_pack.yCndiS/_old 2019-07-30 12:38:28.054941514 +0200
+++ /var/tmp/diff_new_pack.yCndiS/_new 2019-07-30 12:38:28.062941513 +0200
@@ -16,23 +16,24 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-ipywebrtc
-Version: 0.4.3
+Version: 0.5.0
Release: 0
License: MIT
Summary: WebRTC extension for the Jupyter notebook/lab
Url: https://github.com/maartenbreddels/ipywebrtc
Group: Development/Languages/Python
Source:
https://files.pythonhosted.org/packages/source/i/ipywebrtc/ipywebrtc-%{version}.tar.gz
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module notebook}
BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
+BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module bqplot}
BuildRequires: %{python_module ipywidgets >= 7.4.0}
BuildRequires: %{python_module pytest}
# /SECTION
-BuildRequires: fdupes
Requires: python-ipywidgets >= 7.4.0
Requires: python-notebook
Requires: jupyter-ipywebrtc = %{version}
@@ -64,16 +65,14 @@
%install
%python_install
-%jupyter_move_config
-%python_expand rm -rf %{buildroot}%{$python_sitelib}/tests
-%python_expand chmod a-x
%{buildroot}%{$python_sitelib}/ipywebrtc-%{version}-py*.egg-info/*
+%{jupyter_move_config}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test
%files %{python_files}
-%doc README.md README.rst
+%doc README.md
%license LICENSE
%{python_sitelib}/ipywebrtc-%{version}-py*.egg-info
%{python_sitelib}/ipywebrtc/
++++++ ipywebrtc-0.4.3.tar.gz -> ipywebrtc-0.5.0.tar.gz ++++++
++++ 2569 lines of diff (skipped)