Skip to content

Commit

Permalink
Upgrade PyYAML to 6.0.2 (pyodide#5137)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles authored Oct 28, 2024
1 parent ce9990d commit 4967029
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/project/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ myst:
- Upgraded `duckdb` to 1.1.0 {pr}`5078`
- Upgraded `sympy` to 1.13.3 {pr}`5098`
- Upgraded `tree-sitter` to 0.23.1 {pr}`5110`
- Upgraded `PyYAML` to 6.0.2 {pr}`5137`
- Added `casadi` 3.6.6 {pr}`4936`, {pr}`5057`
- Added `pyarrow` 17.0.0 {pr}`4950`
- Added `rasterio` 1.13.10, `affine` 2.4.0 {pr}`4983`
Expand Down
6 changes: 3 additions & 3 deletions packages/pyyaml/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package:
name: pyyaml
version: 6.0.1
version: 6.0.2
top-level:
- _yaml
- yaml
source:
url: https://files.pythonhosted.org/packages/cd/e5/af35f7ea75cf72f2cd079c95ee16797de7cd71f29ea7c68ae5ce7be1eda0/PyYAML-6.0.1.tar.gz
sha256: bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43
url: https://files.pythonhosted.org/packages/54/ed/79a089b6be93607fa5cdaedf301d7dfb23af5f25c398d5ead2525b063e17/pyyaml-6.0.2.tar.gz
sha256: d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e
build:
cflags: |
-I$(PYTHONINCLUDE)
Expand Down

0 comments on commit 4967029

Please sign in to comment.