Skip to content

Commit

Permalink
Upgrades packaging version to v23.0 and micropip to 0.2.2 (#3605)
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
  • Loading branch information
arpitnath and rth committed Mar 4, 2023
1 parent fc9ca86 commit 42fa993
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 65 deletions.
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.

0 comments on commit 42fa993

Please sign in to comment.