Skip to content

Commit a6fede6

Browse files
authored
Prepare for 2020.01.0 (#60)
``` conda 4.8.1 jupyter-starters 0.2.2a0 jupytext 1.3.1 matplotlib 3.1.2 rise 5.6.0 robotkernel 1.3 ```
1 parent f697c36 commit a6fede6

File tree

16 files changed

+49
-50
lines changed

16 files changed

+49
-50
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2018, Robots from Jupyter
3+
Copyright (c) 2020, Robots from Jupyter
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

anaconda-project.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ env_specs:
5959
- https://conda.anaconda.org/anaconda
6060
- https://conda.anaconda.org/conda-forge
6161
packages:
62-
- conda >=4.7.12,<4.8
63-
- conda-build >=3.18.9,<3.19
62+
- conda >=4.8,<4.9.0a0
63+
- conda-build >=3.18.11,<3.19.0a0
6464
- conda-verify
6565
- constructor >=3,<3.1
6666
- firefox >=68.0.2,<69
@@ -105,8 +105,10 @@ env_specs:
105105
- firefox
106106
- jupyter-starters
107107
- jupytext
108+
- matplotlib
108109
- pyshortcuts
109110
- restinstance
111+
- rise
110112
- robotframework-seleniumscreenshots
111113
- robotframework-seleniumtestability
112114
- robotkernel

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ trigger:
88
pr: [master]
99

1010
variables:
11-
ROBOTLAB_VERSION: 2019.12.0
11+
ROBOTLAB_VERSION: 2020.01.0
1212
PYTHONUNBUFFERED: 1
1313

1414
jobs:

ci/env-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ channels:
55
- https://conda.anaconda.org/conda-forge
66

77
dependencies:
8-
- conda >=4.7.12,<4.8
9-
- conda-build >=3.18.9,<3.19
8+
- conda >=4.8,<4.9.0a0
9+
- conda-build >=3.18.11,<3.19.0a0
1010
- conda-verify
1111
- constructor >=3,<3.1
1212
- pillow

ci/env-noarch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ channels:
55
- https://conda.anaconda.org/conda-forge
66

77
dependencies:
8-
- conda >=4.7.12,<4.8
9-
- conda-build >=3.18.9,<3.19
8+
- conda >=4.8,<4.9.0a0
9+
- conda-build >=3.18.11,<3.19.0a0
1010
- conda-verify
1111
- python >=3.6,<3.7.0a0
1212
- python-libarchive-c

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ channels:
55
- https://conda.anaconda.org/conda-forge
66

77
dependencies:
8-
- conda >=4.7.12,<4.8
9-
- conda-build >=3.18.9,<3.19
8+
- conda >=4.8,<4.9.0a0
9+
- conda-build >=3.18.11,<3.19.0a0
1010
- conda-verify
1111
- constructor >=3,<3.1
1212
- firefox >=68.0.2,<69

recipes/jupyter-starters/meta.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{% set name = "jupyter_starters" %}
2-
{% set version = "0.1.0a3" %}
2+
{% set version = "0.2.2a0" %}
33

44
package:
55
name: {{ name | replace("_", "-") }}
66
version: {{ version }}
77

88
source:
99
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
10-
sha256: 644cf8458fa8c5fbc63da6dbc4e079c16d38c499964d3077dc8659f12c9763ad
10+
sha256: 8773e03f8e05532197aa16f4a634bb3d1f8fe858658a7f20bf64879fd78e367f
1111

1212
build:
1313
noarch: python
@@ -25,13 +25,6 @@ requirements:
2525
test:
2626
imports:
2727
- jupyter_starters
28-
- jupyter_starters.handlers
29-
- jupyter_starters.manager
30-
- jupyter_starters.py_starters.cookiecutter
31-
- jupyter_starters.schema.v1
32-
- jupyter_starters.serverextension
33-
- jupyter_starters.trait_types
34-
- jupyter_starters.types
3528

3629
about:
3730
home: https://github.com/deathbeds/jupyterlab-starters

recipes/robotkernel/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package:
22
name: '{% set name = "robotkernel" %}{{ name }}'
3-
version: '{% set version = "1.2" %}{{ version }}'
3+
version: '{% set version = "1.3.0" %}{{ version }}'
44

55
source:
66
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
7-
sha256: a1501892e63e87ee87a1cfb742e112c7bf529d9441110dcf78d939ec89946589
7+
sha256: 8401e9bee8df473e586a1607c2b50c628dd01493ac258569f56720e345360019
88

99
build:
1010
noarch: python

recipes/robotlab/builder.py

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
TUTORIAL = WWW / "robotkernel-tutorial"
1616
NOTEBOOKS = {
1717
EXAMPLES: KERNEL / "examples",
18-
TUTORIAL: KERNEL / "docs" / "notebooks"
18+
TUTORIAL: KERNEL / "src" / "robotkernel" / "resources" / "notebooks" / "tutorial"
1919
}
2020
SVG = SRC_DIR / "robotlab" / "src" / "robotlab" / "icons" / "starter.svg"
2121

@@ -33,23 +33,25 @@
3333
for dest, src in NOTEBOOKS.items()
3434
]
3535

