Skip to content

Commit

Permalink
Bump arro3 to 0.4.1 (pyodide#5104)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Oct 8, 2024
1 parent 4b65e4f commit f2d2ea8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/project/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ myst:
- Added `pyarrow` 17.0.0 {pr}`4950`
- Added `rasterio` 1.13.10, `affine` 2.4.0 {pr}`4983`
- Added `iminuit` 2.29.1 {pr}`4767`, {pr}`5072`
- Added `arro3-core`, `arro3-io`, and `arro3-compute` 0.3.0, 0.4.0 {pr}`5020`, {pr}`5095`
- Added `arro3-core`, `arro3-io`, and `arro3-compute` 0.3.0, 0.4.0, 0.4.1 {pr}`5020`, {pr}`5095`, {pr}`5104`
- Added `tree-sitter` 0.23.0 {pr}`5099`

## Version 0.26.2
Expand Down
6 changes: 3 additions & 3 deletions packages/arro3-compute/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package:
name: arro3-compute
version: 0.4.0
version: 0.4.1
top-level:
- "arro3.compute"
source:
url: https://github.com/kylebarron/arro3/releases/download/py-v0.4.0/arro3_compute-0.4.0-cp312-cp312-emscripten_3_1_58_wasm32.whl
sha256: 628765d06693cb9ca412eedac29683ab97d84d980c1fda4773396816b014d718
url: https://github.com/kylebarron/arro3/releases/download/py-v0.4.1/arro3_compute-0.4.1-cp312-cp312-emscripten_3_1_58_wasm32.whl
sha256: 4501c0e9814a03e06e66988aab3bdb25d46594b6693d907158b67311ab29d7df
requirements:
run:
- arro3-core
Expand Down
6 changes: 3 additions & 3 deletions packages/arro3-core/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package:
name: arro3-core
version: 0.4.0
version: 0.4.1
top-level:
- "arro3.core"
source:
url: https://github.com/kylebarron/arro3/releases/download/py-v0.4.0/arro3_core-0.4.0-cp312-cp312-emscripten_3_1_58_wasm32.whl
sha256: 67d315996d16787352b77859b2d5372f9eb037aca13b1bb9bc03b480869ce846
url: https://github.com/kylebarron/arro3/releases/download/py-v0.4.1/arro3_core-0.4.1-cp312-cp312-emscripten_3_1_58_wasm32.whl
sha256: ea1ff02a0dd67129ba9dc81dde85415029cdc61c4172790857189328167c6be3
extra:
recipe-maintainers:
- kylebarron
Expand Down
6 changes: 3 additions & 3 deletions packages/arro3-io/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package:
name: arro3-io
version: 0.4.0
version: 0.4.1
top-level:
- "arro3.io"
source:
url: https://github.com/kylebarron/arro3/releases/download/py-v0.4.0/arro3_io-0.4.0-cp312-cp312-emscripten_3_1_58_wasm32.whl
sha256: 2bf5ca849eb1c721adf387cefaa28d06d426c46b27bf3863015fe1eb5391add1
url: https://github.com/kylebarron/arro3/releases/download/py-v0.4.1/arro3_io-0.4.1-cp312-cp312-emscripten_3_1_58_wasm32.whl
sha256: bf290dd5950603ae45e66a4d85747c1c53c373d0c2c7b7fe4293d6e283dfb8f1
requirements:
run:
- arro3-core
Expand Down

0 comments on commit f2d2ea8

Please sign in to comment.