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

Commit

Permalink
jupyterlab_server: Autospec creation for update from version 1.2.0 to…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
fenrus75 committed Jan 6, 2021
1 parent 7bbbd90 commit 6186970
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME := jupyterlab_server
URL = https://files.pythonhosted.org/packages/92/54/5f321ca4cebfb644ac59eb21601b46a2ff9831ffe1b4e5a588f2a7e98d48/jupyterlab_server-1.2.0.tar.gz
URL = https://files.pythonhosted.org/packages/30/ae/414e265f15b8cbc199255b13c93becf39e5509ff0bb3cee024526c2cf69d/jupyterlab_server-2.0.0.tar.gz
ARCHIVES =

include ../common/Makefile.common
1 change: 1 addition & 0 deletions buildreq_add
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# This file contains additional build requirements that did not get
# picked up automatically. One name per line, no whitespace.
jupyter_server
1 change: 1 addition & 0 deletions buildreq_ban
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# This file contains build requirements that get picked up but are
# undesirable. One entry per line, no whitespace.
jupyter_server~
34 changes: 19 additions & 15 deletions jupyterlab_server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,35 @@
# Generated by: autospec.py
#
Name : jupyterlab_server
Version : 1.2.0
Release : 29
URL : https://files.pythonhosted.org/packages/92/54/5f321ca4cebfb644ac59eb21601b46a2ff9831ffe1b4e5a588f2a7e98d48/jupyterlab_server-1.2.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/92/54/5f321ca4cebfb644ac59eb21601b46a2ff9831ffe1b4e5a588f2a7e98d48/jupyterlab_server-1.2.0.tar.gz
Version : 2.0.0
Release : 30
URL : https://files.pythonhosted.org/packages/30/ae/414e265f15b8cbc199255b13c93becf39e5509ff0bb3cee024526c2cf69d/jupyterlab_server-2.0.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/30/ae/414e265f15b8cbc199255b13c93becf39e5509ff0bb3cee024526c2cf69d/jupyterlab_server-2.0.0.tar.gz
Summary : JupyterLab Server
Group : Development/Tools
License : BSD-3-Clause
Requires: jupyterlab_server-license = %{version}-%{release}
Requires: jupyterlab_server-python = %{version}-%{release}
Requires: jupyterlab_server-python3 = %{version}-%{release}
Requires: Babel
Requires: Jinja2
Requires: json5
Requires: jsonschema
Requires: notebook
Requires: packaging
Requires: requests
BuildRequires : Babel
BuildRequires : Jinja2
BuildRequires : buildreq-distutils3
BuildRequires : json5
BuildRequires : jsonschema
BuildRequires : notebook
BuildRequires : jupyter_server
BuildRequires : packaging
BuildRequires : requests

%description
# jupyterlab server
https://github.com/jupyterlab/jupyterlab_server
## Install
`pip install jupyterlab_server`
[![Tests](https://github.com/jupyterlab/jupyterlab_server/workflows/Tests/badge.svg)](https://github.com/jupyterlab/jupyterlab_server/actions?query=workflow%3ATests)
[![Coverage](https://codecov.io/gh/jupyterlab/jupyterlab_server/branch/master/graph/badge.svg)](https://codecov.io/gh/jupyterlab/jupyterlab_server)

%package license
Summary: license components for the jupyterlab_server package.
Expand All @@ -53,26 +55,28 @@ Summary: python3 components for the jupyterlab_server package.
Group: Default
Requires: python3-core
Provides: pypi(jupyterlab_server)
Requires: pypi(babel)
Requires: pypi(jinja2)
Requires: pypi(json5)
Requires: pypi(jsonschema)
Requires: pypi(notebook)
Requires: pypi(jupyter_server)
Requires: pypi(packaging)
Requires: pypi(requests)

%description python3
python3 components for the jupyterlab_server package.


%prep
%setup -q -n jupyterlab_server-1.2.0
cd %{_builddir}/jupyterlab_server-1.2.0
%setup -q -n jupyterlab_server-2.0.0
cd %{_builddir}/jupyterlab_server-2.0.0

%build
export http_proxy=http://127.0.0.1:9/
export https_proxy=http://127.0.0.1:9/
export no_proxy=localhost,127.0.0.1,0.0.0.0
export LANG=C.UTF-8
export SOURCE_DATE_EPOCH=1594047785
export SOURCE_DATE_EPOCH=1609955132
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand All @@ -88,7 +92,7 @@ python3 setup.py build
export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/jupyterlab_server
cp %{_builddir}/jupyterlab_server-1.2.0/LICENSE %{buildroot}/usr/share/package-licenses/jupyterlab_server/8cd4cef90d28bff5235d6343a8158b70a0668dc4
cp %{_builddir}/jupyterlab_server-2.0.0/LICENSE %{buildroot}/usr/share/package-licenses/jupyterlab_server/5c2668cefc1e214f589e49594127f9f79574de44
python3 -tt setup.py build install --root=%{buildroot}
echo ----[ mark ]----
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
Expand All @@ -99,7 +103,7 @@ echo ----[ mark ]----

%files license
%defattr(0644,root,root,0755)
/usr/share/package-licenses/jupyterlab_server/8cd4cef90d28bff5235d6343a8158b70a0668dc4
/usr/share/package-licenses/jupyterlab_server/5c2668cefc1e214f589e49594127f9f79574de44

%files python
%defattr(-,root,root,-)
Expand Down
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = jupyterlab_server
url = https://files.pythonhosted.org/packages/92/54/5f321ca4cebfb644ac59eb21601b46a2ff9831ffe1b4e5a588f2a7e98d48/jupyterlab_server-1.2.0.tar.gz
url = https://files.pythonhosted.org/packages/30/ae/414e265f15b8cbc199255b13c93becf39e5509ff0bb3cee024526c2cf69d/jupyterlab_server-2.0.0.tar.gz
archives =
giturl = https://github.com/jupyterlab/jupyterlab_server/
domain =
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
29
30
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
601251bb3ff5855130621839d5c44b63cadbf334/jupyterlab_server-1.2.0.tar.gz
b81c0e11e29ab0ee01bc9406d2d168fd5f448f7e/jupyterlab_server-2.0.0.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
2.0.0
1 change: 1 addition & 0 deletions whatrequires
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# This file contains recursive sources that require this package
jupyterlab
nbclassic

0 comments on commit 6186970

Please sign in to comment.