Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrades packaging version to v23.0 and micropip to 0.2.2 #3605

Merged
merged 6 commits into from Mar 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/requirements-doc.txt
Expand Up @@ -14,6 +14,6 @@ pydantic
# Packages that we want to document as part of the Pyodide CLI
./pyodide-build/
# Version should be consistent with packages/micropip/meta.yaml
micropip==0.2.0
micropip==0.2.2
jinja2>=3.0
ruamel.yaml
7 changes: 3 additions & 4 deletions packages/micropip/meta.yaml
@@ -1,17 +1,16 @@
package:
name: micropip
# This version needs to be consistent with docs/requirements-doc.txt
version: "0.2.0"
version: "0.2.2"
tag:
- always
top-level:
- micropip

source:
sha256: be2914a08e553e6d05cacde692db00412e6fc508d63ff70e2ae94050149c82d6
url: https://files.pythonhosted.org/packages/a1/7c/2f5a9b925a66261b39a9c4181c9cc4500ff5547d7b1efc76f5cba40a1d0e/micropip-0.2.0-py3-none-any.whl
sha256: dfa8103c1e6c6fe0d8f184a3609df1a2dbdd1a9075f580f95b910a0c28779726
url: https://files.pythonhosted.org/packages/98/f6/30d2175be7edc524922f73285492a6f34c6bc39f948e9de3fc01694aee8a/micropip-0.2.2-py3-none-any.whl

requirements:
run:
- pyparsing
- packaging
9 changes: 3 additions & 6 deletions packages/packaging/meta.yaml
@@ -1,14 +1,11 @@
package:
name: packaging
version: "21.3"
version: "23.0"
top-level:
- packaging
source:
sha256: dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb
url: https://files.pythonhosted.org/packages/df/9e/d1a7217f69310c1db8fdf8ab396229f55a699ce34a203691794c5d1cad0c/packaging-21.3.tar.gz

patches:
- patches/allow-cpp310-none-any-tag.patch
sha256: b6ad297f8907de0fa2fe1ccbd26fdaf387f5f47c7275fedf8cce89f99446cf97
url: https://files.pythonhosted.org/packages/47/d5/aca8ff6f49aa5565df1c826e7bf5e85a6df852ee063600c1efa5b932968c/packaging-23.0.tar.gz

requirements:
run:
Expand Down
54 changes: 0 additions & 54 deletions packages/packaging/patches/allow-cpp310-none-any-tag.patch

This file was deleted.