Skip to content

Commit 9268f91

Browse files
bnavigatorbmwiedemann
bnavigator
authored andcommitted
Update python-jupyterlab-server to version 2.23.0 / rev 5 via SR 1092975
https://build.opensuse.org/request/show/1092975 by user bnavigator + dimstar_suse - Update to 2.23.0 * Set Cache-control immutable for static files #394 (@brichet) - Make sure to supply the language test packages for tests
1 parent 64146a2 commit 9268f91

6 files changed

+32
-3
lines changed
0 Bytes
Binary file not shown.

packages/p/python-jupyterlab-server/.rev

+10
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,14 @@
4444
* Ignore warning from bind_sockets #383 (@blink1073) (forwarded request 1082329 from bnavigator)</comment>
4545
<requestid>1082331</requestid>
4646
</revision>
47+
<revision rev="5" vrev="1">
48+
<srcmd5>4bc22062511b2091c21069c1c3c21a56</srcmd5>
49+
<version>2.23.0</version>
50+
<time>1686752988</time>
51+
<user>dimstar_suse</user>
52+
<comment>- Update to 2.23.0
53+
* Set Cache-control immutable for static files #394 (@brichet)
54+
- Make sure to supply the language test packages for tests</comment>
55+
<requestid>1092975</requestid>
56+
</revision>
4757
</revisionlist>

packages/p/python-jupyterlab-server/jupyterlab_server-2.22.1.tar.gz

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/ipfs/bafkreiedyankjlmukhgwdm4d4y2nsop7oe4fb5debqafnmwnwk3ccgtuy4

packages/p/python-jupyterlab-server/python-jupyterlab-server.changes

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
-------------------------------------------------------------------
2+
Tue Jun 13 17:56:08 UTC 2023 - Ben Greiner <[email protected]>
3+
4+
- Update to 2.23.0
5+
* Set Cache-control immutable for static files #394 (@brichet)
6+
- Make sure to supply the language test packages for tests
7+
18
-------------------------------------------------------------------
29
Sun Apr 23 20:59:17 UTC 2023 - Ben Greiner <[email protected]>
310

packages/p/python-jupyterlab-server/python-jupyterlab-server.spec

+14-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
%endif
2727

2828
Name: python-jupyterlab-server%{psuffix}
29-
Version: 2.22.1
29+
Version: 2.23.0
3030
Release: 0
3131
Summary: Server components for JupyterLab and JupyterLab-like applications
3232
License: BSD-3-Clause
@@ -69,6 +69,8 @@ Obsoletes: jupyter-jupyterlab_server < %{version}-%{release}
6969
%endif
7070
%if %{with test}
7171
BuildRequires: %{python_module jupyterlab-server-test = %{version}}
72+
BuildRequires: %{python_module setuptools}
73+
BuildRequires: %{python_module wheel}
7274
%endif
7375
%python_subpackages
7476

@@ -121,7 +123,17 @@ sed -i 's/--color=yes//' pyproject.toml
121123

122124
%if %{with test}
123125
%check
124-
%pytest
126+
export PYTHONDONTWRITEBYTECODE=1
127+
%{python_expand # https://github.com/jupyterlab/jupyterlab_server/issues/390
128+
$python -m venv build/testenv --system-site-packages
129+
for p in \
130+
tests/translations/jupyterlab-some-package \
131+
tests/translations/jupyterlab-language-pack-es_CO
132+
do
133+
build/testenv/bin/pip install --use-pep517 --no-build-isolation --disable-pip-version-check $p
134+
done
135+
build/testenv/bin/python -m pytest -v
136+
}
125137
%endif
126138

127139
%if !%{with test}

0 commit comments

Comments
 (0)