Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-ipywebrtc for
openSUSE:Factory checked in at 2023-06-14 16:29:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipywebrtc (Old)
and /work/SRC/openSUSE:Factory/.python-ipywebrtc.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ipywebrtc"
Wed Jun 14 16:29:36 2023 rev:4 rq:1092959 version:0.6.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipywebrtc/python-ipywebrtc.changes
2021-04-22 18:04:52.618590328 +0200
+++
/work/SRC/openSUSE:Factory/.python-ipywebrtc.new.15902/python-ipywebrtc.changes
2023-06-14 16:31:04.259106835 +0200
@@ -1,0 +2,6 @@
+Tue Jun 13 17:19:49 UTC 2023 - Ben Greiner <[email protected]>
+
+- BuildRequire notebook: no longer transitive, but we need it
+ for checking the extension
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ipywebrtc.spec ++++++
--- /var/tmp/diff_new_pack.kRvpgV/_old 2023-06-14 16:31:04.875110622 +0200
+++ /var/tmp/diff_new_pack.kRvpgV/_new 2023-06-14 16:31:04.879110646 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-ipywebrtc
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,7 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
+%define distversion 0.6
Name: python-ipywebrtc
Version: 0.6.0
Release: 0
@@ -29,6 +28,7 @@
BuildRequires: %{python_module ipywidgets >= 7.4.0}
BuildRequires: %{python_module jupyter-packaging >= 0.7.9}
BuildRequires: %{python_module jupyterlab >= 3.0}
+BuildRequires: %{python_module notebook}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 40.8}
BuildRequires: %{python_module wheel}
@@ -51,7 +51,7 @@
Requires: jupyter-ipywidgets >= 7.4.0
Requires: jupyter-jupyterlab
Requires: jupyter-notebook
-Requires: python3-ipywebrtc = %{version}
+Requires: python3dist(ipywebrtc) = %{distversion}
%description -n jupyter-ipywebrtc
WebRTC and MediaStream API exposed in the Jupyter notebook.