Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jupyterlab-server for
openSUSE:Factory checked in at 2026-03-23 17:12:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyterlab-server (Old)
and /work/SRC/openSUSE:Factory/.python-jupyterlab-server.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jupyterlab-server"
Mon Mar 23 17:12:37 2026 rev:17 rq:1341879 version:2.28.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jupyterlab-server/python-jupyterlab-server.changes
2025-12-18 18:31:16.109151014 +0100
+++
/work/SRC/openSUSE:Factory/.python-jupyterlab-server.new.8177/python-jupyterlab-server.changes
2026-03-23 17:13:22.601695681 +0100
@@ -1,0 +2,5 @@
+Thu Mar 19 08:45:50 UTC 2026 - Dirk Müller <[email protected]>
+
+- add openapi-remove-cap.patch
+
+-------------------------------------------------------------------
New:
----
openapi-remove-cap.patch
----------(New B)----------
New:
- add openapi-remove-cap.patch
----------(New E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jupyterlab-server.spec ++++++
--- /var/tmp/diff_new_pack.nqyjO4/_old 2026-03-23 17:13:23.853747753 +0100
+++ /var/tmp/diff_new_pack.nqyjO4/_new 2026-03-23 17:13:23.857747919 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-jupyterlab-server
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -36,6 +36,7 @@
URL: https://github.com/jupyterlab/jupyterlab_server
Source:
https://files.pythonhosted.org/packages/source/j/jupyterlab_server/jupyterlab_server-%{version}.tar.gz
Source100: python-jupyterlab-server-rpmlintrc
+Patch1: openapi-remove-cap.patch
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module hatchling >= 1.7}
BuildRequires: %{python_module pip}
@@ -93,7 +94,8 @@
Requires: python-pytest-jupyter-server >= 0.6.2
Requires: python-pytest-timeout
Requires: python-requests-mock
-Requires: (python-openapi-spec-validator >= 0.6 with
python-openapi-spec-validator < 0.8)
+# upper limit removed to allow newer versions than what upstream permits
+Requires: python-openapi-spec-validator >= 0.6
#Requires: python-sphinxcontrib-spelling
Requires: python-strict-rfc3339
Requires: python-jupyterlab-server = %{version}
++++++ openapi-remove-cap.patch ++++++
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -72,8 +72,8 @@
"hatch",
"ipykernel",
"pytest-jupyter[server]>=0.6.2",
- "openapi_core~=0.18.0",
- "openapi-spec-validator>=0.6.0,<0.8.0",
+ "openapi_core>=0.18.0",
+ "openapi-spec-validator>=0.6.0",
"sphinxcontrib_spelling",
"requests_mock",
"ruamel.yaml",