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 2024-03-07 18:30:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipywebrtc (Old)
and /work/SRC/openSUSE:Factory/.python-ipywebrtc.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ipywebrtc"
Thu Mar 7 18:30:46 2024 rev:7 rq:1155892 version:0.6.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipywebrtc/python-ipywebrtc.changes
2023-08-28 17:14:53.935969308 +0200
+++
/work/SRC/openSUSE:Factory/.python-ipywebrtc.new.1770/python-ipywebrtc.changes
2024-03-07 18:32:18.575419406 +0100
@@ -1,0 +2,6 @@
+Thu Mar 7 11:03:12 UTC 2024 - Ben Greiner <[email protected]>
+
+- Skip python39: no longer supported since ipython 8.19 (through
+ ipywidgets)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ipywebrtc.spec ++++++
--- /var/tmp/diff_new_pack.ERLHKl/_old 2024-03-07 18:32:19.135440070 +0100
+++ /var/tmp/diff_new_pack.ERLHKl/_new 2024-03-07 18:32:19.139440218 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-ipywebrtc
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,7 @@
#
+%define skip_python39 1
%define distversion 0.6
Name: python-ipywebrtc
Version: 0.6.0
@@ -76,13 +77,13 @@
# there are no python tests, only js in the github repo,
# which we cannot test offline with npm.
export JUPYTER_PATH=%{buildroot}%{_jupyter_prefix}
-export JUPYTER_CONFIG_DIR=%{buildroot}%{_jupyter_confdir}
+cp -r %{buildroot}%{_jupyter_confdir} myconfig
+export JUPYTER_CONFIG_DIR=$PWD/myconfig
%{python_expand # Just check that we installed the extensions
export PYTHONPATH=%{buildroot}%{$python_sitelib}
jupyter-%{$python_bin_suffix} nbclassic-extension list 2>&1 | grep -ie
"jupyter-webrtc/extension.*enabled"
jupyter-%{$python_bin_suffix} labextension list 2>&1 | grep -ie
"jupyter-webrtc.*enabled.*ok"
}
-rm -f %{buildroot}%{_jupyter_confdir}migrated
%files %{python_files}
%doc README.md