Skip to content

Commit b4df174

Browse files
committed
Update pycrdt from 0.12.32 to 0.12.33
1 parent db9e507 commit b4df174

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

recipes/recipes_emscripten/pycrdt/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33

44
export MATURIN_PYTHON_SYSCONFIGDATA_DIR=${PREFIX}/etc/conda/_sysconfigdata__emscripten_wasm32-emscripten.py
5-
export PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1
5+
export PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1
66
${PYTHON} -m pip install . -vvv
77

recipes/recipes_emscripten/pycrdt/recipe.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
context:
22
name: pycrdt
3-
version: 0.12.32
3+
version: 0.12.33
44

55
package:
6-
name: ${{name}}
6+
name: ${{ name }}
77
version: ${{ version }}
88

99
source:
10-
- url: https://github.com/jupyter-server/pycrdt/archive/refs/tags/${{version}}.tar.gz
11-
sha256: 39177cf5b515875f345a2a1460b44e1b11d30273263f6569d0bed5b8c953205f
10+
- url: https://github.com/jupyter-server/pycrdt/archive/refs/tags/${{ version }}.tar.gz
11+
sha256: d0053d591a42f2bd68059f1d8f22fc7536349240729cb7e89af0ddd72b7dda4f
1212

1313
build:
1414
number: 0
1515

1616
requirements:
1717
build:
18-
- cross-python_${{target_platform}}
18+
- cross-python_${{ target_platform }}
1919
- cffi
2020
- setuptools-rust
21-
- rust
21+
- rust-nightly
2222
- maturin
23-
2423
host:
2524
- python
2625
- openssl

0 commit comments

Comments
 (0)