36+
3637
print("making starters...")
3738
(ETC / "robotlab-starters.json").write_text(json.dumps({
3839
"StarterManager": {
3940
"extra_starters": {
40-
"robotkernel-examples": {
41-
"type": "copy",
42-
"label": "Robotkernel Examples",
43-
"description": "Examples of using robotkernel",
44-
"icon": SVG.read_text().replace("jp-icon3", "jp-icon-contrast1"),
45-
"src": str(EXAMPLES)
41+
"robotkernel-quickstart": {
42+
"label": "",
43+
"description": "",
44+
"type": "notebook",
45+
"py_src": "robotkernel",
46+
"src": "resources/starter/quickstart-starter.ipynb"
4647
},
4748
"robotkernel-tutorial": {
49+
"label": "Tutorial",
50+
"description": "Tutorial for Robot Framework on Jupyter",
4851
"type": "copy",
49-
"label": "Robotkernel Tutorial",
50-
"description": "A guided tutorial through using robotkernel",
51-
"icon": SVG.read_text().replace("jp-icon3", "jp-icon-contrast3"),
52-
"src": str(TUTORIAL)
52+
"py_src": "robotkernel",
53+
"src": "resources/notebooks/tutorial",
54+
"icon": SVG.read_text().replace("jp-icon3", "jp-icon-contrast3")
5355
}
5456
}
5557
}

recipes/robotlab/meta.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
{% set robot_jupyterlab = "==1.2.4" %}
55
{% set robot_node = ">=11,<12" %}
66
{% set robot_pywinpty = ">=0.5.5" %}
7-
{% set robot_starters = ">=0.1.0a2,<0.2.0a0" %}
7+
{% set robot_starters = ">=0.2.2a0,<0.3.0a0" %}
88
{% set robot_widgets = ">=7.5.1" %}
9-
{% set robotkernel = "1.2" %}
9+
{% set robotkernel = "1.3.0" %}
1010

1111
package:
1212
name: {% set name = "robotlab" %}{{ name }}
13-
version: {% set version = "2019.12.0" %}{{ version }}
13+
version: {% set version = "2020.01.0" %}{{ version }}
1414

1515
source:
1616
- path: ../../robotlab
1717
folder: robotlab
1818
- url: https://github.com/robots-from-jupyter/robotkernel/archive/{{ robotkernel }}.tar.gz
19-
sha256: 222aebe0de5025b58f4753a2198fa85dc7b432c2d3d70550ebd8095f8507391b
19+
sha256: e3c384621f37c9471ca0c65c44c8203c7a99207cbb155a70c7b9063f2b9832e8
2020
folder: robotkernel
2121
# we do the jupyterlab build off-line to keep conda-build time low
2222
- path: ../../_artifacts/app_dir
@@ -47,13 +47,15 @@ requirements:
4747
- ipywidgets {{ robot_widgets }}
4848
- jupyter-starters {{ robot_starters }}
4949
- jupyterlab {{ robot_jupyterlab }}
50-
- jupytext >=1.3.0
50+
- jupytext >=1.3.1
51+
- matplotlib >=3.1.2
5152
- nodejs {{ robot_node }}
5253
- opencv
5354
- pyshortcuts
5455
- python
5556
- pywinpty {{ robot_pywinpty }} # [win]
5657
- restinstance
58+
- rise >=5.6.0
5759
- robotframework =={{ robot }}
5860
- robotframework-jupyterlibrary
5961
- robotframework-seleniumscreenshots

0 commit comments

Comments
 (0)