Skip to content

Commit 4967029

Browse files
authored
Upgrade PyYAML to 6.0.2 (pyodide#5137)
1 parent ce9990d commit 4967029

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/project/changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ myst:
8282
- Upgraded `duckdb` to 1.1.0 {pr}`5078`
8383
- Upgraded `sympy` to 1.13.3 {pr}`5098`
8484
- Upgraded `tree-sitter` to 0.23.1 {pr}`5110`
85+
- Upgraded `PyYAML` to 6.0.2 {pr}`5137`
8586
- Added `casadi` 3.6.6 {pr}`4936`, {pr}`5057`
8687
- Added `pyarrow` 17.0.0 {pr}`4950`
8788
- Added `rasterio` 1.13.10, `affine` 2.4.0 {pr}`4983`

packages/pyyaml/meta.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
package:
22
name: pyyaml
3-
version: 6.0.1
3+
version: 6.0.2
44
top-level:
55
- _yaml
66
- yaml
77
source:
8-
url: https://files.pythonhosted.org/packages/cd/e5/af35f7ea75cf72f2cd079c95ee16797de7cd71f29ea7c68ae5ce7be1eda0/PyYAML-6.0.1.tar.gz
9-
sha256: bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43
8+
url: https://files.pythonhosted.org/packages/54/ed/79a089b6be93607fa5cdaedf301d7dfb23af5f25c398d5ead2525b063e17/pyyaml-6.0.2.tar.gz
9+
sha256: d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e
1010
build:
1111
cflags: |
1212
-I$(PYTHONINCLUDE)

0 commit comments

Comments
 (0)