Skip to content

Commit 3c22ca6

Browse files
Update ipython from 9.3.0 to 9.4.0 (emscripten-forge#2490)
* Update ipython from 9.3.0 to 9.4.0 * Remove legacy recipe --------- Co-authored-by: emscripten-forge-bot <emscripten-forge-bot@users.noreply.github.com> Co-authored-by: Isabel Paredes <isabel.paredes@quantstack.net>
1 parent 652791b commit 3c22ca6

2 files changed

Lines changed: 6 additions & 57 deletions

File tree

recipes/recipes_emscripten/ipython/recipe.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
context:
2-
version: 9.3.0
2+
version: 9.4.0
33

44
package:
55
name: ipython
66
version: ${{ version }}
77

88
source:
99
- url: https://pypi.io/packages/source/i/ipython/ipython-${{ version }}.tar.gz
10-
sha256: 79eb896f9f23f50ad16c3bc205f686f6e030ad246cc309c6279a242b14afe9d8
10+
sha256: c033c6d4e7914c3d9768aabe76bbe87ba1dc66a92a05db6bfa1125d81f2ee270
1111
patches:
1212
- patches/0001-Patch-asyncio-tornado.patch
1313

1414
build:
15-
number: 3
15+
number: 0
1616

1717
requirements:
1818
build:
1919
- python
2020
- ${{ compiler("c") }}
21-
- cross-python_emscripten-wasm32
21+
- cross-python_${{ target_platform }}
2222
- pip
2323
host:
2424
- python
@@ -45,6 +45,7 @@ tests:
4545
- pytester
4646
run:
4747
- pytester-run
48+
4849
about:
4950
license: BSD-3-Clause
5051
license_family: BSD
@@ -55,6 +56,7 @@ about:
5556
a powerful interactive shell, a kernel for Jupyter, high performance
5657
tools for parallel computing, and more.
5758
homepage: https://ipython.org
59+
5860
extra:
5961
recipe-maintainers:
6062
- DerThorsten

recipes/recipes_emscripten/ipython/recipe_legacy.yaml

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)