Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jupyterlab for
openSUSE:Factory checked in at 2021-09-23 23:03:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyterlab (Old)
and /work/SRC/openSUSE:Factory/.python-jupyterlab.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyterlab"
Thu Sep 23 23:03:52 2021 rev:13 rq:920901 version:3.1.12
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jupyterlab/python-jupyterlab.changes
2021-08-23 10:08:35.492216894 +0200
+++
/work/SRC/openSUSE:Factory/.python-jupyterlab.new.1899/python-jupyterlab.changes
2021-09-23 23:03:57.328318633 +0200
@@ -1,0 +2,23 @@
+Sun Sep 19 10:50:17 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to 3.1.12
+ * Retain the rtc lock until the user releases it #11026
+ (@hbcarlos)
+ * Backport PR #11031 on branch 3.1.x (Use posix paths explicitly)
+ #11045 (@Mithil467)
+ * Adds the variable reference to the key of the component #11029
+ (@hbcarlos)
+ * Clean up bumpversion #11056 (@blink1073)
+ * Make debugger jest test more robust #11032 (@fcollonval)
+ * Remove status bar item flickering #11065 (@fcollonval)
+ * use path.posix explicitly for URLs #11048 (@mbektas)
+
+-------------------------------------------------------------------
+Tue Sep 14 11:22:23 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to 3.1.11
+ * Full Changelog at
+ https://jupyterlab.readthedocs.io/en/stable/getting_started/changelog.html
+- Fix rpmlint 2 filter for required .orig files
+
+-------------------------------------------------------------------
Old:
----
jupyterlab-3.1.7-py3-none-any.whl
New:
----
jupyterlab-3.1.12-py3-none-any.whl
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyterlab.spec ++++++
--- /var/tmp/diff_new_pack.Nr5TZ9/_old 2021-09-23 23:03:57.972319112 +0200
+++ /var/tmp/diff_new_pack.Nr5TZ9/_new 2021-09-23 23:03:57.976319116 +0200
@@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-jupyterlab
-Version: 3.1.7
+Version: 3.1.12
Release: 0
Summary: Environment for interactive and reproducible computing
License: BSD-3-Clause
++++++ python-jupyterlab-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.Nr5TZ9/_old 2021-09-23 23:03:58.028319154 +0200
+++ /var/tmp/diff_new_pack.Nr5TZ9/_new 2021-09-23 23:03:58.032319157 +0200
@@ -2,4 +2,6 @@
# Note: These are not really backup files, they are needed
addFilter("backup-file-in-package .*/package.json.orig")
-addFilter("suse-filelist-forbidden .*/package.json.orig")
+addFilter("filelist-forbidden .*/package.json.orig")
+# required zero length js files
+addFilter("zero-length .*/jupyter.*index.js")