Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Commit 6186970

Browse files
committed
jupyterlab_server: Autospec creation for update from version 1.2.0 to version 2.0.0
Afshin T. Darian (7): Add schema to settings list Update tests. Release 2.0.0b9 Bump jupyter_server dependency Release 2.0.0rc0 dynamic => federated Release 2.0.0rc1 Afshin Taylor Darian (7): Remove out of date LICENSE reference to json_minify (#135) Respect environment for page_config.json (#133) Update page_config handling (#137) Ensure there is a disabled_key (#138) Handle source extensions that are disabled (#140) Update for new jupyter_server pytest plugin interface (#141) Unpin pytest version (#143) Alex Bozarth (2): Fixed bug where disabled extensions still ran Fix var name typo from prev commit (#139) Brian E. Granger (1): Changes needed for improved single document mode (#101) Eric Charles (72): initial working version for jupyterlab as sever extension - See also TODO ECH user jupyter_server - tests need to be updated revert the .jp-Notebook in the shortcut extension definition add jupyter_server as deps - will need to pin the version once jupyter_server released install jupyter_server from @Zsailer branch use jupyter_server master user master jupyter server revert the py deps depends on jupyter server master dependency links deps from git more iteration to use the jupyter_server pytest plugin more iteration to use the jupyter_server pytest plugin handlers are now working fine extensionhandler is a mixin more tests for the settingshandler settings api test ok test workspaces are ok add github actions and exra_requires for test convert posixpath to str for py3.5 add py3.7 and 3.8 to travis handler loading jupyterlab_server pytest plugin rename make_lab_extension_app add a TODO to pin to a released jupyter_server once available add missing import ensure default mathlab_url add todo to remove cdn usage update to take jupyter-server/jupyter_server#180 use zach repo use zach repo Update to the latest jupyter_server.git@discover-extensionapp-config Make examples test green ProcessApp is a server extension ProcessApp comment Order methods Use extension_url to align to latest jupyter server branch Fix listings app fixture link to server use jupyter_server master user jupyter server py35 branch Remove duplicated extension_url property Use name instead of extension_name listings url Use jserver extension-loadin branch Use ZSailer repo Fix more tests Better handlers Add back tree_url Remove space Migrate transation test Remove notebook deps from translation handler Manually install branches for GitHub Actions Fix deps for tests Try uninstall and install jupyter_server Try again jupyter_server deps Try to clone jupyter_server Try to clone jupyter_server Remove github actions main.yml relax pytest coverage Use MASTER_URL_PATTERN Remove travis.yml Try with pip cache disablee on Github Actions Enable temporary git clone to install jupyter_server Use _jupyter_server_extension_points Correct url pattern Depend on released jupyter_server Depend on jupyter_server 1.0.0rc2 Depend on jupyter_server 1.0.0rc3 Enable back the pip cache on github actions Use blocked/allowed extensions naming in JupyterLab Server (#111) app_version should be a trait (#117) Gonzalo Peña-Castellanos (3): Add translations handler (#96) Add CI with github (#100) PR: Add other OS and update py versions (#102) Jason Grout (4): Update minimum python version to 3.6 (#119) Cache lab extension assets by default (#121) Support a metadata file in the lab extension directory (#132) Update jupyter_server requirement to 1.* instead of 1.1.* (#144) Nicholas Bollweg (4): Add last_modified and created to settings and workspace API items (#99) fix file mtime/ctime confusion, restore win3.8, patch event loop (#107) UTF-8 all over, test with big unicode string (#108) don't patch event loop for tornado 6.1+ (#142) Steven Silvester (31): Release 1.3.0rc0 Release 2.0.0a0 Release 2.0.0a1 Add handling of dynamic labextensions (#109) Release 2.0.0a2 Fix open_browser for process apps (#110) Release 2.0.0a3 Release 2.0.0a4 Change payload parsing to accept JSON5 as raw string in JSON payload (#114) Release 2.0.0b0 Use tilde for server requirement (#116) Release 2.0.0b1 Release 2.0.0b2 Release 2.0.0b3 Release 2.0.0b4 Release 2.0.0b5 Allow default setting overrides to be configurable in jupyter config (#122) Release 2.0.0b6 Clean up handling of config (#123) Release 2.0.0b7 Add handling of incomplete dynamic extension data (#124) Release 2.0.0b8 Release 2.0.0rc2 Release 2.0.0rc3 Release 2.0.0rc4 Release 2.0.0rc5 Release 2.0.0rc6 Release 2.0.0rc7 Release 2.0.0rc8 Release 2.0.0rc9 Release 2.0.0 Zachary Sailer (2): fix spurious logging issue (#115) Added support for fullStaticUrl and fix handling of base_url (#120) Zsailer (5): patches to support new extension loading module in jupyterlab working tests remove commented lines and fix minor bug in handlers renamed linking method in pytest plugin upgrade pip user
1 parent 7bbbd90 commit 6186970

File tree

9 files changed

+27
-20
lines changed

9 files changed

+27
-20
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := jupyterlab_server
2-
URL = https://files.pythonhosted.org/packages/92/54/5f321ca4cebfb644ac59eb21601b46a2ff9831ffe1b4e5a588f2a7e98d48/jupyterlab_server-1.2.0.tar.gz
2+
URL = https://files.pythonhosted.org/packages/30/ae/414e265f15b8cbc199255b13c93becf39e5509ff0bb3cee024526c2cf69d/jupyterlab_server-2.0.0.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

buildreq_add

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# This file contains additional build requirements that did not get
22
# picked up automatically. One name per line, no whitespace.
3+
jupyter_server

buildreq_ban

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# This file contains build requirements that get picked up but are
22
# undesirable. One entry per line, no whitespace.
3+
jupyter_server~

jupyterlab_server.spec

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,35 @@
33
# Generated by: autospec.py
44
#
55
Name : jupyterlab_server
6-
Version : 1.2.0
7-
Release : 29
8-
URL : https://files.pythonhosted.org/packages/92/54/5f321ca4cebfb644ac59eb21601b46a2ff9831ffe1b4e5a588f2a7e98d48/jupyterlab_server-1.2.0.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/92/54/5f321ca4cebfb644ac59eb21601b46a2ff9831ffe1b4e5a588f2a7e98d48/jupyterlab_server-1.2.0.tar.gz
6+
Version : 2.0.0
7+
Release : 30
8+
URL : https://files.pythonhosted.org/packages/30/ae/414e265f15b8cbc199255b13c93becf39e5509ff0bb3cee024526c2cf69d/jupyterlab_server-2.0.0.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/30/ae/414e265f15b8cbc199255b13c93becf39e5509ff0bb3cee024526c2cf69d/jupyterlab_server-2.0.0.tar.gz
1010
Summary : JupyterLab Server
1111
Group : Development/Tools
1212
License : BSD-3-Clause
1313
Requires: jupyterlab_server-license = %{version}-%{release}
1414
Requires: jupyterlab_server-python = %{version}-%{release}
1515
Requires: jupyterlab_server-python3 = %{version}-%{release}
16+
Requires: Babel
1617
Requires: Jinja2
1718
Requires: json5
1819
Requires: jsonschema
19-
Requires: notebook
20+
Requires: packaging
2021
Requires: requests
22+
BuildRequires : Babel
2123
BuildRequires : Jinja2
2224
BuildRequires : buildreq-distutils3
2325
BuildRequires : json5
2426
BuildRequires : jsonschema
25-
BuildRequires : notebook
27+
BuildRequires : jupyter_server
28+
BuildRequires : packaging
2629
BuildRequires : requests
2730

2831
%description
2932
# jupyterlab server
30-
https://github.com/jupyterlab/jupyterlab_server
31-
## Install
32-
`pip install jupyterlab_server`
33+
[![Tests](https://github.com/jupyterlab/jupyterlab_server/workflows/Tests/badge.svg)](https://github.com/jupyterlab/jupyterlab_server/actions?query=workflow%3ATests)
34+
[![Coverage](https://codecov.io/gh/jupyterlab/jupyterlab_server/branch/master/graph/badge.svg)](https://codecov.io/gh/jupyterlab/jupyterlab_server)
3335

3436
%package license
3537
Summary: license components for the jupyterlab_server package.
@@ -53,26 +55,28 @@ Summary: python3 components for the jupyterlab_server package.
5355
Group: Default
5456
Requires: python3-core
5557
Provides: pypi(jupyterlab_server)
58+
Requires: pypi(babel)
5659
Requires: pypi(jinja2)
5760
Requires: pypi(json5)
5861
Requires: pypi(jsonschema)
59-
Requires: pypi(notebook)
62+
Requires: pypi(jupyter_server)
63+
Requires: pypi(packaging)
6064
Requires: pypi(requests)
6165

6266
%description python3
6367
python3 components for the jupyterlab_server package.
6468

6569

6670
%prep
67-
%setup -q -n jupyterlab_server-1.2.0
68-
cd %{_builddir}/jupyterlab_server-1.2.0
71+
%setup -q -n jupyterlab_server-2.0.0
72+
cd %{_builddir}/jupyterlab_server-2.0.0
6973

7074
%build
7175
export http_proxy=http://127.0.0.1:9/
7276
export https_proxy=http://127.0.0.1:9/
7377
export no_proxy=localhost,127.0.0.1,0.0.0.0
7478
export LANG=C.UTF-8
75-
export SOURCE_DATE_EPOCH=1594047785
79+
export SOURCE_DATE_EPOCH=1609955132
7680
export GCC_IGNORE_WERROR=1
7781
export AR=gcc-ar
7882
export RANLIB=gcc-ranlib
@@ -88,7 +92,7 @@ python3 setup.py build
8892
export MAKEFLAGS=%{?_smp_mflags}
8993
rm -rf %{buildroot}
9094
mkdir -p %{buildroot}/usr/share/package-licenses/jupyterlab_server
91-
cp %{_builddir}/jupyterlab_server-1.2.0/LICENSE %{buildroot}/usr/share/package-licenses/jupyterlab_server/8cd4cef90d28bff5235d6343a8158b70a0668dc4
95+
cp %{_builddir}/jupyterlab_server-2.0.0/LICENSE %{buildroot}/usr/share/package-licenses/jupyterlab_server/5c2668cefc1e214f589e49594127f9f79574de44
9296
python3 -tt setup.py build install --root=%{buildroot}
9397
echo ----[ mark ]----
9498
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
@@ -99,7 +103,7 @@ echo ----[ mark ]----
99103

100104
%files license
101105
%defattr(0644,root,root,0755)
102-
/usr/share/package-licenses/jupyterlab_server/8cd4cef90d28bff5235d6343a8158b70a0668dc4
106+
/usr/share/package-licenses/jupyterlab_server/5c2668cefc1e214f589e49594127f9f79574de44
103107

104108
%files python
105109
%defattr(-,root,root,-)

options.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = jupyterlab_server
3-
url = https://files.pythonhosted.org/packages/92/54/5f321ca4cebfb644ac59eb21601b46a2ff9831ffe1b4e5a588f2a7e98d48/jupyterlab_server-1.2.0.tar.gz
3+
url = https://files.pythonhosted.org/packages/30/ae/414e265f15b8cbc199255b13c93becf39e5509ff0bb3cee024526c2cf69d/jupyterlab_server-2.0.0.tar.gz
44
archives =
55
giturl = https://github.com/jupyterlab/jupyterlab_server/
66
domain =

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
29
1+
30

upstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
601251bb3ff5855130621839d5c44b63cadbf334/jupyterlab_server-1.2.0.tar.gz
1+
b81c0e11e29ab0ee01bc9406d2d168fd5f448f7e/jupyterlab_server-2.0.0.tar.gz

versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
2.0.0

whatrequires

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# This file contains recursive sources that require this package
22
jupyterlab
3+
nbclassic

0 commit comments

Comments
 (0)