File tree Expand file tree Collapse file tree 14 files changed +23
-62
lines changed Expand file tree Collapse file tree 14 files changed +23
-62
lines changed Original file line number Diff line number Diff line change 1
1
BSD 3-Clause License
2
2
3
- Copyright (c) 2018, Nick Bollweg
3
+ Copyright (c) 2018, Robots from Jupyter
4
4
All rights reserved.
5
5
6
6
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change @@ -89,5 +89,5 @@ showcase some of the features of using Robot Framework interactively.
89
89
[ construct.yaml.in ] : ./constructor/construct.yaml.in
90
90
[ labextensions ] : https://www.npmjs.com/search?q=keywords:jupyterlab-extension
91
91
[ Miniconda ] : https://conda.io/miniconda.html
92
- [ robotkernel ] : https://github.com/datakurre /robotkernel
92
+ [ robotkernel ] : https://github.com/robots-from-jupyter /robotkernel
93
93
[ webdriver ] : https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/#downloads
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ commands:
14
14
env_spec : _build
15
15
16
16
build:win :
17
- description : until 2.3.0 comes out, use constructor@master for size_in_bytes fix
18
17
windows : python -m scripts.build
19
18
env_spec : _build_win
20
19
@@ -32,10 +31,8 @@ commands:
32
31
33
32
lab:setup :
34
33
env_spec : robotlab-dev
35
- unix : cd robotlab && python -m pip install -e . --ignore-installed --no-deps --no-cache-dir
36
- -vv
37
- windows : cd robotlab && python -m pip install -e . --ignore-installed --no-deps
38
- --no-cache-dir -vv
34
+ unix : cd robotlab && python -m pip install -e . --ignore-installed --no-deps --no-cache-dir -vv
35
+ windows : cd robotlab && python -m pip install -e . --ignore-installed --no-deps --no-cache-dir -vv
39
36
40
37
robotlab:build :
41
38
env_spec : robotlab-dev
Original file line number Diff line number Diff line change 1
1
{% set name = "robotframework" %}
2
- {% set version = "3.1" %}
2
+ {% set version = "3.1.1 " %}
3
3
4
4
package :
5
5
name : {{ name }}
6
6
version : {{ version }}
7
7
8
8
source :
9
9
- url : https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.zip
10
- sha256 : b28ba5c1f14402ff53a99ecaf74ff782a9ed5a68892eab2b76ecd98b9ecd2127
10
+ sha256 : 7e29b2ac415e6bdbde348d25c0c759c6d3df012c897b31dcf98fd2dd94cee7bd
11
11
folder : dist
12
12
- url : https://github.com/robotframework/robotframework/archive/v{{ version }}.tar.gz
13
- sha256 : 468d4364293f35a42ec98561823c26063535b024055e207218bdf3f1970b94dd
13
+ sha256 : f1e15c027ebe60d5d770a28fbd7a931323e95ce7b07a52a87a62637c80056065
14
14
folder : src
15
15
16
16
build :
66
66
- robot --version || [[ $? == 251 ]] # [unix]
67
67
- rebot --version || [[ $? == 251 ]] # [unix]
68
68
69
+
69
70
about :
70
71
home : http://robotframework.org
71
72
license : Apache-2.0
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
package :
2
2
name : {% set name = "robotkernel" %}{{ name }}
3
- version : {% set version = "0.9 .0" %}{{ version }}
3
+ version : {% set version = "0.10 .0" %}{{ version }}
4
4
5
5
source :
6
6
url : https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
7
- sha256 : d1f900ec7443c691533496076a56ccd00042fc27299a898bc89c311f7b60fef8
7
+ sha256 : fcd2066359b42a0c5d32e3b772482253e5ca6e24e9271abf6ecb9b4723b66a9e
8
8
9
9
build :
10
10
number : 0
11
11
skip : true # [py<36]
12
12
script :
13
13
- {{ PYTHON }} -m pip install --no-deps --ignore-installed --no-cache-dir -vvv .
14
- - cp {{ RECIPE_DIR }}/install_spec.py {{ SRC_DIR }} # [unix]
15
- - copy {{ RECIPE_DIR }}\install_spec.py {{ SRC_DIR }} # [win]
16
- - {{ PYTHON }} install_spec.py
17
14
entry_points :
18
15
- nbrobot = robotkernel.nbreader:robot
19
16
- nblibdoc = robotkernel.nbreader:libdoc
@@ -28,6 +25,7 @@ requirements:
28
25
- docutils
29
26
- ipykernel
30
27
- lunr
28
+ - nbformat
31
29
- pillow
32
30
- pygments
33
31
- python
40
38
- jupyter kernelspec list
41
39
42
40
about :
43
- home : https://github.com/datakurre /robotkernel
41
+ home : https://github.com/robots-from-jupyter /robotkernel
44
42
license : BSD-3-Clause
45
43
license_family : BSD
46
44
license_file : LICENSE
Original file line number Diff line number Diff line change 4
4
5
5
package :
6
6
name : {% set name = "robotlab" %}{{ name }}
7
- version : {% set version = "0.9 .0" %}{{ version }}
7
+ version : {% set version = "0.10 .0" %}{{ version }}
8
8
9
9
source :
10
10
- path : ../../robotlab
11
11
folder : robotlab
12
- - url : https://github.com/datakurre /robotkernel/archive/{{ version }}.tar.gz
13
- sha256 : b43821ddc780a6434f83a0de9733a469f911348aa2ff3e32596bef6abdf76464
12
+ - url : https://github.com/robots-from-jupyter /robotkernel/archive/{{ version }}.tar.gz
13
+ sha256 : 0b62946fcc291ccc0c37ccd27dbc361ea0b09d0abe8c3c46eea358c1487ea5ed
14
14
folder : robotkernel
15
15
16
16
build :
Original file line number Diff line number Diff line change 1
1
BSD 3-Clause License
2
2
3
- Copyright (c) 2018, Nick Bollweg
3
+ Copyright (c) 2019, Robots from Jupyter
4
4
All rights reserved.
5
5
6
6
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ robotkernel.
7
7
- Borrows heavily from [ jupyterlab_delux] [ ] .
8
8
9
9
[ jupyterlab_delux ] : https://github.com/jonmmease/jupyterlab_delux
10
- [ robotkernel ] : https://github.com/datakurre /robotkernel
10
+ [ robotkernel ] : https://github.com/robots-from-jupyter /robotkernel
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = robotlab
3
- version = 0.9 .0
3
+ version = 0.10 .0
4
4
description = A pre-configured JupyterLab for demonstrating robotkernel
5
5
long_description = file: README.md
6
6
url = https://github.com/robots-from-jupyter/robotlab
You can’t perform that action at this time.
0 commit comments